Releases: meschbach/pgcqrs
Releases · meschbach/pgcqrs
v0.8.0
What's Changed
- grpc/tls: able to use service authentication via PKI (TLS) by @meschbach in #16
Full Changelog: v0.7.2...v0.8.0
v0.7.2
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
What's Changed
- Removed deprecated column
kind
fromevents
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
- @dependabot made their first contribution in #2
Full Changelog: v0.6.0...v0.7.0