Skip to content

Releases: googleapis/dotnet-spanner-entity-framework

Google.Cloud.EntityFrameworkCore.Spanner: v3.0.1

01 Dec 11:03
2fd75cd
Compare
Choose a tag to compare

3.0.1 (2024-12-01)

Bug Fixes

  • ValueConverters were not respected for complex types (#475) (0cd4d74), closes #462

Performance Improvements

  • translate Contains to a parameterized IN query (#472) (85cad1c)

Google.Cloud.EntityFrameworkCore.Spanner: v3.0.0

10 Oct 06:56
ee84b89
Compare
Choose a tag to compare

3.0.0 (2024-10-10)

⚠ BREAKING CHANGES

  • target Entity Framework Core 8 (#434)

Features

Google.Cloud.EntityFrameworkCore.Spanner: v2.2.0

02 Oct 09:10
6757096
Compare
Choose a tag to compare

2.2.0 (2024-10-02)

Features

Google.Cloud.EntityFrameworkCore.Spanner: v2.1.6

12 Sep 13:20
bf404f3
Compare
Choose a tag to compare

2.1.6 (2024-09-12)

Bug Fixes

Google.Cloud.EntityFrameworkCore.Spanner: v2.1.5

10 Jul 12:22
043c088
Compare
Choose a tag to compare

2.1.5 (2024-07-10)

Bug Fixes

  • add missing BeginDbTransactionAsync and CommitAsync async methods (#409) (493a786)

Google.Cloud.EntityFrameworkCore.Spanner: v2.1.4

25 Jun 19:24
72f01bf
Compare
Choose a tag to compare

2.1.4 (2024-06-25)

Bug Fixes

Google.Cloud.EntityFrameworkCore.Spanner: v2.1.3

09 Jun 11:15
6387c18
Compare
Choose a tag to compare

2.1.3 (2023-06-09)

Bug Fixes

  • dispose the underlying SpannerDataReader (#293) (95526b5)

Google.Cloud.EntityFrameworkCore.Spanner: v2.1.2

18 Apr 15:21
4a72926
Compare
Choose a tag to compare

2.1.2 (2023-04-18)

Bug Fixes

  • EnsureCreated should skip validation before migration (#287) (9c7c356), closes #286

Google.Cloud.EntityFrameworkCore.Spanner: v2.1.1

28 Feb 14:15
8fe2485
Compare
Choose a tag to compare

2.1.1 (2023-02-28)

Bug Fixes

  • prevent errors with newlines by using triple-quoted literals (#283) (a6c5c8e), closes #273

Google.Cloud.EntityFrameworkCore.Spanner: v2.1.0

18 Jan 10:57
087b74f
Compare
Choose a tag to compare

2.1.0 (2023-01-18)

Features

  • Support for IEnumerable<T>.Contains (item IN values) with column values (#270) (16ffa4d)