Releases: vmeretail/subscriptionservice
Releases · vmeretail/subscriptionservice
Version 1.0.4
Changes
🚀 Features
- Support Catchup Subscriptions @StevenBlair123 (#97)
- inflight added for persistent subscriptions #109 @StevenBlair123 (#111)
- Tests added for Stop method @StuartFergusonVme (#115)
- Stop and Drain facility now added in. @StevenBlair123 (#116)
- Add Latest Checkpoint Handler @StevenBlair123 (#121)
- Add Latest Checkpoint Handler @StevenBlair123 (#123)
- Added ability to pass in action to handle dead letter processing @StuartFergusonVme (#132)
🐛 Bug Fixes
- Added in check when Event Store config not found @StuartFergusonVme (#110)
- Sensitive data removed @StuartFergusonVme (#113)
- NLog Trace now written in CI @StuartFergusonVme (#114)
- Reformatted theory test name @StuartFergusonVme (#125)
🧰 Maintenance
- Testing/catchupintegration @StuartFergusonVme (#118)
- Trace reviewed and logging fixed in tests @StuartFergusonVme (#119)
- Fix the worker service example after refactor @StuartFergusonVme (#124)
- StartFrom now is covered in testing. @StevenBlair123 (#126)
- Updated readme @StevenBlair123 (#127)
- Updated logger to mount EventStore tosame directory as our own logger. @StevenBlair123 (#128)
- Update console application comments @StevenBlair123 (#130)
- Add supported ES versions to readme @StuartFergusonVme (#133)
Version 1.0.3
Changes
🚀 Features
- Introduced SubscriptionServiceBuilder to assist when creating SubscriptionService @StevenBlair123 (#91)
- Logged out serialised event for NAK'd events. @StevenBlair123 (#90)
- Added event debugging projection @StuartFergusonVme (#88)
- Logger injected into service @StevenBlair123 (#87)
- Remove Subscription Support Added @StuartFergusonVme (#86)
🧰 Maintenance
- Test against multiple ES versions @StuartFergusonVme (#78)
- Event Store 6 Preview Integration Tests @StuartFergusonVme (#84)
Version 1.0.2
Changes
🚀 Features
- Event Store log now mounted for tests. @StevenBlair123 (#76)
- Event Factory to change event before publishing. @StevenBlair123 (#70)
Version 1.0.1
Changes
🚀 Features
- Move Worker Service example @StuartFergusonVme (#62)
- Added Worker Service example @StuartFergusonVme (#61)
- Added console example code @StuartFergusonVme (#60)
- Ability to add new subscriptions to service after Start is called @StuartFergusonVme (#66)
🧰 Maintenance
- Update labels handled by Release Drafter @StuartFergusonVme (#64)
- Added further integration tests @StuartFergusonVme (#63)
- Added number of downloads badge to readme @StuartFergusonVme (#58)
Version 1.0.0
Changes
🚀 Features
- New Subscription Configuration Fields @StuartFergusonVme (#52)
- Nlog added for testing project @StevenBlair123 (#50)
- Error Handler added into Service, along with multiple event testing. @StevenBlair123 (#49)
- Updated testing to use TestFixture and docker image for REST @StevenBlair123 (#47)
- Initial End To End Test @StuartFergusonVme (#43)
- HttpClient now being used per subscription. @StevenBlair123 (#39)
- System events now ignored. @StevenBlair123 (#37)
- Introduction of internal Subscription object for holding configuration passed in from caller. @StevenBlair123 (#36)
🐛 Bug Fixes
- Bug/missing image @StevenBlair123 (#54)
🧰 Maintenance
- Minor workflow updates @StuartFergusonVme (#53)
- Updated project package details for nuget.org @StevenBlair123 (#51)
- Update README.md @StevenBlair123 (#40)
Alpha release to test release workflow
This release will test the release workflow