We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19906bc commit 7f9feadCopy full SHA for 7f9fead
CHANGELOG.md
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
## v1.2.5 - tbd
11
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
20
## v1.2.4 - 2025-02-19
21
22
### Changed
0 commit comments