Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Releases: cloudflare/node-cloudflare

v2.9.1

Choose a tag to compare

@terinjokes terinjokes released this 30 Aug 06:56

2.9.1 (2021-08-29)

$ npm install cloudflare@2.9.1

v2.7.0

Choose a tag to compare

@terinjokes terinjokes released this 17 Sep 01:03
v2.7.0
ab6ae68

2.7.0 (2019-09-16)

$ npm install cloudflare@2.7.0

This is a relatively minor maintenance release.

Changelog

Features

v2.6.0

Choose a tag to compare

@terinjokes terinjokes released this 23 Jul 19:53
v2.6.0
fbce975

2.6.0 (2019-07-23)

$ npm install cloudflare@2.6.0

This is a relatively minor maintenance release.

Changelog

Features

Workers API

Choose a tag to compare

@terinjokes terinjokes released this 24 Jul 19:01
v2.5.0
9cc241a

2.5.0 (2018-7-24)

Workers

This release includes endpoints to support managing Cloudflare Workers.

Changelog

Features

v2.4.0: Corporate Proxy Support

Choose a tag to compare

@terinjokes terinjokes released this 11 Jan 20:37
v2.4.0
a06aad5

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

Choose a tag to compare

@terinjokes terinjokes released this 13 Dec 01:20
v2.3.0
c3e1c83

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

Choose a tag to compare

@terinjokes terinjokes released this 13 Dec 01:17
v2.2.0
63f4d8c

2.2.0 (2017-10-23)

Features

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

v2.1.0

Choose a tag to compare

@terinjokes terinjokes released this 20 Jun 23:52
v2.1.0
0d6597d

2.1.0 (2017-06-20)

Features

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

v2.0.0

v2.0.0 Pre-release
Pre-release

Choose a tag to compare

@terinjokes terinjokes released this 30 Dec 07:12

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

Choose a tag to compare

@terinjokes terinjokes released this 30 Dec 06:46

1.1.1 (2016-12-30)

Bug Fixes

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