Skip to content

Commit

Permalink
docs(changeset): Codecs can now (optionally) have executors associate…
Browse files Browse the repository at this point in the history
…d (typically useful for record codecs); so we've eradicated runtime resource definition for columns that use composite types (or lists thereof) - all composite types accessible from attributes are now guaranteed to have a table-like resource generated in the registry.
  • Loading branch information
benjie committed Jun 28, 2023
1 parent 8587b57 commit 9f2507e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/wet-snakes-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"graphile-build-pg": patch
"@dataplan/pg": patch
---

Codecs can now (optionally) have executors associated (typically useful for
record codecs); so we've eradicated runtime resource definition for columns that
use composite types (or lists thereof) - all composite types accessible from
attributes are now guaranteed to have a table-like resource generated in the
registry.

0 comments on commit 9f2507e

Please sign in to comment.