Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-pr-p committed Mar 4, 2021
1 parent b084019 commit 5958244
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.1.0 (2021-03-04)


### Features

* **exit:** additional exit handlers ([b084019](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/b084019ff01cd2aed7287a4ba6fd30ee93b652bb))
* **reconnect:** additional logging and defensiveness around restart ([16bc870](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/16bc870e0a8f94e0af8cc726212a457dfa83887d))
* ack jobs and renotify unacked jobs ([c38f2b1](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/c38f2b1bc4e37e526998cd2f25f85ca62cd269cd))
* log connection error and shut down ([9d466ce](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/9d466ceecfbc65b6096b0f0c92e068143868b7d4))
* use pg listen for retry and fatal error handling ([7a6ce00](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/7a6ce00a7e048888149ae40c51e5c8f81a31a9f6))


### Bug Fixes

* exit on error in startup ([224b822](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/224b8225f2262482a199a12f2997f321966613c1))
* handle empty message payload safely ([#10](https://github.com/politics-rewired/pg-amqp-bridge-node/issues/10)) ([545c3e0](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/545c3e0ea8d571e46095e1f9321f8975f5c7bce8))
* persist messages ([#13](https://github.com/politics-rewired/pg-amqp-bridge-node/issues/13)) ([8aa6497](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/8aa64978cd0114c9458ce1034ecde6e118c43ae3))
* proper typing for notification handler ([330ceb4](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/330ceb4ff7a6c2508e3ad8ae549625bddc532e25))
* review changes ([fb639ac](https://github.com/politics-rewired/pg-amqp-bridge-node/commit/fb639aca01edfd4438a464e1b0bfb974e3e56c34))

### [1.0.1](https://github.com/politics-rewired/pg-amqp-bridge-node/compare/v1.0.0...v1.0.1) (2020-09-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-amqp-bridge-node",
"version": "1.0.1",
"version": "1.1.0",
"description": "A Node port of pg-amqp-bridge to get around Postgresql SSL issues",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit 5958244

Please sign in to comment.