Skip to content

Commit

Permalink
chore(main): release Google.Cloud.EntityFrameworkCore.Spanner 3.0.1 (#…
Browse files Browse the repository at this point in the history
…473)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 1, 2024
1 parent 0cd4d74 commit 2fd75cd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "3.0.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<RepositoryType>git</RepositoryType>
<PackageTags>spanner;entity framework;Google;Cloud;efcore</PackageTags>
<PackageIcon>NuGetIcon.png</PackageIcon>
<Version>3.0.0</Version>
<PackageVersion>3.0.0</PackageVersion>
<Version>3.0.1</Version>
<PackageVersion>3.0.1</PackageVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Spanner.Data" Version="4.6.0"/>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11" PrivateAssets="All" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11" PrivateAssets="All"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.11"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11"/>
<PackageReference Include="OpenTelemetry.Api" Version="1.10.0"/>
<PackageReference Include="System.Text.Json" Version="8.0.5"/>
</ItemGroup>
Expand Down
12 changes: 12 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.1](https://github.com/googleapis/dotnet-spanner-entity-framework/compare/Google.Cloud.EntityFrameworkCore.Spanner-3.0.0...Google.Cloud.EntityFrameworkCore.Spanner-3.0.1) (2024-12-01)


### Bug Fixes

* ValueConverters were not respected for complex types ([#475](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/475)) ([0cd4d74](https://github.com/googleapis/dotnet-spanner-entity-framework/commit/0cd4d74ab29d1906b757eda53bb2ca921824c176)), closes [#462](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/462)


### Performance Improvements

* translate Contains to a parameterized IN query ([#472](https://github.com/googleapis/dotnet-spanner-entity-framework/issues/472)) ([85cad1c](https://github.com/googleapis/dotnet-spanner-entity-framework/commit/85cad1cc0f1ca332a10c278c20e4870ea8669872))

## [3.0.0](https://github.com/googleapis/dotnet-spanner-entity-framework/compare/Google.Cloud.EntityFrameworkCore.Spanner-2.2.0...Google.Cloud.EntityFrameworkCore.Spanner-3.0.0) (2024-10-10)


Expand Down

0 comments on commit 2fd75cd

Please sign in to comment.