diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c00b30..937bdc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,53 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [5.0.3-beta006] - 2021-08-17 +## [5.0.3] - 2021-10-16 + +- Translations for `isNull` to be evaluated in-database - https://github.com/efcore/EFCore.FSharp/pull/114 ### Fixed - Removed `DevelopmentDependency=true` as it was setting `IncludeAssets` to undesirable values when restoring package - https://github.com/efcore/EFCore.FSharp/pull/108 +- Fix formatting of Nullable parameters - [@LiteracyFanatic](https://github.com/LiteracyFanatic) - https://github.com/efcore/EFCore.FSharp/pull/106 +- Handle nullablility correctly in snapshot generation - https://github.com/efcore/EFCore.FSharp/pull/107 +- Issues with scaffolded code +- Improved code generation for contexts scaffolded from an existing database - https://github.com/efcore/EFCore.FSharp/pull/89 +- Correct issue with InsertData operations and 2D arrays +- Generate valid code in HasData method +- Fix issue with generated DbContext members in scaffolded code +- Resolved issue with migrations have a missing unit arg to the "Up" method if no changes in model +- Foreign Key constraints now created correctly +- Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 +- Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 +- Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 +- Issues with scaffolded code +- Improved code generation for contexts scaffolded from an existing database - https://github.com/efcore/EFCore.FSharp/pull/89 +- Correct issue with InsertData operations and 2D arrays +- Generate valid code in HasData method +- Fix issue with generated DbContext members in scaffolded code +- Resolved issue with migrations have a missing unit arg to the "Up" method if no changes in model +- Foreign Key constraints now created correctly +- Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 +- Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 +- Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-beta005...HEAD +[5.0.3-beta005]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-beta005 +### Added +- Single case union support - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/98 +- Query translation for Option types - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/93 +- DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/94 +- Automatic registration of DesignTimeServices - https://github.com/efcore/EFCore.FSharp/pull/86 +- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience +- Single case union support - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/98 +- Query translation for Option types - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/93 +- DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/94 +- Automatic registration of DesignTimeServices - https://github.com/efcore/EFCore.FSharp/pull/86 +- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience + +## [5.0.3-beta006] - 2021-08-17 + +### Fixed +- Removed `DevelopmentDependency=true` as it was setting `IncludeAssets` to undesirable values when restoring package - https://github.com/efcore/EFCore.FSharp/pull/108 - Fix formatting of Nullable parameters - [@LiteracyFanatic](https://github.com/LiteracyFanatic) - https://github.com/efcore/EFCore.FSharp/pull/106 - Handle nullablility correctly in snapshot generation - https://github.com/efcore/EFCore.FSharp/pull/107 - Issues with scaffolded code @@ -46,3 +88,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/94 - Automatic registration of DesignTimeServices - https://github.com/efcore/EFCore.FSharp/pull/86 - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3...HEAD +[5.0.3]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3 diff --git a/src/EFCore.FSharp/AssemblyInfo.fs b/src/EFCore.FSharp/AssemblyInfo.fs index a97b4f9..faddd50 100644 --- a/src/EFCore.FSharp/AssemblyInfo.fs +++ b/src/EFCore.FSharp/AssemblyInfo.fs @@ -5,19 +5,19 @@ open System.Reflection [] [] [] -[] +[] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "EFCore.FSharp" let [] AssemblyProduct = "EFCore.FSharp" let [] AssemblyVersion = "5.0.3" - let [] AssemblyMetadata_ReleaseDate = "2021-08-17T00:00:00.0000000+01:00" + let [] AssemblyMetadata_ReleaseDate = "2021-10-16T00:00:00.0000000+01:00" let [] AssemblyFileVersion = "5.0.3" let [] AssemblyInformationalVersion = "5.0.3" - let [] AssemblyMetadata_ReleaseChannel = "beta" - let [] AssemblyMetadata_GitHash = "640a596f45adf4a9c406461f1422db072ce9bb4b" + let [] AssemblyMetadata_ReleaseChannel = "release" + let [] AssemblyMetadata_GitHash = "91313981be2fa179cac6e8515cecf46b48dcd866"