FluidFramework/packages/framework/presence/CHANGELOG.md

1.5 KiB

@fluid-experimental/presence

2.5.0

Minor Changes

  • ISessionClient now exposes connectivity information (#22973) 6096657620

    1. ISessionClient has a new method, getConnectionStatus(), with two possible states: Connected and Disconnected.
    2. ISessionClient's connectionId() member has been renamed to getConnectionId() for consistency.
    3. IPresence event attendeeDisconnected is now implemented.

2.4.0

Dependency updates only.

2.3.0

Major Changes

  • Experimental Presence package added (#22499) 42b323cdbf1

    @fluid-experimental/presence is now available for investigation. The new package is meant to support presence of collaborators connected to the same container. Use this library to quickly share simple, non-persisted data among all clients or send/receive fire and forget notifications.

    API documentation for @fluid-experimental/presence is available at https://fluidframework.com/docs/apis/presence.

    There are some limitations; see the README.md of installed package for most relevant notes.

    We're just getting started. Please give it a go and share feedback.