v1.9.1-rc1
Pre-release
Pre-release
v1.9.1-rc1 is a maintenance release candidate. It is not supported.
Enhancements
- References librdkafka v2.14.2-RC3. Refer to the librdkafka v2.14.2-RC3 release notes for more information.
Fixes
- Handle anyOf/allOf in JSON transforms (#479)
- Preserve custom subjectNameStrategy in serde constructors (#482)
- Correct the TypeScript return type of
admin.fetchTopicMetadatatoPromise<Array<ITopicMetadata>>(#367) - Correct the TypeScript
MemberDescriptionshape returned byadmin.describeGroupssoassignment/targetAssignmentwrap atopicPartitionsarray andmemberAssignment/memberMetadataare nullable (#487) - Correct the TypeScript
FetchOffsetsPartition.errortype returned byadmin.fetchOffsetstoLibrdKafkaError | null, matching the runtime which always populates the field. It never returns undefined. (#489) - Correct broken "types" path so TS consumers get types (#484)
- Resolve IHeaders import for installed clients (#492)
- Fix error callback passing and object to the logger instead of a string (#483)
- Fix security vulnerabilities in dependencies (#478)
- Handle missing Protobuf message index bytes in ProtobufDeserializer (#481)