Skip to content

Releases: Workable/orka

Release v4.0.0

07 Nov 11:29
Compare
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
Compare
Choose a tag to compare
Pre-release

Changes in this Release

  • Bump mongoose to version v8

Release v4.0.0-beta.20

06 Sep 14:28
Compare
Choose a tag to compare
Pre-release
  • FIX: Makes dd-trace dependency optional

Release v4.0.0-beta.19

08 Aug 07:42
Compare
Choose a tag to compare

Changes in this Release

  • KafkaJS > 2
  • Correlate Datadog logs with traces

Release v4.0.0-beta.18

08 Jul 11:57
Compare
Choose a tag to compare

Changes in this Release

  • Passthrough HB arguments

Release v4.0.0-beta.17

25 Jun 09:27
Compare
Choose a tag to compare
Pre-release
  • Fix broken link in docs
  • Pass host field name to riviere to be able to use custom host

Release v4.0.0-beta.16

21 Jun 08:13
Compare
Choose a tag to compare
  • Supports sending tags to honeybadger

Release v4.0.0-beta.15

29 May 10:56
Compare
Choose a tag to compare

Changes in this Release

  • Extend Joi.safeHtml

Release v4.0.0-beta.14

30 Apr 07:51
Compare
Choose a tag to compare

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

29 Apr 10:31
Compare
Choose a tag to compare

Changes in this Release

Allows users to define rules like

Joi.safeHtml().allowedTags([]).allowedAttributes({})

which instructs joi to strip all HTML values