Releases: StayNTouch/rover-common
Releases · StayNTouch/rover-common
3.3.1
What's Changed
- CICO-122464: Modify the publisher to normalize the routing_key option by @jdlombardozzi in #63
Full Changelog: 3.0.5...3.3.1
3.3.0: Use Rails default logger in service modules
WHY:
- Upgraded apps are getting errors as the logging-rails gem is deprecated
WHAT:
- Use Rails default logger in the service modules
3.2.0: Merge pull request #61 from gokul-snt/webhook-ruby-3.2
Since the opentracing gem is deprecated in recent Ruby versions, we’re removing its implementations in the rover-common gem to support the Webhook application. Only a few methods from this gem are used by Webhook, so we’re proceeding with this removal for now. Please note that this release is specifically focused on the Webhook Gen2 application.
3.0.5: Merge pull request #60 from StayNTouch/CICO-110132-faraday-update
CICO-110132: Update Faraday
3.0.4: Merge pull request #56 from jdlombardozzi/master
CICO-83700 Move database sharding from SNT gem to PMS app
3.0.3: Merge pull request #55 from jdlombardozzi/master
CICO-81805 Remove PMS service layer debug logging
3.0.1: Merge pull request #53 from redwrx/CICO-76860
Update version.rb
2.6.5.6: Merge pull request #48 from ganeshsbhat/CICO-75094
CICO-75094 Added client credentials method
2.6.5.5: Merge pull request #46 from redwrx/CICO-59072
CICO-59072 Custom OpenTracing Implementation
2.6.5.4: Merge pull request #45 from redwrx/CICO-59072
setting global tracer in gem extention