Skip to content

Commit

Permalink
update libraries & move unreleased to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cihandeniz committed Sep 18, 2024
1 parent 561672f commit f5d51e6
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 30 deletions.
20 changes: 10 additions & 10 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="FluentNHibernate" Version="3.4.0" />
<PackageVersion Include="Humanizer.Core" Version="2.14.1" />
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="8.0.7" />
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="8.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.8" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
Expand All @@ -19,21 +19,21 @@
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.8.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageVersion Include="Moq" Version="4.20.70" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.9.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="MySql.Data" Version="9.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="NHibernate" Version="5.5.2" />
<PackageVersion Include="NHibernate.Extensions.Sqlite" Version="8.0.8" />
<PackageVersion Include="NUnit" Version="4.2.1" />
<PackageVersion Include="NHibernate.Extensions.Sqlite" Version="8.0.12" />
<PackageVersion Include="NUnit" Version="4.2.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="Npgsql" Version="8.0.4" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.9" />
<PackageVersion Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.10" />
<PackageVersion Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.7.1" />
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.7.1" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.7.3" />
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.7.3" />
</ItemGroup>

</Project>
33 changes: 33 additions & 0 deletions docs/release-notes/v0-11.md
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 |
20 changes: 0 additions & 20 deletions unreleased.md
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 |

0 comments on commit f5d51e6

Please sign in to comment.