-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update libraries & move unreleased to release notes
- Loading branch information
1 parent
561672f
commit f5d51e6
Showing
3 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# v0.11 | ||
|
||
## v0.11.0 | ||
|
||
### Features | ||
|
||
- Beta features are available in Baked.Recipe.Service package; | ||
- `PostgreSql` implementation is added to `Database` feature | ||
- `RecordsAreDtos` coding style was added to support domain type records as | ||
api inputs | ||
|
||
### Improvements | ||
|
||
- Built-in configs couldn't be overridden in `appsettings.json` and | ||
`appsettings.[Environment].json` files, fixed | ||
- `IQueryContext` now provides `whereIf:` to allow dynamic where clause building | ||
- `*By` methods were causing parents to be fetched lazily, fixed | ||
|
||
### Library Upgrades | ||
|
||
| Package | Old Version | New Version | | ||
| ----------------------------------------- | ----------- | ----------- | | ||
| BenchmarkDotNet | 0.13.12 | 0.14.0 | | ||
| Microsoft.AspNetCore.Authorization | 8.0.7 | 8.0.8 | | ||
| Microsoft.Extensions.TimeProvider.Testing | 8.8.0 | 8.9.1 | | ||
| Microsoft.NET.Test.Sdk | 17.11.0 | 17.11.1 | | ||
| Moq | 4.20.70 | 4.20.72 | | ||
| NHibernate.Extensions.Sqlite | 8.0.8 | 8.0.12 | | ||
| NUnit | 4.2.1 | 4.2.2 | | ||
| Npgsql | new | 8.0.4 | | ||
| SQLitePCLRaw.bundle_e_sqlite3 | 2.1.9 | 2.1.10 | | ||
| Swashbuckle.AspNetCore | 6.7.1 | 6.7.3 | | ||
| Swashbuckle.AspNetCore.Annotations | 6.7.1 | 6.7.3 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1 @@ | ||
# Unreleased | ||
|
||
## Features | ||
|
||
- Beta features are available in Baked.Recipe.Service package; | ||
- `PostgreSql` implementation is added to `Database` feature | ||
- `RecordsAreDtos` coding style was added to support domain type records as | ||
api inputs | ||
|
||
## Improvements | ||
|
||
- Built-in configs couldn't be overridden in `appsettings.json` and | ||
`appsettings.[Environment].json` files, fixed | ||
- `IQueryContext` now provides `whereIf:` to allow dynamic where clause building | ||
- `*By` methods were causing parents to be fetched lazily, fixed | ||
|
||
## Library Upgrades | ||
|
||
| Package | Old Version | New Version | | ||
| -------- | ----------- | ----------- | | ||
| Npgsql | new | 8.0.4 | |