From b31c6a8e74cc0553d180f3bc0233206372866935 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Fri, 10 Jan 2025 11:26:31 +1100 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a87c4c83b11..9259acf9bb6 100644 --- a/README.md +++ b/README.md @@ -370,13 +370,9 @@ middleware has been applied. This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions: 1. Changes that only affect static types, without breaking runtime behavior. -1. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_. +1. Changes to library internals which are technically public but not intended or documented for external use. 1. Changes that we do not expect to impact the vast majority of users in practice. -> [!WARNING] -> In addition to the above, changes to type names, structure or methods _may_ occur as we stabilise the automated codegen pipeline. This will be removed in the future once we are further along and the service owner OpenAPI schemas have reached a higher maturity level where changes are not as constant. -> If this isn't suitable for your project, we recommend pinning to a known version or using the previous major version. - ## Contributing See [the contributing documentation](./CONTRIBUTING.md).