We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8389e13 commit 57495c2Copy full SHA for 57495c2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pg_graphql"
3
-version = "1.4.2"
+version = "1.4.3"
4
edition = "2021"
5
6
[lib]
docs/changelog.md
@@ -54,8 +54,10 @@
54
## 1.4.2
55
- bugfix: UDF call returned null if the row returned by the function had any null column
56
57
-## master
+## 1.4.3
58
- bugfix: make non-default args non-null in UDFs
59
- bugfix: default value of a string type argument in a UDF was wrapped in single quotes
60
- feature: add support for array types in UDFs
61
- bugfix: fix crash when there are cycles in fragments
62
+
63
+## master
0 commit comments