Skip to content

Commit 99b7136

Browse files
chore(main): release 1.4.0
1 parent 38b7260 commit 99b7136

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/encryption4all/postguard-business/compare/v1.3.1...v1.4.0) (2026-07-02)
4+
5+
6+
### Features
7+
8+
* add /readyz readiness probe with database check ([#113](https://github.com/encryption4all/postguard-business/issues/113)) ([36b8dad](https://github.com/encryption4all/postguard-business/commit/36b8dadc387c9431b877c588301d3184e5660669))
9+
* add structured logging with request correlation ([#115](https://github.com/encryption4all/postguard-business/issues/115)) ([4290278](https://github.com/encryption4all/postguard-business/commit/42902780baac2730975076cbba4dbd3038a62d21))
10+
* configure explicit Postgres connection pool and timeouts ([#114](https://github.com/encryption4all/postguard-business/issues/114)) ([7d638cb](https://github.com/encryption4all/postguard-business/commit/7d638cb61d8ae306b622c59955a14cfc3f5100f5))
11+
* validate environment variables at startup with a typed config ([#121](https://github.com/encryption4all/postguard-business/issues/121)) ([e7bc114](https://github.com/encryption4all/postguard-business/commit/e7bc114a3b55c907aeda1f253141581b50317439))
12+
13+
14+
### Bug Fixes
15+
16+
* log DNS resolver errors and differentiate by code ([#90](https://github.com/encryption4all/postguard-business/issues/90)) ([d7023c4](https://github.com/encryption4all/postguard-business/commit/d7023c48fe635a3ad45b6dca0a2a65502c260d20)), closes [#88](https://github.com/encryption4all/postguard-business/issues/88)
17+
* reject unknown fieldName in approveChangeRequest ([#91](https://github.com/encryption4all/postguard-business/issues/91)) ([3d9e41a](https://github.com/encryption4all/postguard-business/commit/3d9e41a60920eb2671a054af63e1932214c576ad)), closes [#87](https://github.com/encryption4all/postguard-business/issues/87)
18+
* unify duplicate-key error detection into single helper ([#92](https://github.com/encryption4all/postguard-business/issues/92)) ([f1bfad2](https://github.com/encryption4all/postguard-business/commit/f1bfad2c73587a6dfb6805ec716fce010b14908b)), closes [#89](https://github.com/encryption4all/postguard-business/issues/89)
19+
320
## [1.3.1](https://github.com/encryption4all/postguard-business/compare/v1.3.0...v1.3.1) (2026-05-16)
421

522
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postguard-business",
33
"private": true,
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"license": "MIT",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)