@@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ v3.5.0] ( https://github.com/Ziut3k-dev/api_cloudflare_client/compare/v3.4.2...v3.5.0 )
8+
9+ > 13 May 2026
10+
11+ ##### New Resources (17)
12+
13+ - ** Accounts** — account management (` browse ` , ` read ` , ` edit ` )
14+ - ** AccountMembers** — member management with role assignment (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` )
15+ - ** AccountRoles** — list and read account roles (` browse ` , ` read ` )
16+ - ** ZoneSSL** — SSL certificate pack management (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` )
17+ - ** RateLimits** — zone-level rate limiting rules (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` )
18+ - ** WaitingRooms** — traffic queue management (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` , ` getEvents ` , ` getStatus ` )
19+ - ** LoadBalancers** — zone-level load balancer configuration (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` )
20+ - ** LoadBalancerPools** — account-level origin pools with health checks (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` , ` health ` , ` preview ` )
21+ - ** LoadBalancerMonitors** — health monitor configuration (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` , ` preview ` , ` references ` )
22+ - ** EmailRouting** — email routing rules and catch-all (` get ` , ` enable ` , ` disable ` , ` browseRules ` , ` readRule ` , ` addRule ` , ` editRule ` , ` delRule ` , ` getCatchAll ` , ` editCatchAll ` )
23+ - ** R2Buckets** — Cloudflare R2 object storage buckets (` browse ` , ` read ` , ` add ` , ` del ` )
24+ - ** D1Database** — Cloudflare D1 SQL database management (` browse ` , ` read ` , ` add ` , ` del ` , ` query ` , ` raw ` )
25+ - ** Queues** — Cloudflare Queues with consumer management (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` , ` browseConsumers ` , ` addConsumer ` , ` editConsumer ` , ` delConsumer ` )
26+ - ** Turnstile** — CAPTCHA widget management with secret rotation (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` , ` rotateSecret ` )
27+ - ** Logpush** — log delivery job management with destination validation (` browseJobs ` , ` readJob ` , ` addJob ` , ` editJob ` , ` delJob ` , ` getOwnershipChallenge ` , ` validateOwnership ` , ` validateDestination ` )
28+ - ** AuditLogs** — account audit log access with full filter support (` browse ` )
29+ - ** Tunnels** — Cloudflare Tunnel (cfd_tunnel) management with configuration (` browse ` , ` read ` , ` add ` , ` edit ` , ` del ` , ` getToken ` , ` getConnections ` , ` cleanConnections ` , ` getConfig ` , ` editConfig ` )
30+
31+ ##### Fixes & Improvements
32+
33+ - Added missing ` Stream ` resource instantiation in main ` Cloudflare ` class
34+ - Added complete TypeScript type definitions for all new resources in ` index.d.ts `
35+ - Added unit test suites (` .spec.ts ` ) for all 17 new resources — 100+ new test cases
36+ - Reorganized ` index.ts ` with grouped property declarations for better readability
37+
738#### [ v3.4.2] ( https://github.com/Ziut3k-dev/api_cloudflare_client/compare/v3.4.1...v3.4.2 )
839
940> 16 October 2024
0 commit comments