File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.14.0 (unreleased)
1+ ## 0.15.0 (unreleased)
2+
3+ ## 0.14.0 (February 03, 2020)
24
35ENHANCEMENTS:
46
57* Add REST support for teams, users, and API keys
8+ * various IPAM features added
9+ * support for rate limit "strategies" [ #47 ] ( https://github.com/ns1/ns1-python/pull/47 )
10+ * codebase linted (w/black) and GH action for keeping it that way
11+ * project status added to README
12+
13+ BUG FIXES:
14+
15+ * wrong args passed to reservation.delete [ #42 ] ( https://github.com/ns1/ns1-python/pull/42 )
16+
17+ POTENTIAL BREAKING CHANGES:
18+
19+ * Changes to ipam.Address model for (private DNS) v2.2, v2.1 users should stick
20+ to the previous SDK version (v0.13.0) [ #41 ] ( https://github.com/ns1/ns1-python/pull/41 )
621
722## 0.13.0 (November 05, 2019)
823
Original file line number Diff line number Diff line change 55#
66from .config import Config
77
8- version = "0.13 .0"
8+ version = "0.14 .0"
99
1010
1111class NS1 :
You can’t perform that action at this time.
0 commit comments