Skip to content

Releases: fabiogouw/spark-aws-messaging

v1.1.1

03 Jun 00:41
c0a6669
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

09 Jul 22:14
5b397d8
Compare
Choose a tag to compare

This lib didn't validate if the messages have been successfully sent to the queue, resulting in the unawareness of these errors by the spark job (some messages will be missed). This release fixes it (cc @raphaelauv).

v1.0.0

06 May 23:44
2801460
Compare
Choose a tag to compare

Changed the structure needed for the message attribute feature (now it needs a map of string/string, this is a breaking change for people using this feature)

v0.5.0

03 May 02:11
67add16
Compare
Choose a tag to compare

Message group id support (@yegeniy) #7

v0.4.0

16 Aug 23:08
9c2ac8b
Compare
Choose a tag to compare

Added QueueOwnerAWSAccountId option to allow sending messages to different AWS (@andresionek91)

v0.3.1

28 Jun 00:04
78b83c7
Compare
Choose a tag to compare

Bug correction when defining the endpoint option.

v0.3.0

27 Jun 21:55
d074db2
Compare
Choose a tag to compare

It's not obligatorily the msg_attributes column in the dataframe anymore + integration tests in the pipeline

v0.2.1

26 Jun 17:05
831e7a9
Compare
Choose a tag to compare

Initial release