From cd460529349e5000d98f0a29fbc17c83c593568e Mon Sep 17 00:00:00 2001 From: nathan contino Date: Fri, 6 Mar 2026 14:39:35 +0000 Subject: [PATCH] Update upgrade policy to reflect latest docs improvements --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 90f6e5b..8d9639f 100644 --- a/README.md +++ b/README.md @@ -216,11 +216,6 @@ Note: if you want to change the `FusionAuthClient` class, you have to do it on t This code is available as open source under the terms of the [Apache v2.0 License](https://opensource.org/blog/license/apache-2-0). +## Upgrade policy -## Upgrade Policy - -This library is built automatically to keep track of the FusionAuth API, and may also receive updates with bug fixes, security patches, tests, code samples, or documentation changes. - -These releases may also update dependencies, language engines, and operating systems, as we\'ll follow the deprecation and sunsetting policies of the underlying technologies that it uses. - -This means that after a dependency (e.g. language, framework, or operating system) is deprecated by its maintainer, this library will also be deprecated by us, and will eventually be updated to use a newer version. +Versions of this library track the FusionAuth API, except for patch versions, which include client-only updates like bugfixes and dependency upgrades. For more information, see the [FusionAuth Upgrade Guide](https://fusionauth.io/docs/operate/deploy/upgrade#upgrade-a-client-library).