Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 4.76 KB

File metadata and controls

81 lines (59 loc) · 4.76 KB

Changelog

v0.9.1 (2023-06-07)

Fix

  • Adds renewal and billing information to domain model (#29) (e5076f5)

v0.9.0 (2023-05-25)

Feature

v0.8.1 (2023-04-11)

Fix

  • Removes dependency on responses in setup.py (3f1e134)

v0.8.0 (2023-04-06)

Feature

v0.7.2 (2023-01-03)

Fix

  • Removes responses from requirements (#23) (042ac4e)

v0.7.1 (2022-10-24)

Fix

  • Adds account_id to domains model (#21) (8875185)

v0.7.0 (2022-10-20)

Feature

  • Adds None as possible chainable target (#20) (daf077b)
  • Adds ability to paginate using the pages API which was originally hidden to the user (318d75c)

v0.6.0 (2022-10-17)

Feature

  • Adds check_domain_availability endpoint (#17) (76b63cd)

Fix

  • Fixes issue where wrong model is retrieved from backend (#18) (7e5fbbe)

v0.5.0 (2022-10-04)

Feature

Documentation

  • Installation instruction and badges (#14) (575741c)

v0.4.2 (2022-06-30)

Fix

  • Paginator.fetchone() now returns None instead of a ClientException at the end of the iteration (#13) (dc94eee)

v0.4.1 (2021-11-21)

Fix

  • Renames zone_id to zone_config_id in Record model (#11) (45f4678)

v0.4.0 (2021-11-19)

Feature

  • Adds support for record comments (#10) (1dc5eaa)

v0.3.0 (2021-11-09)

Feature

  • dns: Adds support for dnsServerGroupId (#9) (aa66e75)

v0.2.1 (2021-11-09)

Fix

  • Use valid pypi classifier (25e4d70)

v0.2.0 (2021-11-09)

Feature

  • Adds client dependency injection to model (#8) (07a9d52)

v0.1.0 (2021-11-07)

Feature

Documentation