Skip to content

Releases: go-playground/relay-client-go

Release 0.10.0

09 May 19:22
5cd4d29
Compare
Choose a tag to compare

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

24 Apr 15:54
ea79716
Compare
Choose a tag to compare
  • 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

08 Mar 17:13
Compare
Choose a tag to compare

What was fixed?

  • Fixed consumer using the supplied client instead fo Go default client.

Release 0.8.0

06 Sep 04:08
1eddcb2
Compare
Choose a tag to compare

What's new?

  • Added CI any local tests
  • Update Makefile
  • Update error return value.

Release 0.7.0

05 Sep 05:37
410a028
Compare
Choose a tag to compare

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

29 Aug 19:11
3e56205
Compare
Choose a tag to compare

What's new?

Handle context cancelation per processing Job. This will help processors cleanup resources using the context.

Release 0.5.2

26 Jul 00:31
a5fbcf5
Compare
Choose a tag to compare

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

01 Jun 18:55
b60a02d
Compare
Choose a tag to compare

What was fixed

  • Fixed Retry on errors in Next.

Release 0.5.0

04 May 19:08
8284258
Compare
Choose a tag to compare
  • Make Autocomplete opt-in. NOTE: This is a breaking change NoAutoComplete -> EnableAutoComplete
  • Add retryable helper methods for Complete and Reschedule
  • Corrected/enhanced some error messages.

Release 0.4.3

28 Apr 17:03
71d274a
Compare
Choose a tag to compare
Merge pull request #13 from go-playground/update-pkg-dep

Update pkg dep