Releases: Workable/orka
Releases · Workable/orka
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
Release v4.0.0-beta.20
- FIX: Makes dd-trace dependency optional
Release v4.0.0-beta.19
Changes in this Release
- KafkaJS > 2
- Correlate Datadog logs with traces
Release v4.0.0-beta.18
Changes in this Release
- Passthrough HB arguments
Release v4.0.0-beta.17
- Fix broken link in docs
- Pass host field name to riviere to be able to use custom host
Release v4.0.0-beta.16
- Supports sending tags to honeybadger
Release v4.0.0-beta.15
Changes in this Release
- Extend
Joi.safeHtml
Release v4.0.0-beta.14
Changes in this Release
Allow Joi.safeHtml.allowedAttributes
and Joi.safeHtml.allowedTags
to accept false
. This accepts all tags & all attributes
Release v4.0.0-beta.13
Changes in this Release
Allows users to define rules like
Joi.safeHtml().allowedTags([]).allowedAttributes({})
which instructs joi to strip all HTML values