Skip to content

Commit

Permalink
release 1.13.4 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
eravin-ns1 authored Jan 9, 2023
1 parent 1370df5 commit 16fa19c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.13.4 (January 10, 2023)
ENHANCEMENTS

* User-agent string can now be customized in the resource file.
* Upgraded to ns1-go 2.7.3

BUG FIXES

* Fixed permissions problems with DNS record allow/deny lists (issues 196 and 197)
* Fixed a few cases where objects deleted from infrastructure but still in state were not being recognized correctly.
* Fixed error in HTTP response debug logging
* Datasource and datafeed schema fixes

## 1.13.4-pre1 (December 22, 2022)
BUG FIXES

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ NS1 Terraform Provider
- NS1 Website: https://www.ns1.com
- Terraform Website: https://www.terraform.io
- Terraform NS1 Provider Documentation: https://registry.terraform.io/providers/ns1-terraform/ns1/latest/docs
- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)

Expand Down
2 changes: 1 addition & 1 deletion ns1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var (
clientVersion = "1.13.4-pre1"
clientVersion = "1.13.4"
providerUserAgent = "tf-ns1" + "/" + clientVersion
defaultRetryMax = 3
)
Expand Down
1 change: 1 addition & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The following arguments are supported:
* `endpoint` - (Optional) NS1 API endpoint. Normally not set unless testing or using non-standard proxies.
* `ignore_ssl` - (Optional) This normally does not need to be set.
* `enable_ddi` - (Deprecated) Enable the DDI-compatible permissions schema. No longer in use.
* `user_agent` - (Optional, introduced in v1.13.4) Sets the User-Agent header in the NS1 API.
* `rate_limit_parallelism` - (Optional) Integer for alternative rate limit and parallelism strategy.
NS1 uses a token-based method for rate limiting API requests. Full details can be found at https://help.ns1.com/hc/en-us/articles/360020250573-About-API-rate-limiting.

Expand Down

0 comments on commit 16fa19c

Please sign in to comment.