Skip to content

Releases: Workable/orka

Release v5.0.0-beta.2

23 Jun 12:32

Choose a tag to compare

Fix: Expose Axios response object on AxiosError

Release v5.0.0-beta.1

28 May 13:52

Choose a tag to compare

Release v5.0.0-beta.1 Pre-release
Pre-release

Replace Bull with BullMQ

Release v5.0.0-beta.0

28 May 13:17

Choose a tag to compare

Release v5.0.0-beta.0 Pre-release
Pre-release

Unit test node v22

Release v4.4.0

16 Apr 09:16

Choose a tag to compare

Add option for Bull to reuse the Redis connections for the Bull jobs

Release v4.3.0

16 Apr 06:43

Choose a tag to compare

Add warning when having in config riviere regexes as strings.
Bump koa and axios

Release v4.2.1

12 Feb 15:13

Choose a tag to compare

Changes in this Release

  • Fix joi extensions typings so we can extend it further

Release v4.2.0

11 Feb 11:54

Choose a tag to compare

Changes in this Release

  • Convert riviere's config blackistedPathRegex to RegExp
  • Set kafka authentication timeout to 10s (default)

Release v4.1.0

10 Jan 08:27

Choose a tag to compare

Trace fast-koa-router middleware in Datadog

Release v4.0.0

07 Nov 11:29

Choose a tag to compare

Release of Okra v4 🚀

Breaking changes from orka 3.x to 4.x

  • Support for older node version pre v18 is dropped. Only v18 and v20+ will be unit tested and guaranteed to work
  • Usage of randomUUID that is not supported in many older versions
  • Changes in default config: istioTraceHeaders and headerPropagation are deprecated in favor of a generic propagatedHeaders
  • Methods kafka.send that was deprecated is removed. Use kafka.producer.send instead
  • Mongoose migrated to v7 which has breaking changes see here
  • Mongoose migrated to v8 which has breaking changes see here
  • KafkaJS version is specified to 2.x.x. Additional information about breaking changes when migrating to KafkaJS 2.x.x can be found at https://kafka.js.org/docs/migration-guide-v2.0.0

Release v4.0.0-beta.21

21 Oct 11:09

Choose a tag to compare

Pre-release

Changes in this Release

  • Bump mongoose to version v8