You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
twilio-go changelog
2
2
====================
3
+
[2022-08-10] Version 1.0.0-rc.6
4
+
-------------------------------
5
+
**Library - Test**
6
+
-[PR #180](https://github.com/twilio/twilio-go/pull/180): fix for linting failures and using the proper PR branch. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
7
+
-[PR #178](https://github.com/twilio/twilio-go/pull/178): Include a cluster test for Request Validator. Thanks to [@claudiachua](https://github.com/claudiachua)!
8
+
-[PR #179](https://github.com/twilio/twilio-go/pull/179): add datarace detection for go. Thanks to [@JenniferMah](https://github.com/JenniferMah)!
Copy file name to clipboardExpand all lines: rest/accounts/v1/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is the public Twilio REST API.
5
5
## Overview
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
7
7
8
-
- API version: 1.32.0
8
+
- API version: 1.33.0
9
9
- Package version: 1.0.0
10
10
- Build package: com.twilio.oai.TwilioGoGenerator
11
11
For more information, please visit [https://support.twilio.com](https://support.twilio.com)
Copy file name to clipboardExpand all lines: rest/api/v2010/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is the public Twilio REST API.
5
5
## Overview
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
7
7
8
-
- API version: 1.32.0
8
+
- API version: 1.33.0
9
9
- Package version: 1.0.0
10
10
- Build package: com.twilio.oai.TwilioGoGenerator
11
11
For more information, please visit [https://support.twilio.com](https://support.twilio.com)
// An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today.
33
33
IpAddress*string`json:"IpAddress,omitempty"`
@@ -320,7 +320,7 @@ type UpdateSipIpAddressParams struct {
// An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today.
322
322
IpAddress*string`json:"IpAddress,omitempty"`
323
-
// A human readable descriptive text for this resource, up to 64 characters long.
323
+
// A human readable descriptive text for this resource, up to 255 characters long.
Copy file name to clipboardExpand all lines: rest/api/v2010/docs/AccountsSIPIpAccessControlListsIpAddressesApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Other parameters are passed through a pointer to a CreateSipIpAddressParams stru
36
36
Name | Type | Description
37
37
------------- | ------------- | -------------
38
38
**PathAccountSid** | **string** | The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
39
-
**FriendlyName** | **string** | A human readable descriptive text for this resource, up to 64 characters long.
39
+
**FriendlyName** | **string** | A human readable descriptive text for this resource, up to 255 characters long.
40
40
**IpAddress** | **string** | An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today.
41
41
**CidrPrefixLength** | **int** | An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used.
42
42
@@ -217,7 +217,7 @@ Name | Type | Description
217
217
------------- | ------------- | -------------
218
218
**PathAccountSid** | **string** | The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
219
219
**IpAddress** | **string** | An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today.
220
-
**FriendlyName** | **string** | A human readable descriptive text for this resource, up to 64 characters long.
220
+
**FriendlyName** | **string** | A human readable descriptive text for this resource, up to 255 characters long.
221
221
**CidrPrefixLength** | **int** | An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used.
**Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. |
8
8
**AccountSid** | Pointer to **string** | The unique id of the Account that is responsible for this resource. |
9
-
**FriendlyName** | Pointer to **string** | A human readable descriptive text for this resource, up to 64 characters long. |
9
+
**FriendlyName** | Pointer to **string** | A human readable descriptive text for this resource, up to 255 characters long. |
10
10
**IpAddress** | Pointer to **string** | An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. |
11
11
**CidrPrefixLength** | Pointer to **int** | An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. |
12
12
**IpAccessControlListSid** | Pointer to **string** | The unique id of the IpAccessControlList resource that includes this resource. |
// An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today.
Copy file name to clipboardExpand all lines: rest/autopilot/v1/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is the public Twilio REST API.
5
5
## Overview
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
7
7
8
-
- API version: 1.32.0
8
+
- API version: 1.33.0
9
9
- Package version: 1.0.0
10
10
- Build package: com.twilio.oai.TwilioGoGenerator
11
11
For more information, please visit [https://support.twilio.com](https://support.twilio.com)
0 commit comments