Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

65 lines (40 loc) · 2.2 KB

0.17.0 (Unreleased)

0.16.0 (May 18, 2020)

ENHANCEMENTS

  • Added tags to ipam/dhcp resources

0.15.0 (February 20, 2020)

ENHANCEMENTS

  • Support monitoring regions endpoint #55
  • Support job types endpoint #55
  • Support for following pagination in the endpoints that have it. Off by default to avoid breaking changes. Enable in config by setting follow_pagination to True. #56
  • Clarify usage caveats in loadRecord docstring #58

0.14.0 (February 03, 2020)

ENHANCEMENTS:

  • Add REST support for teams, users, and API keys
  • various IPAM features added
  • support for rate limit "strategies" #47
  • codebase linted (w/black) and GH action for keeping it that way
  • project status added to README

BUG FIXES:

  • wrong args passed to reservation.delete #42

POTENTIAL BREAKING CHANGES:

  • Changes to ipam.Address model for (private DNS) v2.2, v2.1 users should stick to the previous SDK version (v0.13.0) #41

0.13.0 (November 05, 2019)

ENHANCEMENTS:

  • Add a helper class for concurrency #40
  • Add update methods to scopes and reservations #39

0.12.0 (September 04, 2019)

ENHANCEMENTS:

  • Add (required) sourcetype arg to source.update. API requires it, although it cannot be changed. #38
  • Add lease reporting endpoint #37

IMPROVEMENTS:

  • Add unit tests for data (source) #38

0.11.0 (August 05, 2019)

ENHANCEMENTS:

  • Added use_client_subnet (alias for use_csubnet) parameter to records resource #36. Thanks to @ignatenkobrain!
  • Added primary parameter to zones resource #35

IMPROVEMENTS:

  • Allow Scopegroups to be loaded by ID #33