-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8760b31
commit 2181766
Showing
3 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# Changelog | ||
|
||
## 0.15.0 - 2024-01-08 | ||
|
||
- Update Dependency: `[email protected]` | ||
- [#83](https://github.com/supabase-community/gotrue-csharp/pull/83) Replaces JWTDecoder package with | ||
System.IdentityModel.Tokens.Jwt. Thanks [@FantasyTeddy](https://github.com/FantasyTeddy)! | ||
- Update Dependency: `[email protected]` | ||
- Re: [#85](https://github.com/supabase-community/postgrest-csharp/issues/85) Fixes problem when using multiple .Order() | ||
methods by merging [#86](https://github.com/supabase-community/postgrest-csharp/pull/86). | ||
Thanks [@hunsra](https://github.com/hunsra)! | ||
- Re: [#81](https://github.com/supabase-community/postgrest-csharp/issues/81) | ||
- [Minor] Removes `IgnoreOnInsert`and `IgnoreOnUpdate` from `ReferenceAttribute` as changing these properties | ||
to `false` does not currently provide the expected functionality. | ||
- Fixes `Insert` and `Update` not working on models that have `Reference` specified on a property with a non-null | ||
value. | ||
|
||
## 0.14.0 - 2023-12-15 | ||
|
||
- Update Dependency: `[email protected]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters