-
Added pause and resume methods for lambdas (#22730) 256bf0899c
Added pause and resume methods for context, documentContext, partition, partitionManager, kakfaRunner, rdKafkaConsumer, and lambda. They are used to pause/resume the incoming messages during various circuitBreaker states.
-
Types altered to account for undefined and null values (#23054) 09b7299e1c
Many types updated to reflect implementations that can return null or undefined, but did not call that out in type definitions. Internal functionality only changed to handle existing null/undefined cases that are now known at compiletime.
-
.off()instance method added to IProducer and IOrdererConnection implementations (#21948) e924f4ec3aIn order to allow consumers of IProducer and IOrdererConnection implementations to cleanup event listeners added using the already-exposed
.once()and.on()methods, a.off()method was added as a required property to both interfaces. All exported implementations of IProducer and IOrdererConnection have had a.off()method added, and all functions that take IProducer or IOrdererConnection params have had their types updated as well.
Dependency updates only.
Dependency updates only.
-
Updated @fluidframework/protocol-definitions (#19090) ecd9e67b57
The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. See the full changelog.
-
Updated @fluidframework/common-utils (#19090) ecd9e67b57
The @fluidframework/common-utils dependency has been upgraded to v3.1.0. See the full changelog.