Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@Admiral-Piett Admiral-Piett released this 20 Sep 13:59

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