Releases: Workable/orka
Releases · Workable/orka
Release v5.0.0-beta.2
Fix: Expose Axios response object on AxiosError
Release v5.0.0-beta.1
Replace Bull with BullMQ
Release v5.0.0-beta.0
Unit test node v22
Release v4.4.0
Add option for Bull to reuse the Redis connections for the Bull jobs
Release v4.3.0
Add warning when having in config riviere regexes as strings.
Bump koa and axios
Release v4.2.1
Changes in this Release
- Fix joi extensions typings so we can extend it further
Release v4.2.0
Changes in this Release
- Convert riviere's config
blackistedPathRegexto RegExp - Set kafka authentication timeout to 10s (default)
Release v4.1.0
Trace fast-koa-router middleware in Datadog
Release v4.0.0
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
Changes in this Release
- Bump mongoose to version v8