v0.23.0
This release introduces API support for postgres COPY
operations, and our refactored PgWireHandlerFactory
as en entrypoint for all your handlers.
What's Changed
- scram: generate random nonce with one call by @serprex in #182
- feat: add initial copy api design by @sunng87 in #105
- refactor: introducing handler factory by @sunng87 in #183
- refactor: make copy responses types of query response by @sunng87 in #184
Full Changelog: v0.22.0...v0.23.0