Releases: NickTsitlakidis/event-nest
Releases · NickTsitlakidis/event-nest
v3.4.0
3.4.0 (2025-01-16)
🚀 Features
- core: Allow configuration of synchronous/asynchronous subscriptions (#43)
v3.3.2
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
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
3.3.0 (2024-11-24)
🚀 Features
- postgresql: New configuration flag to initialize Postgresql tables on application bootstrap. (#38)
v3.2.1
3.2.1 (2024-09-04)
🩹 Fixes
- Event store implementations are exported properly from their modules (c1fe9ba)
v3.2.0
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
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
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
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
Features
Security upgrades
Full Changelog: v.2.0.0