Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

52 lines (39 loc) · 2.3 KB

Changelog

[1.1.0] - 2024-07-13

Added

  • Added a GET /config route #22

Changed

  • Create Camel-compliant SQS subscriptions. #23
  • Capturing the AWS Account ID during SQS subscribe. #24
  • Updating the example configuration. #26

[1.0.0] - 2023-12-29

Added

  • Log the version on startup. #14
  • Basic support for FilterPolicy for both MessageAttributes and MessageBody. #13
    • Allowing FilterPolicy subscription attribute.
    • Allowing FilterPolicyScope subscription attribute.
    • Exact String matching on MessageAttributes and MessageBody
  • Exact Number matching on MessageAttributes and MessageBody. #18

Changed

  • Dependency updates. #16
  • Replaced deprecated base docker image. #17
  • Adjust logging when publishing messages. #13, #19

[0.10.1-alpha] - 2023-11-24

Changed

  • Minor documentation updates. #8

Fixed

  • Formatting endpoint urls correctly in ListSubscriptions, ListSubscriptionsByTopic, and GetSubscriptionAttributes. #8

[0.10.0-alpha] - 2023-11-24

Added

  • Support for RawMessageDelivery - #5
  • Persistence of subscription attributes - #6
  • db.json file under example/config - f2c16db

Fixed

  • Subscription attributes are now parsed according to the Subscribe action requirements. - #6

[0.9.3-alpha] - 2023-11-18

Fixed

  • Correcting SNS message publishing format.

[0.9.2-alpha] - 2023-11-12

Added

  • Publishing to lambda.

[0.9.1-alpha] - 2023-11-12