Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Commit ec06239

Browse files
chore(master): release 4.3.0 (#133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b0dfd5 commit ec06239

3 files changed

Lines changed: 17 additions & 4 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.2.0"
2+
".": "4.3.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [4.3.0](https://github.com/supabase-community/postgrest-csharp/compare/v4.2.0...v4.3.0) (2026-07-20)
4+
5+
6+
### Features
7+
8+
* add Client.Attach&lt;T&gt;() to populate a model's client context for Update/Delete ([#135](https://github.com/supabase-community/postgrest-csharp/issues/135)) ([8b0dfd5](https://github.com/supabase-community/postgrest-csharp/commit/8b0dfd59a3ab8784515187c9b263970af312db38))
9+
* add ClientOptions.SerializeEnumsAsStrings to opt into string enum serialization ([#134](https://github.com/supabase-community/postgrest-csharp/issues/134)) ([a784554](https://github.com/supabase-community/postgrest-csharp/commit/a784554b97ee505268165a592cf29378623fff70))
10+
11+
12+
### Bug Fixes
13+
14+
* exclude reference columns from update and delete select queries ([#132](https://github.com/supabase-community/postgrest-csharp/issues/132)) ([07acabd](https://github.com/supabase-community/postgrest-csharp/commit/07acabd8c114bf0b7bf80607a41a0cbaf6411253))
15+
316
## [4.2.0](https://github.com/supabase-community/postgrest-csharp/compare/v4.1.0...v4.2.0) (2026-07-15)
417

518

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.2.0</ReleaseVersion>
27-
<PackageVersion>4.2.0</PackageVersion>
26+
<ReleaseVersion>4.3.0</ReleaseVersion>
27+
<PackageVersion>4.3.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.2.0</VersionPrefix> <!-- x-release-please-version -->
40+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.3.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)