Skip to content

Commit 558571a

Browse files
chore(master): release 4.2.0
1 parent 5c71f1c commit 558571a

3 files changed

Lines changed: 23 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.0"
2+
".": "4.2.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Changelog
1+
# Changelog
2+
3+
## [4.2.0](https://github.com/supabase-community/postgrest-csharp/compare/v4.1.0...v4.2.0) (2026-07-09)
4+
5+
6+
### Features
7+
8+
* improves doc, unit tests, ci/cd ([#113](https://github.com/supabase-community/postgrest-csharp/issues/113)) ([726dbd8](https://github.com/supabase-community/postgrest-csharp/commit/726dbd8d3af7e85cc11bbdad66ca3750809240c4))
9+
10+
11+
### Bug Fixes
12+
13+
* [#85](https://github.com/supabase-community/postgrest-csharp/issues/85) ([ce5f7d9](https://github.com/supabase-community/postgrest-csharp/commit/ce5f7d9bfd52c95206d5624533795ac4b942d3b3))
14+
* `SerializerSettings` could reach be accessed in a state where `ClientOptions` were not defined ([c852fc3](https://github.com/supabase-community/postgrest-csharp/commit/c852fc3637e7df493d0b1aaa2de2173f9b960899))
15+
* 35 ([5aa1835](https://github.com/supabase-community/postgrest-csharp/commit/5aa183530fe89fa1c7c4567bfd8e5d6cd4b7f73e))
16+
* Null object reference could be reached if there was no request data specified ([ac37a62](https://github.com/supabase-community/postgrest-csharp/commit/ac37a62cb9ed286306cf3514f435e362e94c955c))
17+
* null-reference crash when a Where predicate null-checks a captured value ([#122](https://github.com/supabase-community/postgrest-csharp/issues/122)) ([5581287](https://github.com/supabase-community/postgrest-csharp/commit/5581287beeb5a7434f2f2501e6a70229a98c178b))
18+
* PrepareRequestHeaders could be called without ClientOptions setting a default value ([183bb55](https://github.com/supabase-community/postgrest-csharp/commit/183bb55abcc4cbf19dc5fd4718cf8269337208fd))
19+
* preserve DateTime kind, precision, and wall-clock across read and write ([#123](https://github.com/supabase-community/postgrest-csharp/issues/123)) ([5c71f1c](https://github.com/supabase-community/postgrest-csharp/commit/5c71f1c7fa41adbe78a57327b44a687edd583256)), closes [#120](https://github.com/supabase-community/postgrest-csharp/issues/120)
220

321
## 4.1.0 - 2025-02-03
422

Postgrest/Postgrest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
2424
<PackageTags>supabase,postgrest</PackageTags>
2525
<!-- x-release-please-start-version -->
26-
<ReleaseVersion>4.1.0</ReleaseVersion>
27-
<PackageVersion>4.1.0</PackageVersion>
26+
<ReleaseVersion>4.2.0</ReleaseVersion>
27+
<PackageVersion>4.2.0</PackageVersion>
2828
<!-- x-release-please-end -->
2929
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
3030
<PackageIcon>icon.png</PackageIcon>
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<PropertyGroup Condition=" '$(Version)' == '' ">
40-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.1.0</VersionPrefix> <!-- x-release-please-version -->
40+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.2.0</VersionPrefix> <!-- x-release-please-version -->
4141
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
4242
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
4343
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>

0 commit comments

Comments
 (0)