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+ ## 1.13.2-pre1 (prerelease) (December 6, 2022)
2+ BUG FIXES
3+
4+ * Upgrade to ns1-go v2.7.1 to get fix for rate-limit divide-by-zero error.
5+
16## 1.13.1 (December 5, 2022)
27ENHANCEMENTS
38* HTTP debug logging now includes request/response times and response data
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require (
44 github.com/fatih/structs v1.0.0
55 github.com/hashicorp/terraform-plugin-sdk v1.4.1
66 github.com/stretchr/testify v1.4.0
7- gopkg.in/ns1/ns1-go.v2 v2.7.0
7+ gopkg.in/ns1/ns1-go.v2 v2.7.1
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -300,6 +300,8 @@ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8
300300gopkg.in/cheggaaa/pb.v1 v1.0.27 /go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw =
301301gopkg.in/ns1/ns1-go.v2 v2.7.0 h1:dnybfLhXKnuTSm8w+iAPVxV5xWCgSF72KiKAC47O5fQ =
302302gopkg.in/ns1/ns1-go.v2 v2.7.0 /go.mod h1:g664JF7DeMJ5jIKrqJCE98h/o1Gma+5j7YU1r/D6438 =
303+ gopkg.in/ns1/ns1-go.v2 v2.7.1 h1:dS3Lo1/D+7AsAhbRrgUEbcx4dPJ6klNQuAncrLOXrDg =
304+ gopkg.in/ns1/ns1-go.v2 v2.7.1 /go.mod h1:g664JF7DeMJ5jIKrqJCE98h/o1Gma+5j7YU1r/D6438 =
303305gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
304306gopkg.in/yaml.v2 v2.2.7 h1:VUgggvou5XRW9mHwD/yXxIYSMtY0zoKQf/v226p2nyo =
305307gopkg.in/yaml.v2 v2.2.7 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818)
1919
2020var (
21- clientVersion = "1.13.1 "
21+ clientVersion = "1.13.2-pre1 "
2222 providerUserAgent = "tf-ns1" + "/" + clientVersion
2323)
2424
You can’t perform that action at this time.
0 commit comments