Skip to content

Commit

Permalink
chore: changelog housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jun 13, 2024
1 parent cabc0c7 commit 66a2ad1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - ReleaseDate

### Added

- New `CopyHandler` API for processing postgres `COPY`-in operations.

### Changed

- Updated the API of `pgwire::tokio::process_socket` to accept new
`PgWireHandlerFactory` instead of each subprotocol handler individually, to
keep API clean, also reduce some of boilerplate code.
- `MakeHandler` trait and its implementation are removed. You will need to
implement those logic with new `PgWireHandlerFactory`. For stateful handlers,
like most `ExtenededQueryHandler` implementations, it need to be created for
every call to `extended_query_handler`. For stateless ones, it can be cached.

### Fixed

- Include API usage on random nonce generate [#182]


## [0.22.0] - 2024-04-29

### Changed
Expand Down

0 comments on commit 66a2ad1

Please sign in to comment.