Releases: noverde/serpens
v2.1.0
What's Changed
- feat: improve send message batch by @gabriel-f-santos in #105
In this latest version, the publish_message_batch method comes with a significant enhancement. Now, users can effortlessly send a list of messages to SQS in batch mode, without the need to worry about adhering to the constraint of ten messages per operation. This improvement offers a more streamlined and convenient experience for sending messages in bulk.
Breaking Change Description:
In the latest version of the library, a breaking change has been introduced in the publish_message_batch method. Previously, when sending messages to SQS in batch, the method would return a dictionary with two keys: 'Successful' and 'Failed'. Each of these keys contained a list of dictionaries representing the successful and failed messages, respectively.
v2.0.0
v2.0.0a21
What's Changed
- fix: code smell in test_schema.py by @feliperails in #91
Full Changelog: v2.0.0a20...v2.0.0a21
v2.0.0a20
v2.0.0a19
What's Changed
- fix: add attributes to send message sqs by @gabriel-f-santos in #86
Full Changelog: v2.0.0a18...v2.0.0a19
v2.0.0a18
What's Changed
- feat: create function to send batch message by @gabriel-f-santos in #84
Full Changelog: v2.0.0a17...v2.0.0a18
v2.0.0a17
What's Changed
- feat: method added for name validation invoke by @feliperails in #85
Full Changelog: v2.0.0a16...v2.0.0a17
v2.0.0a16
Merge pull request #82 from noverde/feat/add-elastic-apm Feat/add elastic apm
v2.0.0a15
What's Changed
- feat: add function generate_presigned_url for s3 files by @gabriel-f-santos in #80
New Contributors
- @gabriel-f-santos made their first contribution in #80
Full Changelog: v2.0.0a14...v2.0.0a15
v2.0.0a14
What's Changed
Full Changelog: v2.0.0a13...v2.0.0a14