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

Latest commit

 

History

History
303 lines (138 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

303 lines (138 loc) · 12.6 KB

2.9.3 (2022-10-22)

Bug Fixes

  • restart container cause multiple cron entry. (424f576), closes #65

3.3.0 (2023-07-27)

Features

  • Add timeout to configuration (e549f87)
  • Fix updateDNSRecords using PUT (5e1f999), closes #92

3.2.3 (2023-07-25)

Bug Fixes

3.2.2 (2023-07-25)

Bug Fixes

  • Fix Cloudflare error json mapping (fac0226), closes #87

3.2.1 (2023-07-22)

Bug Fixes

  • Replace axios with fetch and add timeout (#85) (83c9ae2)

3.2.0 (2023-07-10)

Features

3.1.0 (2023-07-05)

Features

3.0.1 (2023-04-28)

Bug Fixes

3.0.0 (2023-04-15)

⚠ BREAKING CHANGES

  • Update config schema
  • Change environment variables naming
  • Use ESM module & Node.js 18

Features

  • Change environment variables naming (a9f35d1)
  • Replace winston with pino (a9f35d1)
  • Support CF_DNS__LOG_TYPE for scripts (dd87eab)
  • Update config schema (a9f35d1)

Bug Fixes

Code Refactoring

  • Use ESM module & Node.js 18 (a9f35d1)

2.9.2 (2022-02-07)

Bug Fixes

  • update package-lock.json (8b609f0)

2.9.1 (2022-02-07)

Bug Fixes

2.9.0 (2021-12-20)

Bug Fixes

Features

  • add trim option to text response (d7f6a57)

2.8.0 (2021-11-26)

Bug Fixes

Features

  • update dependencies to latest and node to 16 (8dd11bc)

2.7.0 (2021-07-31)

Bug Fixes

Features

2.6.0 (2021-06-20)

Bug Fixes

Features

2.5.0 (2021-03-06)

Features

2.4.0 (2021-03-06)

Features

  • migrate repository to npm 7 workspace (#46) (10e1e18)

2.3.0 (2021-01-23)

Bug Fixes

  • update package-lock.json (32e4975)

Features

2.2.11 (2021-01-17)

Bug Fixes

  • add missing format after updating ajv (04ffbb5), closes #43

2.2.10 (2021-01-14)

Bug Fixes

2.2.9 (2021-01-14)

Bug Fixes

2.2.8 (2021-01-14)

Bug Fixes

2.2.7 (2020-11-07)

Bug Fixes

  • change workflow to release event (43950c4)

2.2.6 (2020-11-07)

Bug Fixes

2.2.5 (2020-11-07)

Bug Fixes

2.2.4 (2020-11-07)

Bug Fixes

2.2.3 (2020-09-30)

Bug Fixes

2.2.2 (2020-07-13)

Bug Fixes

  • remove ident.me from default configuration (0695d01)
  • update dependencies (572cebd)

2.2.1 (2020-04-04)

Bug Fixes

  • script: replace ramda with lodash (ee1338c)

2.2.0 (2020-04-04)

Features

  • script: update dependencies (c6d108e)

2.1.1 (2019-11-09)

Bug Fixes

  • script: fix script keep restart on error (20e3cdc)

2.1.0 (2019-11-09)

Features

2.0.2 (2019-11-09)

Bug Fixes

  • script: suppress type check in libraries (f57bf0d)

2.0.1 (2019-09-25)

Bug Fixes

  • script: Environment variable IPV6 does not generate valid configuration (9ccb050), closes #28

2.0.0 (2019-09-21)

Bug Fixes

  • docker: Fixes script path in cron (4548627)

Features

  • script: Run script in configurable user and group (9350cae)
  • script: Support configuration file, API token and multiple domain (6f6ba16)

BREAKING CHANGES

  • script: Depreciate Global API key. It will be removed in the future.