Skip to content

Releases: GetSimpl/amqp_mailer

changes to support rails 7

07 Sep 05:42
0a44c98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v1.0.0

v0.4.0

30 Jun 12:22
503dd09
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @dependabot made their first contribution in #6
  • @vijay9455 made their first contribution in #8
  • @kash3021 made their first contribution in #13

Full Changelog: v0.3.0...v0.4.0

Payload changes

14 Nov 12:59
Compare
Choose a tag to compare
  • Change format for to addresses
  • Support preserve_recipients flag (to send one email per recipients or one email for all recipients)
  • Support reply_to

Use normal queue

07 Sep 09:08
Compare
Choose a tag to compare
  • use normal/priority queue based on param with falling back to normal

Changed default_value of user_id from "-" to nil

11 Jul 09:35
Compare
Choose a tag to compare
  • Changed default_value of user_id from "-" to nil

Parsing X-SIMPL-USER-ID to be sent to notifications-service

06 Jul 12:32
9cae1c2
Compare
Choose a tag to compare
  • Parsing X-SIMPL-USER-ID to be sent to notifications-service

Replace autoload with require

27 Mar 12:22
b6a9e07
Compare
Choose a tag to compare
Merge pull request #4 from GetSimpl/fix/autoload

Replace autoload with require

Make instances of DeliveryMethod respond to `settings`

15 Mar 08:19
86ed8e4
Compare
Choose a tag to compare
Make DeliveryMethod instances respond to `settings` (#3)

Mail::Message expects DeliveryMethod to have a `settings` instance
method. Without it, we were getting `NoMethodError`, and sidekiq was
triggering the same job repeatedly. Since AmqpMailer's DeliveryMethod
doesn't need settings, added a dummy settings method

Fixes

07 Mar 14:02
2a0ee86
Compare
Choose a tag to compare
  • Remove activesupport dependency
  • Let services set service_id

Initial release

05 Mar 08:01
Compare
Choose a tag to compare

Gem in usable state. Can be used from GitHub directly. Uses its own amqp publishing logic.