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