|
1 | 1 | ---
|
2 | 2 | title: Version compatibility with Fluid Framework releases
|
3 |
| -description: | |
4 |
| - How to determine what versions of the Fluid Framework releases are compatible with Azure Fluid Relay service. |
| 3 | +description: How to determine what versions of the Fluid Framework releases are compatible with Azure Fluid Relay |
5 | 4 | services: azure-fluid
|
6 | 5 | author: tylerbutler
|
7 | 6 | ms.author: tylerbu
|
@@ -31,19 +30,25 @@ npx install-peerdeps @fluidframework/azure-client
|
31 | 30 | ```
|
32 | 31 |
|
33 | 32 | > [!TIP]
|
34 |
| -> During Public Preview, the versions of **@fluidframework/azure-client** and **fluid-framework** will match. That is, if |
35 |
| -> the current release of **@fluidframework/azure-client** is 0.48, then it will be compatible with **fluid-framework** 0.48. The inverse is also true. |
| 33 | +> If building with any pre-release version of of **@fluidframework/azure-client** and **fluid-framework** we strongly recommend that you update to the latest 1.0 version. Earlier versions will not be |
| 34 | +> supported with the General Availability of Azure Fluid Relay. With this upgrade, you’ll make use of our new multi-region routing capability where |
| 35 | +> Azure Fluid Relay will host your session closer to your end users to improve customer experience. In the latest package, you will need to update your |
| 36 | +> serviceConfig object to the new Azure Fluid Relay service endpoint instead of the storage and orderer endpoints: |
| 37 | +> If your Azure Fluid Relay resource is in West US 2, please use **https://us.fluidrelay.azure.com**. If it is West Europe, |
| 38 | +> use **https://eu.fluidrelay.azure.com**. If it is in Southeast Asia, use **https://global.fluidrelay.azure.com**. |
| 39 | +> These values can also be found in the "Access Key" section of the Fluid Relay resource in the Azure portal. The orderer and storage endpoints will be deprecated soon. |
| 40 | +
|
36 | 41 |
|
37 | 42 | ## Compatibility table
|
38 | 43 |
|
39 | 44 | | npm package | Minimum version | API |
|
40 | 45 | | ---------------------------------- | :-------------- | :--------------------------------------------------------------- |
|
41 |
| -| @fluidframework/azure-client | [0.48.4][] | [API](https://fluidframework.com/docs/apis/azure-client/) | |
42 |
| -| fluid-framework | [0.48.4][] | [API](https://fluidframework.com/docs/apis/fluid-framework/) | |
43 |
| -| @fluidframework/azure-service-utils | [0.48.4][] | [API](https://fluidframework.com/docs/apis/azure-service-utils/) | |
44 |
| -| @fluidframework/test-client-utils | [0.48.4][] | [API](https://fluidframework.com/docs/apis/test-client-utils/) | |
| 46 | +| @fluidframework/azure-client | [1.0.1][] | [API](https://fluidframework.com/docs/apis/azure-client/) | |
| 47 | +| fluid-framework | [1.0.1][] | [API](https://fluidframework.com/docs/apis/fluid-framework/) | |
| 48 | +| @fluidframework/azure-service-utils | [1.0.1][] | [API](https://fluidframework.com/docs/apis/azure-service-utils/) | |
| 49 | +| @fluidframework/test-client-utils | [1.0.1][] | [API](https://fluidframework.com/docs/apis/test-client-utils/) | |
45 | 50 |
|
46 |
| -[0.48.4]: https://fluidframework.com/docs/updates/v0.48/ |
| 51 | +[1.0.1]: https://fluidframework.com/docs/updates/v1.0.0/ |
47 | 52 |
|
48 | 53 | ## Next steps
|
49 | 54 |
|
|
0 commit comments