Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.1.3 - 2019-05-06
Changed
- Fixed
BroadwayCloudPubSub.GoogleApiClient
attempting to send an empty acknowledge request.
0.1.2 - 2019-04-11
Changed
- MIX_ENV for publishing releases to Hex.
0.1.1 - 2019-04-11
Added
- This
CHANGELOG
file to hopefully serve as an evolving example of a standardized open source projectCHANGELOG
.
Changed
- Fixed CircleCI build for publishing docs to Hex.
0.1.0 - 2019-04-10
Added
BroadwayCloudPubSub.Producer
- A GenStage producer that continuously receives messages from a Pub/Sub subscription acknowledges them after being successfully processed.BroadwayCloudPubSub.RestClient
- A generic behaviour to implement Pub/Sub clients using the REST API.BroadwayCloudPubSub.GoogleApiClient
- Default REST client used byBroadwayCloudPubSub.Producer
.BroadwayCloudPubSub.Token
- A generic behaviour to implement token authentication for Pub/Sub clients.BroadwayCloudPubSub.GothToken
- Default token provider used byBroadwayCloudPubSub.Producer
.