Skip to content

Commit 8bf5e89

Browse files
authored
Update README.md
1 parent f56f394 commit 8bf5e89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,12 @@ await cloudflare.zones.delete(
315315
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:
316316

317317
1. Changes that only affect static types, without breaking runtime behavior.
318-
2. 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)_.
319-
3. Changes that we do not expect to impact the vast majority of users in practice.
318+
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)_.
319+
1. Changes that we do not expect to impact the vast majority of users in practice.
320320

321-
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
322-
323-
We are keen for your feedback; please open an [issue](https://www.github.com/cloudflare/cloudflare-typescript/issues) with questions, bugs, or suggestions.
321+
> [!WARNING]
322+
> 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.
323+
> If this isn't suitable for your project, we recommend pinning to a known version or using the previous major version.
324324
325325
## Requirements
326326

0 commit comments

Comments
 (0)