Skip to content

Releases: danielpigott/cloudflare-cli

v4.2.0

11 Apr 13:11
Compare
Choose a tag to compare

Updates

  • Added new aliases #65
  • Upgraded docker image

Fixes

  • Fix for query filters in find command #69

v4.1.0

01 Oct 14:50
Compare
Choose a tag to compare

Features

Fixes

  • Fix for error when adding numeric dns record (#63)
  • Fix to prevent removing all records if name not provided (#55)

v4.0.0

02 May 08:56
Compare
Choose a tag to compare

Updates

  • Can now use new API Tokens by excluding email - @DevoKun
  • Include ID when finding and listing DNS records - @mwarkentin

Note that if you directly used the ApiClient function it has had it's parameters switch so is not backwards compatible

Fixes

  • Updated dependencies

v3.2.5

01 Aug 12:03
Compare
Choose a tag to compare

Fixes

  • Updated dependencies to address security issue

v3.2.4

15 Jun 13:07
Compare
Choose a tag to compare

Updates

  • Updated axios dependency
  • Updated circleci config to publish docker images
  • Updated README to include instructions on using prebuilt docker image

v3.2.3

25 May 10:40
Compare
Choose a tag to compare

FIxes

  • Fix for error handling on network error (#48)
  • Updated js-yaml dependency (includes fix for vulnerability)

v.3.2.2

21 Mar 11:50
Compare
Choose a tag to compare

Fix for adding SRV records #46

v3.2.1

05 Oct 07:53
Compare
Choose a tag to compare

Fixes

Fix piping to commands by letting process exit naturally (#41)

v3.2.0

25 Aug 02:34
Compare
Choose a tag to compare

Features

Added display of account name to zones command

v3.1.2

08 Aug 13:35
Compare
Choose a tag to compare

Fixes

  • Moved config validation check to allow running help command without required params
  • increased timeouts