Skip to content

Releases: exanubes/appsync

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:53
  • Update documentation
  • Add tests for batch publish
  • Fix unit tests
  • Fix e2e tests
  • Adjust client.Publish() to return errors per event in published batch
  • Handle publish errors in publish use case and return failed payloads
  • Create custom error for fulfilling a pending message without losing track of failed events
  • Handle a PublishSuccess message to support batched events
  • Create batcher

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 17:12
  • Update documentation
  • Add tests
  • Remove Authorizer property from public API
  • Add Authorizers to connect
  • Use terraform managed log group to avoid storing logs indefinitely after every e2e run
  • Add Authorizer override to Publish request
  • Remove authorization from Unsubscribe request
  • Add Authorizer override to Subscribe request
  • Update README

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 26 May 19:47
  • Account for closed connection when publishing messages
  • Create lifecycle state

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 16 May 09:43
  • Tests and formatting
  • Remove dependency on google's uuid generator

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 14 May 18:56
Update README