Releases: revoframework/Revo
Releases · revoframework/Revo
Revo-1.38.1
[1.38.1] - 2026-01-30
-fixed IDatabaseInitializerLoader.EnsureDatabaseInitialized thread-safety (added a lock)
-removed xunit dependency from Revo.Testing
Revo-1.38.0
[1.38.0] - 2025-12-12
-upgraded to NET 10.0 & EF Core 10.0
-added optional AutoMapper config action
Revo-1.37.0
[1.37.0] - 2025-04-14
-upgraded solution to NET 9.0
-upgraded dependencies: Entity Framework Core 9.0, AutoMapper 14.0, Hangfire 1.8, minor version updates for other)
Revo-1.36.1
[1.36.1] - 2024-11-07
Fixed
- fixed LowerCaseConvention null reference exceptions when key names were null (e.g. with owned types)
Revo-1.36.0
[1.36.0] - 2024-06-24
Fixed
- fixed LambdaCommandBusExtensions return values
- fixed: FakeClock value changes must be atomic
Changed
- upgraded to EasyNetQ 7.8.0
Revo-1.35.2
[1.35.2] - 2024-03-14
Fixed
- fixed support for multiple registered IDatabaseMigrationProvider(s)
Revo-1.35.1
[1.35.1] - 2024-01-18
Changed
- just bumped the version (to work around NuGet push error)
Revo-1.35.0
[1.35.0] - 2024-01-17
Changed
- added .NET 8.0 support with extra build targets
- EF Core 8.x for .NET 8.0 build variants
Revo-1.34.1
[1.34.1] - 2023-04-04
Fixed
- set Hangfire JobStorage early to prevent errors when calling it before its server starts
Revo-1.34.0
[1.34.0] - 2023-03-17
Changed
- removed NLog dependency, logging replaced with standard Microsoft.Extensions.Logging; if you want to keep using NLog, you have to install it in your projects and set-up the adapters on your own