What's Changed
- Change MigratedUrlRedirectMediaPathScheme to not in use by default by @Carwyn-Phillips in #6
- Add the option to utilize Umbraco's Runtime Cache to cache the queries made to the MigrationLookups table by @OwainJ in #7
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
}
}
}
Full Changelog: v13.2.3...v13.3.0