Releases: go-playground/relay-client-go
Releases · go-playground/relay-client-go
Release 0.10.0
Fixed error bubbling up logic that can shutdown the entire consumer and added note to the Processor
// NOTE: An error returned by this will NOT bubble up beyond this function, it's the responsibility of each
// Processor to handle its own errors. This signature only exists to allow wrapping the Processor like
// middleware to intercept it and perform actions based upon it.
Release 0.9.0
- Updated documentation around state usage for Relay 0.13.0 release
- Updated all dependencies.
- Cleaned up some documentation.
- Updated rand code from deprecated usages.
Release 0.8.1
What was fixed?
- Fixed consumer using the supplied client instead fo Go default client.
Release 0.8.0
What's new?
- Added CI any local tests
- Update Makefile
- Update error return value.
Release 0.7.0
What's new?
- Added new Exists and Get endpoint helpers.
- Refactored endpoints for new changes in Relay. Now this supports Relay 0.9.0+
Release 0.6.0
What's new?
Handle context cancelation per processing Job. This will help processors cleanup resources using the context
.
Release 0.5.2
What's fixed?
This adds additional protection to ensure internal mis-use in the consumers code can't accidentally shutdown the workers by surfacing a context cancelled error.
Release 0.5.1
What was fixed
- Fixed Retry on errors in
Next
.
Release 0.5.0
- Make Autocomplete opt-in. NOTE: This is a breaking change
NoAutoComplete -> EnableAutoComplete
- Add retryable helper methods for
Complete
andReschedule
- Corrected/enhanced some error messages.
Release 0.4.3
Merge pull request #13 from go-playground/update-pkg-dep Update pkg dep