Skip to content

Commit 7f9fead

Browse files
committed
changelog for fixes
1 parent 19906bc commit 7f9fead

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## v1.2.5 - tbd
1111

12+
### Fixed
13+
14+
- core: if a `./default-env.json` file was present and `NODE_ENV !== "production"`, we had assumed that cf env variables
15+
`VCAP_APPLCATION` and `VCAP_SERVICES` are always present in the file. now this is more resilient.
16+
17+
- core: [regression] initialize timing was noticeably slower, because the initial connection check was running with the
18+
default reconnect strategy that takes 2000ms. now the reconnect strategy is disabled for the initial connection check.
19+
1220
## v1.2.4 - 2025-02-19
1321

1422
### Changed

0 commit comments

Comments
 (0)