Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Releases: cloudflare/node-cloudflare

v2.9.1

30 Aug 06:56
Compare
Choose a tag to compare

2.9.1 (2021-08-29)

$ npm install [email protected]

v2.7.0

17 Sep 01:03
v2.7.0
ab6ae68
Compare
Choose a tag to compare

2.7.0 (2019-09-16)

$ npm install [email protected]

This is a relatively minor maintenance release.

Changelog

Features

v2.6.0

23 Jul 19:53
v2.6.0
fbce975
Compare
Choose a tag to compare

2.6.0 (2019-07-23)

$ npm install [email protected]

This is a relatively minor maintenance release.

Changelog

Features

Workers API

24 Jul 19:01
v2.5.0
9cc241a
Compare
Choose a tag to compare

2.5.0 (2018-7-24)

Workers

This release includes endpoints to support managing Cloudflare Workers.

Changelog

Features

v2.4.0: Corporate Proxy Support

11 Jan 20:37
v2.4.0
a06aad5
Compare
Choose a tag to compare

2.4.0 (2018-1-11)

Corporate Proxy Support

Now automatically configures an HTTPS proxy agent if HTTPS_PROXY is configured in the environment. Hosts, IPs, and CIDRs are respected in NO_PROXY.

Work is underway to farther customize the proxy configuration, disable it completely, as well as providing your own HTTPS agent. Look forward to that in future releases.

API Documentation

JSDoc generated documentation is finally available! Check it out! Of course, continued improvements are welcome.

Changelog

Features

  • http: support HTTPS_PROXY and NO_PROXY environment variables (fdd155a) #36

Doc

  • api: add JSDoc to main interface and resources (de16c41)

v2.3.0

13 Dec 01:20
v2.3.0
c3e1c83
Compare
Choose a tag to compare

2.3.0 (2017-12-12)

Features

  • api: add Zone Custom Hostnames endpoint (7607c2fd)

Fixes

  • api: don't send requests with trailing slashes (d7f89a69)

v2.2.0

13 Dec 01:17
v2.2.0
63f4d8c
Compare
Choose a tag to compare

2.2.0 (2017-10-23)

Features

  • api/zoneSettings: add Zone Settings endpoint (5a9e275)

v2.1.0

20 Jun 23:52
v2.1.0
0d6597d
Compare
Choose a tag to compare

2.1.0 (2017-06-20)

Features

  • api/user: add User endpoint (6242caa)

v2.0.0

30 Dec 07:12
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

2.0.0 (2016-12-30)

Features

  • all: simplified endpoint development (8bbdc0a)

Breaking Changes

  • Unfortunately, working with version 1 of the Cloudflare
    bindings was a pain. As users, you were subject to a weird API
    structure, strict—and often incorrect—local validation logic, and having
    to use a client that was missing most of the API endpoints. For me
    (hi!), it was hard to get validation logic accurate, keeping the models
    complete, and adding support for the entire API.

    This pre-release introduces a ground-up rewrite of the bindings to
    address these issues.

    • Endpoints and methods are now generated from a simple specification.
    • Removal of those pesky model objects and the inaccurate validation
      logic they contained.
    • Methods are now directly on the resource objects.
    • Faster (and more direct) unit tests using testdouble.
    • You can now provide authentication when calling resource methods,
      which overrides the client's authentication, and "User Service Keys"
      are completely supported.

v1.1.1

30 Dec 06:46
Compare
Choose a tag to compare

1.1.1 (2016-12-30)

Bug Fixes

  • dns: add "priority" field for MX records (6dc8a11a)