Skip to content

v0.3.1

Compare
Choose a tag to compare
@noctarius noctarius released this 22 Jul 11:14
· 266 commits to main since this release
e55069d

Changelog

  • d16f06d Added build constraints for the plugin system since it's only available on freebsd, linux, and macos
  • 12a5cbc Added a basic plugin infrastructure to provide additional strategies for naming, sink, and state storage
  • 40a6483 Renamed file to match package name
  • 67b3103 Simplified sink registry initialization in alignment with the other two registries (namingstrategy, statestorage)
  • ceba2e1 Fixed registry initialization (namingstrategy and statestorage) after package merging
  • 9dbf998 Fixed formating error
  • 478a3ae Merged statestorage packages
  • 08e3738 Merged namingstrategy packages
  • 4037761 Moved all testing related packaged to top level. They don't really belong in internal
  • a7dd030 Merged multiple schema packages to simplify structure
  • 2b5816a Fixed index field schema property not being set
  • 3c83872 Merged multiple pg packages to simplify structure
  • 5fbfb20 Fixed unit test compile error
  • 8dbd436 Fixed import cycle
  • f6df294 Implemented Format function on Column
  • 4b29372 Implemented Format function on PgType
  • dd418ca Constified the OIDs not officially supported by pgx
  • f69abf8 Fixed case fallthrough in some oid tests
  • b0917d1 Fixed quoted char in the README
  • 7025b3f Added length property for fixed length characters and bit data types