Skip to content

Releases: ideacrew/event_source

v0.8.0

31 Mar 00:15
d108374

Choose a tag to compare

What's Changed

New Features ✨

  • handle graceful shutdown of consumers by @vkghub in #137

Full Changelog: v0.7.0...v0.8.0

v0.7.0

31 Mar 00:13
dbd6659

Choose a tag to compare

What's Changed

New Features ✨

  • Add protocol and configuration bindings for outbound SNS. by @TreyE in #126
  • Add rspec helpers for event routing tests. by @TreyE in #128
  • Rename and re-implement outbound SMS messaging protocols. by @TreyE in #129
  • Allow mocking using localstack for ARN resources. by @TreyE in #131
  • Support communication with AWS SNS SDK. by @TreyE in #132

Bug Fixes 🐛

  • Fix contract invocation and ruby version support. by @TreyE in #130

Full Changelog: v0.6.0...v0.7.0

v0.6.0

25 Mar 15:19
v0.6.0
0832b7f

Choose a tag to compare

What's Changed

Other Changes 📦

  • Bumped event source version to 0.5.7 by @raghuramg in #63
  • add support for exchange to exchange bindings by @raghuramg in #89
  • avoid decorate result for json payload by @ymhari in #90
  • ruby upgrade to 3.2.1 by @TreyE in #92
  • update log level to warn for default and make logging level configurable by @adamrunner in #93
  • adds ruby 2.6 series testing to the testing matrix by @saikumar9 in #97
  • removes unused gem resque-bus by @vkghub in #103
  • remove rake task reference in event_source railitie by @saipraveen18 in #104
  • create message along with event by @raghuramg in #100
  • attach session details inside account by @raghuramg in #106
  • fixes for system account by @raghuramg in #107
  • Add subscriber name as suffix for executable container keys by @raghuramg in #108
  • adds downstream dependency checking by @TreyE in #98
  • Don't start event source until Rails is ready. by @TreyE in #117
  • add support for amqp payload compress/decompress by @raghuramg in #119
  • add default mime type encode as json for amqp protocol by @raghuramg in #120
  • make sure decode errors don't block the queue by @raghuramg in #121
  • add exception handling for zlib compressed data errors by @raghuramg in #122
  • Prepare the standard gem release framework for event source. by @TreyE in #125

New Contributors

Full Changelog: v0.5.6...v0.6.0