Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated changelog for version 0.16 #351

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Fixed

* Fix invalid state transition bug which caused the adaptor to move from a failed state to an in-progress state when a
positive acknowledgement was received.

## [0.16] - 2023-10-31

* Add additional error handling for exceptions raised when processing PSS queue, and MHS queue messages.
* Fix bug in some SQL statements which caused excessively large amounts of data to be returned, sometimes resulting in
a PostgresSQL Out of Memory error.
* Fix invalid state transition bug which caused the adaptor to move from a failed state to an in-progress state when a
positive acknowledgement was received.

## [0.15] - 2023-10-24

Expand Down