Skip to content

Releases: riverqueue/rivercontrib

v0.7.0

19 Jan 16:53
30ae320

Choose a tag to compare

Added

  • Add versionedjob hook providing a simple declarative version change framework for jobs. PR #39.

v0.5.0

03 May 03:47

Choose a tag to compare

Added

  • Add nilerror hook to detect nil structs wrapped in non-nil error interfaces. PR #25.

v0.4.0

18 Apr 14:26
b7dd7fb

Choose a tag to compare

Added

  • Added otelriver option EnableWorkSpanJobKindSuffix which appends the job kind a suffix to work spans so they look like river.work/my_job instead of river.work.

v0.2.0

06 Apr 16:36
169f4eb

Choose a tag to compare

Added

  • Added otelriver option MiddlewareConfig.DurationUnit. Can be used to configure duration metrics to be emitted in milliseconds instead of the default seconds. PR #10.
  • More attributes like job ID and timestamps on OpenTelemetry spans. PR #11.
  • Added otelriver option EnableSemanticMetrics which will cause the middleware to emit metrics compliant with OpenTelemetry semantic conventions. PR #12.

v0.1.0

17 Mar 07:15
16a25f8

Choose a tag to compare

Added

Initial release. Mainly brings in the otelriver package for use of River with OpenTelemetry and DataDog. PR #1.