Releases: Kilemonn/MessageQueue
Releases · Kilemonn/MessageQueue
0.4.3
0.4.2
0.4.1
0.4.0
What's Changed
- Introduce MessageListResponse so that correlationIds are not duplicat… by @Kilemonn in #33
- Remove correlation ID from success response and add to response headers by @Kilemonn in #34
- Add authenticator test for microsoft sql. by @Kilemonn in #35
- Add sqllite support by @Kilemonn in #36
- Add test for reserved subqueue by @Kilemonn in #37
Full Changelog: 0.3.3...0.4.0
0.3.3
0.3.2
v0.3.1
Release Summary
- Remove outer "subQueue" entity in the message response since it duplicates the "subQueue" property in the message.
- Add Swagger doc model descriptions and docs.
- Upgrade spring version and all dependencies to the latest.
What's Changed
- Add descriptive model annotations by @Kilemonn in #27
- Upgrade depdencies reduce vulnerabilities by @Kilemonn in #28
Full Changelog: 0.3.0...0.3.1
v0.3.0
Release Summary
- Added restricted sub queues
- Refactor all naming and references to use "subQueue" instead of "message type" or "queue type", please refer to updated swagger docs.
- Introduce new "clear by key" endpoint
What's Changed
- Add new clear key (and sub queue) by queue type endpoint. by @Kilemonn in #24
- Authenticated sub queue by @Kilemonn in #25
- Bump jacoco. by @Kilemonn in #26
Full Changelog: 0.2.0...0.3.0
v0.2.0
Release Summary
- Added support for Mongo DB as a message storage medium.
- Add correlationID header and ability to provide your own from the caller.
- SQL optimisations (Mongo receives similar optimisations).
- Index sync rework to be compatible with multiple running MultiQueues (In-memory is not included).
What's Changed
- Correlation by @Kilemonn in #17
- Add support for mongo by @Kilemonn in #18
- Cover specific error scenarios by @Kilemonn in #19
- Start up index sync by @Kilemonn in #20
- Remove internal map for queue indexes. Use the underlying medium to d… by @Kilemonn in #21
- Synchronise methods by @Kilemonn in #22
- Override methods to perform condition checking and filtering via the … by @Kilemonn in #23
Full Changelog: 0.1.9...0.2.0
v0.1.9
Release Summary
- Expose port 8443 so that we can support TLS via external Docker configuration.
Full Changelog: 0.1.8...0.1.9