Skip to content

Commit

Permalink
Merge pull request #482 from supabase/or/update_v1.4.3
Browse files Browse the repository at this point in the history
Bump version to v1.4.3 for latest bugfixes
  • Loading branch information
olirice authored Jan 3, 2024
2 parents 8389e13 + 57495c2 commit 2bb35d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_graphql"
version = "1.4.2"
version = "1.4.3"
edition = "2021"

[lib]
Expand Down
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@
## 1.4.2
- bugfix: UDF call returned null if the row returned by the function had any null column

## master
## 1.4.3
- bugfix: make non-default args non-null in UDFs
- bugfix: default value of a string type argument in a UDF was wrapped in single quotes
- feature: add support for array types in UDFs
- bugfix: fix crash when there are cycles in fragments

## master

0 comments on commit 2bb35d5

Please sign in to comment.