You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## 0.16.1 - 2024-03-15
4
+
5
+
- Update dependency: `postgrest-csharp@3.5.1`
6
+
- Re: [#147](https://github.com/supabase-community/supabase-csharp/issues/147) - Supports `Rpc` specifying a generic
7
+
type for its return.
8
+
3
9
## 0.16.0 - 2024-03-12
4
10
5
11
- Update dependency: `postgrest-csharp@3.5.0`
@@ -12,7 +18,8 @@
12
18
- Adjust serialization of timestamps within a `QueryFilter` to support `DateTime` and `DateTimeOffset` using the
13
19
ISO-8601 (https://stackoverflow.com/a/115002)
14
20
- Update dependency: `functions-csharp@1.3.2`
15
-
- Re: [#5](https://github.com/supabase-community/functions-csharp/issues/5) Add support for specifying Http Timeout on a function call by adding `HttpTimeout` to `InvokeFunctionOptions`
21
+
- Re: [#5](https://github.com/supabase-community/functions-csharp/issues/5) Add support for specifying Http Timeout
22
+
on a function call by adding `HttpTimeout` to `InvokeFunctionOptions`
0 commit comments