Skip to content

Releases: NickTsitlakidis/event-nest

v3.4.0

16 Jan 13:24
Compare
Choose a tag to compare

3.4.0 (2025-01-16)

🚀 Features

  • core: Allow configuration of synchronous/asynchronous subscriptions (#43)

v3.3.2

30 Nov 17:36
Compare
Choose a tag to compare

3.3.2 (2024-11-30)

🩹 Fixes

  • core: Fixing the class parameter in event store to allow private and protected constructors. (f157b38)

v3.3.1

30 Nov 17:35
Compare
Choose a tag to compare

3.3.1 (2024-11-30)

🩹 Fixes

  • Setting correct min node version in library package files (726cef6)
  • postgresql: Table initialization is now aware of schema name (a6da091)

v3.3.0

24 Nov 14:17
Compare
Choose a tag to compare

3.3.0 (2024-11-24)

🚀 Features

  • postgresql: New configuration flag to initialize Postgresql tables on application bootstrap. (#38)

v3.2.1

04 Sep 15:04
Compare
Choose a tag to compare

3.2.1 (2024-09-04)

🩹 Fixes

  • Event store implementations are exported properly from their modules (c1fe9ba)

v3.2.0

05 Aug 09:28
Compare
Choose a tag to compare

3.2.0 (2024-08-05)

🚀 Features

  • postgresql: Adding support for scoped module registration (c19a72c)
  • mongodb:Adding support for scoped module registration (96f800c)

v3.1.0

03 Jul 07:14
Compare
Choose a tag to compare

3.1.0 (2024-07-03)

🚀 Features

  • Addition of event store method to retrieve events of a specific aggregate root class based on multiple entity ids. (ead4e8f)

🩹 Fixes

  • Upgrading mongo,nest and reflect-metadata dependencies to resolve security issues. (617d475)

v3.0.1

10 Jun 12:33
Compare
Choose a tag to compare

3.0.1 (2024-06-10)

🩹 Fixes

  • core: Fixing parameter type of domain event subscription to accept only rest parameters (edab002)
  • postgresql: Database connection is now using default ssl options if an options parameter is not given. (fe5c5fa)

v3.0.0

04 Jun 19:28
Compare
Choose a tag to compare

3.0.0 (2024-06-04)

🚀 Features

  • ⚠️ Renaming EventProcessor decorator to ApplyEvent. (22f4f71)
  • Removing uuid library dependency and using native crypto random uuid function. (01e2860)
  • ⚠️ Setting minimum node version to 18.x (be5b68c)

🩹 Fixes

  • Appended events are not cleared if the commit operation fails (13234f4)

⚠️ Breaking Changes

  • ⚠️ Renaming EventProcessor decorator to ApplyEvent. (22f4f71)
  • ⚠️ Setting minimum node version to 18.x (be5b68c)

v2.0.0

12 Apr 19:20
Compare
Choose a tag to compare

Features

Security upgrades

Full Changelog: v.2.0.0