Skip to content

Releases: cloudflare/cloudflare-go

v0.109.0

06 Nov 00:58
9e716a9
Compare
Choose a tag to compare

ENHANCEMENTS:

  • access_application: add support for controlling schema strictness in Access SCIM application provisioning mappings (#3510)
  • regional_hostname: add support for routing attribute (#3560)
  • snippets: add missing delete and get a single snippet methods (#3529)

v0.108.0

23 Oct 03:18
b873d58
Compare
Choose a tag to compare

ENHANCEMENTS:

  • snippets: add CRUD support (#3458)
  • snippets_rules: add CRUD support (#3458)
  • waiting_room: Add CookieAttributes property (#3388)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 (#3391)

v0.107.0

09 Oct 00:19
dabe21e
Compare
Choose a tag to compare

ENHANCEMENTS:

  • device_posture_rule: support operational_state for sentinelone_s2s posture rule (#3234)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.29.0 to 0.30.0 (#3336)
  • deps: bumps golang.org/x/time from 0.6.0 to 0.7.0 (#3321)

v0.106.0

27 Sep 03:48
e9034aa
Compare
Choose a tag to compare

ENHANCEMENTS:

  • access_application: added target contexts support for access application type infrastructure (#3186)
  • access_policy: added infrastructure connection rule support for access policy (#3186)

v0.105.0

25 Sep 00:58
a30cc48
Compare
Choose a tag to compare

ENHANCEMENTS:

  • device_posture_rule: add score field for custom_s2s posture rule (#3031)
  • infrastructure_targets: initialize CRUD endpoints for infrastructure access endpoints (#3184)
  • load_balancing: add account load balancer support (#3027)

v3.1.0

24 Sep 15:01
Compare
Choose a tag to compare

3.1.0 (2024-09-24)

Full Changelog: v3.0.0...v3.1.0

Features

  • api: bump golang version to 3.0.1 (#3222) (52be164)
  • api: OpenAPI spec update via Stainless API (#3206) (7af2926)
  • api: OpenAPI spec update via Stainless API (#3207) (54533e3)
  • api: OpenAPI spec update via Stainless API (#3208) (8e1de24)
  • api: OpenAPI spec update via Stainless API (#3209) (b599468)
  • api: OpenAPI spec update via Stainless API (#3210) (e33c70c)
  • api: OpenAPI spec update via Stainless API (#3211) (5407a94)
  • api: OpenAPI spec update via Stainless API (#3212) (d45ecb2)
  • api: OpenAPI spec update via Stainless API (#3213) (f9b4bd9)
  • api: OpenAPI spec update via Stainless API (#3214) (d250ed5)
  • api: OpenAPI spec update via Stainless API (#3215) (c9f6dc2)
  • api: OpenAPI spec update via Stainless API (#3217) (bf84def)
  • api: OpenAPI spec update via Stainless API (#3218) (902c08c)
  • api: OpenAPI spec update via Stainless API (#3219) (dd6b351)
  • api: OpenAPI spec update via Stainless API (#3220) (638d976)
  • api: OpenAPI spec update via Stainless API (#3223) (0a1e0d1)
  • api: OpenAPI spec update via Stainless API (#3224) (6b7c1a2)
  • api: OpenAPI spec update via Stainless API (#3225) (c40f21c)
  • api: OpenAPI spec update via Stainless API (#3226) (101b715)
  • api: OpenAPI spec update via Stainless API (#3227) (5c298e1)
  • api: OpenAPI spec update via Stainless API (#3228) (14af241)
  • api: OpenAPI spec update via Stainless API (#3229) (6db05b0)
  • api: OpenAPI spec update via Stainless API (#3230) (edf0529)
  • api: OpenAPI spec update via Stainless API (#3231) (5ee71fa)
  • api: OpenAPI spec update via Stainless API (#3232) (f97cdd1)
  • api: OpenAPI spec update via Stainless API (#3235) (a4f6ed6)
  • api: OpenAPI spec update via Stainless API (#3236) (6803388)
  • api: OpenAPI spec update via Stainless API (#3237) (de5e335)
  • api: OpenAPI spec update via Stainless API (#3238) (9c8dc12)
  • api: OpenAPI spec update via Stainless API (#3239) (7bb6617)
  • api: OpenAPI spec update via Stainless API (#3240) (a320ae0)
  • api: point cloudflare-go to v3 (#3204) (99143c8)
  • api: point Go at the develop branch (#3203) (745a98d)

Chores

v3.0.1

23 Sep 04:48
2b47363
Compare
Choose a tag to compare
fix v3 module path

v3.0.0

20 Sep 03:29
62fead2
Compare
Choose a tag to compare

3.0.0 (2024-09-20)

Full Changelog: v2.4.0...v3.0.0

Features

Read more

v0.104.0

11 Sep 02:46
8743749
Compare
Choose a tag to compare

BREAKING CHANGES:

  • dns: removed deprecated ZoneID and ZoneName fields (#2986)

ENHANCEMENTS:

  • bot_management: add ai_bots_protection to public API (#2974)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.28.0 to 0.29.0 (#3030)
  • deps: bumps golang.org/x/time from 0.5.0 to 0.6.0 (#2816)

v0.103.0

28 Aug 01:23
c8841b9
Compare
Choose a tag to compare

ENHANCEMENTS:

  • errors: implement the Unwrap method for custom error types to access the wrapped errors via errors.Is and errors.As (#2857)
  • rulesets: add "contains" field to custom cache key header (#2935)
  • teams_certificates: renamed enabled to in_use (#2937)
  • waiting_room: add support for enabled_origin_commands (#2931)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 (#2863)