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.15.0 (unreleased)
1+ ## 0.16.0 (unreleased)
2+
3+ ## 0.15.0 (February 20, 2020)
4+
5+ ENHANCEMENTS
6+
7+ * Support monitoring regions endpoint [ #55 ] ( https://github.com/ns1/ns1-python/pull/55 )
8+ * Support job types endpoint [ #55 ] ( https://github.com/ns1/ns1-python/pull/55 )
9+ * Support for following pagination in the endpoints that have it. Off by
10+ default to avoid breaking changes. Enable in config by setting
11+ ` follow_pagination ` to True. [ #56 ] ( https://github.com/ns1/ns1-python/pull/56 )
12+ * Clarify usage caveats in loadRecord docstring [ #58 ] ( https://github.com/ns1/ns1-python/pull/58 )
213
314## 0.14.0 (February 03, 2020)
415
Original file line number Diff line number Diff line change 55#
66from .config import Config
77
8- version = "0.14 .0"
8+ version = "0.15 .0"
99
1010
1111class NS1 :
You can’t perform that action at this time.
0 commit comments