Skip to content

Releases: overlap-dev/Nimbus

v2.0.2

21 Apr 13:16
2ca0683

Choose a tag to compare

What's Changed

  • fix: bump node version for npm 11 to support trusted publishing by @dgoerdes in #28

Full Changelog: v2.0.1...v2.0.2

v2.0.1

21 Apr 12:50
3609446

Choose a tag to compare

What's Changed

  • chore: publish to npm and align package scopes by @dgoerdes in #27

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Apr 10:06
7a6e2ad

Choose a tag to compare

What's Changed

Full Changelog: v.1.1.1...v2.0.0

Breaking Changes

MongoDB Connection Manager

  • The constructor signature is now flattened.
    Replace MongoConnectionManager.getInstance(uri, { mongoClientOptions: { ... } }) with MongoConnectionManager.getInstance(uri, { ... }).
  • The connectionTimeout option has been removed. The driver handles socket lifecycle via maxIdleTimeMS on the pool.
  • The cleanup() method has been removed.
    Delete any setInterval(() => mongoManager.cleanup(), ...) you set up.
  • The internal pre-flight ping on every getClient() call has been removed.
    If you relied on it for liveness, call healthCheck() explicitly (e.g. from a /health endpoint).
  • A new close() method is available for graceful shutdown.

v.1.1.1

19 Mar 08:33
ddf6e34

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v.1.1.1

v1.1.0

21 Feb 10:21
07076fc

Choose a tag to compare

What's Changed

  • feat(core): enhances create message input types by @dgoerdes in #16
  • feat(eventsourcingdb): adds package for EventSourcingDB by @dgoerdes in #17
  • chore: release 1.1.0 by @dgoerdes in #18

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Jan 15:32
44dfbf4

Choose a tag to compare

v0.18.0

26 Jan 15:05
36169c9

Choose a tag to compare

v0.18.0 Pre-release
Pre-release

What's Changed

  • feat: coming closer to a first 1.0 release version by @dgoerdes in #12
    • Switches HTTP adapter from Oak to Hono for better performance and broader runtime support
    • Introduces built-in observability with OpenTelemetry tracing and metrics throughout the framework
    • Simplifies core architecture by removing complex router patterns and introducing cleaner message-based APIs
    • Updates dependency versions (MongoDB 7.0.0, Zod 4.3.5) and refactors exception naming

Full Changelog: v.0.17.0...v0.18.0

v.0.17.0

04 Jun 09:15
77ab77d

Choose a tag to compare

v.0.17.0 Pre-release
Pre-release

What's Changed

Full Changelog: v.0.16.0...v.0.17.0

v.0.16.0

01 Mar 17:37
e16db7b

Choose a tag to compare

v.0.16.0 Pre-release
Pre-release

What's Changed

  • feat: reworks logging and improvements for monitoring by @dgoerdes in #10

Full Changelog: v.0.15.0...v.0.16.0

v.0.15.0

14 Feb 12:05
b7b9098

Choose a tag to compare

v.0.15.0 Pre-release
Pre-release

What's Changed

  • chore(examples): adds example for a command with no response body by @dgoerdes
  • feat(oak): allows a query or command to respond without any body by @dgoerdes
  • feat(core): allows data for route handler results to be optional by @dgoerdes

Full Changelog: v0.14.0...v.0.15.0