The Foreman lambda in @fluidframework/server-lambdas has been removed. It has not been used for several releases. There is no replacement.
The BasicRestWrapper
class constructor now uses RawAxiosRequestHeaders
from the axios
package instead of AxiosRequestHeaders
. This applies to both the defaultHeaders
and refreshDefaultHeaders
arguments.
This change was made in #17419.
The ISession
interface was updated with new field messageBrokerId
that would be assigned when message broker is set to Event Hubs.
The @fluidframework/server-services-client
package now exports the following items. These APIs are intended for internal use within the Fluid Framework only. They will be marked as internal APIs in a future release.
ITimeoutContext
: Binds and tracks timeout info through a given codepath. The timeout can be checked manually to stop exit out of the codepath if the timeout has been exceeded.getGlobalTimeoutContext
: Retrieves the global ITimeoutContext instance if available. If not available, returns a NullTimeoutContext instance which behaves as a no-op.setGlobalTimeoutContext
: Sets the global ITimeoutContext instance.
This change was made in #17522.
The @fluidframework/common-utils dependency has been upgraded to v3.1.0. See the full changelog.
The @fluidframework/common-definitions dependency has been upgraded to v1.1.0. See the full changelog.
The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. See the full changelog.