Skip to content

7.6.5

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 12:47
· 139 commits to master since this release
bf029eb

Release 7.6.5

This minor release:

  • improve performances by removing synchronized code and improving JSON response generation
  • fix error message not logged if configuration file or configuration override file is not found
  • upgrade mongodb driver to latest release

New commits

  • f34324f ⚡ Improve JSON response generation avoiding call to minify() from BsonUtils.toJson()
  • 1ed0fd8 ⚡ Improve performance of BsonUtils.toJson()
  • fe12d3a ⚡ Improve memory consumption of BsonUtils.toJson()
  • f85a325 ⬆️ Upgrade MongoDB drivers to v4.11.1
  • ba64344 ⚡ Remove synchorized code
  • 40c24f2 🐛 Fix error message not logged if configuration file or configuration override file is not found

Full Changelog: 7.6.4...7.6.5