Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.8 KB

File metadata and controls

34 lines (19 loc) · 1.8 KB

@fluidframework/server-services-shared

5.0.0

Minor Changes

  • server-services-shared: Fixed the ordering in Nexus shutdown (#21465) 9427e25689

    Before, the Redis Pub/Sub would be disposed before the socket connections were closed. Now we first close socket connections then do Redis disposal.

    You can find more details in pull request #20429.

4.0.0

Dependency updates only.

3.0.0

Major Changes

  • Updated @fluidframework/protocol-definitions (#19090) ecd9e67b57

    The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. See the full changelog.

  • server-services-client: New messageBrokerId property added to ISession 817f661734

    The ISession interface was updated with new field messageBrokerId that would be assigned when message broker is set to Event Hubs.

  • Updated @fluidframework/common-utils (#19090) ecd9e67b57

    The @fluidframework/common-utils dependency has been upgraded to v3.1.0. See the full changelog.