Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@lucassm02 lucassm02 released this 08 May 21:01
· 13 commits to main since this release
eb17dba

Version 2.4.0 — 2025-05-08

This release prepares the v2.4.0 rollout, introducing a cache request adapter, updating dependencies, bumping the Node.js version, refining RabbitMQ types, and fixing the offline logger logic.


🆕 Added

  • Cache request adapter to speed up and optimize repeated HTTP calls.

🛠️ Changed

  • Updated project dependencies to their latest stable versions.
  • Bumped the Node.js version in the Dockerfile to the current LTS.
  • Refined the RabbitMQ server’s type definitions to eliminate type errors.

🐞 Fixed

  • Offline logger logic now reliably activates when running offline.

⚠️Deprecated

  • No deprecations in this release.

❌ Removed

  • No removals in this release.

🔒 Security

  • No security fixes in this release.

Next Steps
• Give the new cache adapter a spin to shave off redundant HTTP calls.
• Pull in the updated dependencies and rebuild your Docker images.
• Verify your RabbitMQ setup now that type definitions have been tightened.