Skip to content

v13.3.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@OwainJ OwainJ released this 28 Aug 17:10

Added the option to utilize Umbraco's Runtime Cache to cache the queries made to the MigrationLookups table.

  • Moved the migration relation lookup database calls into their own repository class.
  • Added a new class that extends MigrationLookupsRepository, which will store migration relations into the Umbraco Runtime Cache.
  • Added a new app setting to disable this feature.
"Method4": {
     "UmbracoMigrator": {
          "Target": {
               "EnableMigrationLookupTableRuntimeCaching": true // default is true
          }
     }
}

These changes are currently in the v13/feature/runtime-cache branch.

Full Changelog: v13.2.3...v13.3.0-beta1