Skip to content

Releases: Kilemonn/MessageQueue

0.4.3

20 Apr 13:34

Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

05 Apr 05:39

Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

31 May 04:51
a380228

Choose a tag to compare

What's Changed

  • Use amazoncorretto as the base image. by @Kilemonn in #38
  • Bump spring version and silence logback config logs by @Kilemonn in #39

Full Changelog: 0.4.0...0.4.1

0.4.0

17 May 06:14
69bcf9d

Choose a tag to compare

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

02 Jul 12:27
f7b78fd

Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

01 Jun 11:05

Choose a tag to compare

What's Changed

  • Bump spring for CVE 2023 6378 fix by @Kilemonn in #29
  • Implement more trace logs + add delete exception and handling by @Kilemonn in #30
  • Add mock all test listener by @Kilemonn in #31

Full Changelog: 0.3.1...0.3.2

v0.3.1

15 Dec 10:20
4e80ddd

Choose a tag to compare

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

Full Changelog: 0.3.0...0.3.1

v0.3.0

06 Dec 08:53

Choose a tag to compare

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

Full Changelog: 0.2.0...0.3.0

v0.2.0

17 Sep 06:35
0d1c55e

Choose a tag to compare

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

Full Changelog: 0.1.9...0.2.0

v0.1.9

09 Jul 07:28

Choose a tag to compare

Release Summary

  • Expose port 8443 so that we can support TLS via external Docker configuration.

Full Changelog: 0.1.8...0.1.9