Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 2.61 KB

File metadata and controls

39 lines (21 loc) · 2.61 KB

@fluidframework/server-test-utils

6.0.0

Major Changes

  • 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) e924f4ec3a

    In 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.

5.0.0

Dependency updates only.

4.0.0

Dependency updates only.

3.0.0

Major Changes