-
server-services-client: Add optional internalErrorCode property to NetworkError and INetworkErrorDetails (#21465) 9427e25689
NetworkError
s now include an optional property,internalErrorCode
, which can contain additional information about the internal error.You can find more details in pull request #21429.
-
RestWrapper querystring types narrowed (#19624) 41ac3dbecf
The acceptable values for the querystrings passed to RestWrapper must be string | number | boolean (previously accepted unknown). Other values cannot be successfully stringified and so should be avoided.
-
Use RawAxiosRequestHeaders instead of AxiosRequestHeaders in BasicRestWrapper constructor. 9a451d4946
The
BasicRestWrapper
class constructor now usesRawAxiosRequestHeaders
from theaxios
package instead ofAxiosRequestHeaders
. This applies to both thedefaultHeaders
andrefreshDefaultHeaders
arguments.This change was made in #17419.
-
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 toISession
817f661734The
ISession
interface was updated with new fieldmessageBrokerId
that would be assigned when message broker is set to Event Hubs. -
server-services-client: New internal exports 9a451d4946
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.
-
Updated @fluidframework/common-utils (#19090) ecd9e67b57
The @fluidframework/common-utils dependency has been upgraded to v3.1.0. See the full changelog.