Skip to content

Releases: Admiral-Piett/goaws

v0.5.0

20 Sep 13:59
Compare
Choose a tag to compare

Changelog

Includes support for AWS JSON 1.1 Protocol

  • 00ecbda Add CreateTopicV1 for JSON support
  • 1fd4ded Add DeleteQueueV1 for JSON support
  • 8ec7d7e Add GetQueueAttributesV1 for JSON support
  • a65cc66 Add GetQueueUrlV1 for JSON support
  • da44977 Add ListQueuesV1 for JSON support
  • 233c2ed Add PublishV1 for JSON support
  • fcdd208 Add PurgeQueueV1 for JSON support
  • 740700f Add SNS SubscribeV1 for new pattern support
  • e5f9bdb Add SendMessageBatchV1 for JSON support
  • b3d5762 Add SetQueueAttributesV1 for JSON support
  • 2374d82 Add UnsubscribeV1 for JSON support
  • edaa9b7 Migrate SendMessage (+15 squashed commits) Squashed commits: [7342cdd] Update [f1de347] Add tests [28011fb] fix test [a2d30b4] Add SetAttributesFromForm test [8464892] Add xml smoke test [fe667e4] Update UT [14c8798] Update by reviews [29dc396] Add a test about message size exceeding [9083ad0] Add a test [4efb39a] Fix MessageAttributes propagation [85b0f0b] separate unit test [29b45a3] move model into same model files + update a test [06db0ee] add 1 smoke test [031e67e] test commit [f3062f3] Migrate SQS SendMessage w/o smoke test
  • a86ab6c Refactor for CreateQueue for V1 JSON support
  • 8f356e7 SQS JSON API - ReceiveMessage, ChangeMessageVisibility, DeleteMessage
  • 8c19119 Try routing refactoring
  • 4d51d27 add delete topic v1 support
  • ff7a55e add list subscriptions by topic v1
  • 93f700c add sample test
  • 8a8707a add set subscription attributes v1
  • bacb1d3 add sns list subcriptions support
  • 150a02b add sns listtopics support
  • 5a19808 added Delete Message Batch V1
  • 1a058d0 added confirm subscription
  • f06f3d7 added get subscription attributes
  • 5555f5e fixed subsribe logic
  • 681ddcd super roughly passed
  • 20c9e6c update
  • 1dcdb36 update attribute format on aws-json protocol

v0.4.8

24 Apr 22:47
Compare
Choose a tag to compare

Changelog

  • 615ad59 chore(release): build multi-arch docker image with same suffix

v0.4.7

24 Apr 22:32
Compare
Choose a tag to compare

Changelog

  • d4e4598 Fix 1.1.x releases and update builder

v0.4.6

10 Apr 21:08
Compare
Choose a tag to compare

Changelog

  • 42f5c2d Allow for queue specific visibility time out setting
  • 5cd3a92 Allow setting any log level
  • 5185995 Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0
  • d6568e7 Include HEALTHCHECK in Docker container
  • ba9b48a Include Owner value in Subscriptions and SubscriptionsByTopic responses
  • 1d1df8c Retract old versions that are being seen as latest
  • bd7b575 Update postman, default config, internal cleanup
  • 9aafff9 Upgrade AWS SDK (v1) dep to latest (v1.47.3)
  • a1441eb declare var
  • 1e3f462 format the go.mod

v0.4.5

04 Nov 18:21
Compare
Choose a tag to compare

Changelog

  • 441c9dc Add release testing action

v0.4.4

04 Nov 17:37
Compare
Choose a tag to compare

Changelog

  • 1636d4f Fix default config once and for all

v0.4.3

29 Sep 20:14
Compare
Choose a tag to compare

Changelog

v0.4.2

03 Aug 19:02
Compare
Choose a tag to compare

Changelog

  • bc027e4 Add tests for GetQueueAttributes (all and selected)
  • 5de5724 Fix broken struct field casing
  • 1b20ba9 Fix xml response for list-subscriptions-by-topic
  • a638d02 Harden release workflow
  • 3d9cd84 Respect GetQueueAttributes AttributeName parameters
  • 4728078 Update SNS delivery response codes
  • 76c3f4d add unit test for SNS message attributes
  • 8613eb4 fix incorrect data type value of message attribute.
  • 16b1323 honour DelaySeconds queue attribute and SendMessage parameter

v0.4.1

02 Mar 21:22
Compare
Choose a tag to compare

Note

  • I had a snafu with the releases and had to rebuild them.
  • Technically v0.4.0 and v0.4.1 are the same (There were never any functional app changes between them anyway)

Docker images

  • docker pull admiralpiett/goaws
  • docker pull admiralpiett/goaws:v0.4.1
  • docker pull admiralpiett/goaws:latest

Changelog

v0.4.0

02 Mar 21:17
Compare
Choose a tag to compare

Note

  • I had a snafu with the releases and had to rebuild them.
  • Technically v0.4.0 and v0.4.1 are the same (There were never any functional app changes between them anyway)

Docker images

  • docker pull admiralpiett/goaws
  • docker pull admiralpiett/goaws:v0.4.0
  • docker pull admiralpiett/goaws:latest

Changelog

  • 08a8a36 Add release action
  • a605bda Bump github.com/aws/aws-sdk-go from 1.12.39 to 1.34.0
  • 7dac211 Bump golang.org/x/net from 0.0.0-20190930134127-c5a3c61f89f3 to 0.7.0
  • 08f4d12 Fix default config in docker release
  • 0a4efc7 Merge pull request #253 from Admiral-Piett/upgrade-golang
  • c6ac610 Update go version and dependencies