Skip to content

Releases: meschbach/pgcqrs

v0.7.2

10 May 23:09
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #12
  • v2 protocol using gRPC for transport by @meschbach in #13
  • Github Actions for running integration tests and building Docker images. by @meschbach in #14
  • Add gRPC OpenTelemetry integration by @meschbach in #15

Full Changelog: v0.7.0...v0.7.2

v0.7.0

28 Mar 01:11
Compare
Choose a tag to compare

What's Changed

  • Removed deprecated column kind from events which reduces overall space usage in the database and increases query efficiency.
  • Update various dependencies to handle security issues.
  • Empty r2 batch queries will short circuit returning no results. In the rare case an empty query makes it impossible to detect a client error from an empty query.

New Contributors

Full Changelog: v0.6.0...v0.7.0