Skip to content

Releases: xaneets/pg-debyte

v0.2.1 - PG15 support

04 Jan 05:36
e0b6e4d

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - know schema functions

03 Jan 09:40
47516f0

Choose a tag to compare

What's Changed

  • Know schema, fix missing check limit, add examples by @xaneets in #2

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - MVP

02 Jan 05:23
0d5971d

Choose a tag to compare

  • Initial MVP release of pg-debyte
  • Core Rust crates for decoding bytea payloads into json
  • Macro helpers for typed decoder registration
  • pgrx-based example PostgreSQL extension
  • Demo tools for generating sample payloads/envelopes
  • CI build/test workflow and Docker-based runner