cloudflare-typescript
cloudflare-typescript copied to clipboard
The official Typescript library for the Cloudflare API
Automated Release PR --- ## 3.2.0 (2024-05-01) Full Changelog: [v3.1.0...v3.2.0](https://github.com/cloudflare/cloudflare-typescript/compare/v3.1.0...v3.2.0) ### Features * **api:** OpenAPI spec update via Stainless API ([#371](https://github.com/cloudflare/cloudflare-typescript/issues/371)) ([b24d6d3](https://github.com/cloudflare/cloudflare-typescript/commit/b24d6d33d940a368c42da70ff30183aa62328e89)) * **api:** OpenAPI spec update via Stainless API...
We have detected a conflict between code generated by Stainless' generated code and code that you have merged to main. Please resolve the conflict and merge so that Stainless can...
Automated Release PR --- ## 3.3.0 (2024-05-24) Full Changelog: [v3.2.0...v3.3.0](https://github.com/cloudflare/cloudflare-typescript/compare/v3.2.0...v3.3.0) ### Features * **api:** OpenAPI spec update via Stainless API ([#497](https://github.com/cloudflare/cloudflare-typescript/issues/497)) ([7cc4cec](https://github.com/cloudflare/cloudflare-typescript/commit/7cc4cec11f2f11fb65027ca1c4aefe8019b7d514)) * **api:** OpenAPI spec update via Stainless API...
Automated Release PR --- ## 4.0.0 (2024-10-11) Full Changelog: [v3.5.0...v4.0.0](https://github.com/cloudflare/cloudflare-typescript/compare/v3.5.0...v4.0.0) ### ⚠ BREAKING CHANGES * **api:** move event notifications under r2 ([#1757](https://github.com/cloudflare/cloudflare-typescript/issues/1757)) * **url_scanner:** move list method under `scans` ([#1756](https://github.com/cloudflare/cloudflare-typescript/issues/1756))...
Between version 3.2.0 and 3.3.0 the type for KV's `Key['metadata']` (and `MetadataGetResponse`) was changed from `unknown` to `Record`. This type is too narrow, as the metadata can be set to...
Seen here, the `body` param, which is a string array, is missing from the typescript definition. This is probably because it's a raw array without an object wrapper. https://github.com/cloudflare/cloudflare-typescript/blob/5aef60e067b25d21faac8b0a2786b281928a1f7c/src/resources/kv/namespaces/bulk.ts#L104-L109
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
### Confirm this is a Typescript library issue and not an underlying Cloudflare API issue - [x] This is an issue with the Typescript library ### Describe the bug The...
In Node 21.x and later, using this library produces a deprecation warning because of your use of "punycode", via the node-fetch library. Since you list Node 18.x as the oldest...