Skip to content

Releases: noverde/serpens

v2.1.0

25 Sep 14:23
331fad0
Compare
Choose a tag to compare

What's Changed

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

31 Aug 14:46
030f543
Compare
Choose a tag to compare
  • Upgrade setuptools configuration to use pyproject.toml file instead of setup.py.
  • Add target on Makefile to build the package.
  • Publish to PyPI for the first time.

v2.0.0a21

23 Jun 16:31
960b2c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0a20...v2.0.0a21

v2.0.0a20

26 May 14:34
327d871
Compare
Choose a tag to compare

Tratamento de retorno de falhas no processamento do SQS

v2.0.0a19

19 Apr 12:55
b1cbb92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0a18...v2.0.0a19

v2.0.0a18

19 Apr 12:45
c63780e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0a17...v2.0.0a18

v2.0.0a17

18 Apr 19:07
27ae219
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0a16...v2.0.0a17

v2.0.0a16

22 Feb 17:46
570cbb3
Compare
Choose a tag to compare
Merge pull request #82 from noverde/feat/add-elastic-apm

Feat/add elastic apm

v2.0.0a15

12 Dec 17:55
b28246d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0a14...v2.0.0a15

v2.0.0a14

11 Aug 14:34
f3687a1
Compare
Choose a tag to compare
v2.0.0a14 Pre-release
Pre-release

What's Changed

  • feat: add lambda function invoke by @jaelzr in #75

Full Changelog: v2.0.0a13...v2.0.0a14