Releases: jeroenrinzema/psql-wire
Releases · jeroenrinzema/psql-wire
v0.1.0
This is the initial release for psql-wire
. This release includes an initial set-up for the PSQL wire protocol and the ability to handle simple queries.
What's Changed
- feat: enforce message buffer size and return an error is exceeded by @jeroenrinzema in #1
- feat: initial project README by @jeroenrinzema in #2
- feat: handle graceful shutdowns and the closing of a connection by @jeroenrinzema in #3
- refactor: updated exposed methods and documentation by @jeroenrinzema in #4
- feat: write some data inside the simple example by @jeroenrinzema in #5
- feat: introducing a simple Github Actions workflow by @jeroenrinzema in #6
- feat(test): initial test client implementations by @jeroenrinzema in #7
- feat(server): introduce a option to handle connection terminations by @jeroenrinzema in #8
- stackql-develop by @general-kroll-4-life in #9
New Contributors
- @general-kroll-4-life made their first contribution in #9
Full Changelog: https://github.com/jeroenrinzema/psql-wire/commits/v0.1.0