Releases: exanubes/appsync
Releases · exanubes/appsync
Release list
v0.2.0
- 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
- 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
- Account for closed connection when publishing messages
- Create lifecycle state
v0.0.2
- Tests and formatting
- Remove dependency on google's uuid generator