File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.27.3 (February 17th, 2026)
2+
3+ ENHANCEMENTS:
4+ * Adds support for DNS Insights permissions
5+
16## 0.27.2 (February 10th, 2026)
27
38ENHANCEMENTS:
@@ -38,7 +43,7 @@ ENHANCEMENTS:
3843ENHANCEMENTS:
3944* Adds support for specifying a list of views when creating zones with or without a provided zone file.
4045* Adds support for specifying a zone name other than the FQDN when creating zones with or without a provided zone file.
41- * A specified list of networks for a zone was only applied to zone creation when a zone file was not provided.
46+ * A specified list of networks for a zone was only applied to zone creation when a zone file was not provided.
4247
4348## 0.21.0 (July 19th, 2024)
4449
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2014, 2025 NSONE, Inc.
2+ # Copyright (c) 2014, 2026 NSONE, Inc.
33#
44# License under The MIT License (MIT). See LICENSE in project root.
55#
66from .config import Config
77
8- version = "0.27.2 "
8+ version = "0.27.3 "
99
1010
1111class NS1 :
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2014 NSONE, Inc.
2+ # Copyright (c) 2014, 2026 NSONE, Inc.
33#
44# License under The MIT License (MIT). See LICENSE in project root.
55#
3636 "view_zones" : False ,
3737 "zones_allow_by_default" : False ,
3838 },
39+ "redirects" : {
40+ "manage_redirects" : False ,
41+ },
42+ "insights" : {
43+ "view_insights" : False ,
44+ "manage_insights" : False ,
45+ },
3946}
You can’t perform that action at this time.
0 commit comments