Skip to content

Commit e9ae26a

Browse files
committed
making c# mvr ready
1 parent a66d60a commit e9ae26a

File tree

3 files changed

+5
-149
lines changed

3 files changed

+5
-149
lines changed

CHANGES.md

Lines changed: 0 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -1,151 +1,5 @@
11
twilio-csharp Changelog
22
=======================
3-
[2023-11-06] Version 7.0.0-rc.3
4-
- building using .net 6
5-
6-
-------------------------------
7-
**Library - Chore**
8-
[2023-11-06] Version 7.0.0-rc.2
9-
-------------------------------
10-
**Library - Chore**
11-
- [PR #706](https://github.com/twilio/twilio-csharp/pull/706): Pull from main branch. Thanks to [@sbansla](https://github.com/sbansla)!
12-
- [PR #703](https://github.com/twilio/twilio-csharp/pull/703): Updating changes with main. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
13-
- [PR #690](https://github.com/twilio/twilio-csharp/pull/690): Upgrade net6. Thanks to [@sbansla](https://github.com/sbansla)!
14-
- [PR #692](https://github.com/twilio/twilio-csharp/pull/692): Updated csharp rc version and changed Request constructor. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
15-
- [PR #688](https://github.com/twilio/twilio-csharp/pull/688): added custom converters for nested objects. Thanks to [@sbansla](https://github.com/sbansla)!
16-
17-
**Library - Fix**
18-
- [PR #697](https://github.com/twilio/twilio-csharp/pull/697): removed unused constructor. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
19-
20-
**Library - Feature**
21-
- [PR #686](https://github.com/twilio/twilio-csharp/pull/686): added json request body support in csharp. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
22-
23-
**Accounts**
24-
- Updated Safelist metadata to correct the docs.
25-
- Add Global SafeList API changes
26-
27-
**Api**
28-
- Added optional parameter `CallToken` for create participant api
29-
- Make message tagging parameters public **(breaking change)**
30-
31-
**Conversations**
32-
- Enable conversation email bindings, email address configurations and email message subjects
33-
34-
**Flex**
35-
- Adding `provisioning_status` for Email Manager
36-
- Adding `offline_config` to Flex Configuration
37-
- Adding `console_errors_included` to Flex Configuration field `debugger_integrations`
38-
- Introducing new channel status as `inactive` in modify channel endpoint for leave functionality **(breaking change)**
39-
- Adding `citrix_voice_vdi` to Flex Configuration
40-
- Adding `agent_conv_end_methods` to Flex Configuration
41-
42-
**Intelligence**
43-
- Add text-generation operator (for example conversation summary) results to existing OperatorResults collection.
44-
- Deleted `redacted` parameter from fetching transcript in v2 **(breaking change)**
45-
46-
**Lookups**
47-
- Add new `phone_number_quality_score` package to the lookup response
48-
- Remove `disposable_phone_number_risk` package **(breaking change)**
49-
- Add test api support for Lookup v2
50-
51-
**Messaging**
52-
- Add DELETE support to Tollfree Verification resource
53-
- Update US App To Person documentation with current `message_samples` requirements
54-
- Mark Mesasging Services fallback_to_long_code feature obsolete
55-
56-
**Numbers**
57-
- Add Create Port In request api
58-
- Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders **(breaking change)**
59-
60-
**Pricing**
61-
- gate resources behind a beta_feature
62-
63-
**Serverless**
64-
- Add node18 as a valid Build runtime
65-
66-
- **Taskrouter**
67-
- Remove beta_feature check on task_queue_bulk_real_time_statistics endpoint
68-
- Add `virtual_start_time` property to tasks
69-
- Updating `task_queue_data` format from `map` to `array` in the response of bulk get endpoint of TaskQueue Real Time Statistics API **(breaking change)**
70-
- Add Update Queues, Workers, Workflow Real Time Statistics API to flex-rt-data-api-v2 endpoint
71-
- Add Update Workspace Real Time Statistics API to flex-rt-data-api-v2 endpoint
72-
73-
**Verify**
74-
- Update Verify TOTP maturity to GA.
75-
76-
[2023-10-05] Version 7.0.0-rc.1
77-
-------------------------------
78-
**Api**
79-
- Make message tagging parameters public **(breaking change)**
80-
- Add new property `RiskCheck` for SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value of `disable` to skip any kind of risk check on the respective message request
81-
- Added `voice-intelligence`, `voice-intelligence-transcription` and `voice-intelligence-operators` to `usage_record` API.
82-
- Added `tts-google` to `usage_record` API.
83-
- Added `content_sid` as conditional parameter
84-
- Removed `content_sid` as optional field **(breaking change)**
85-
86-
**Conversations**
87-
- Enable conversation email bindings, email address configurations and email message subjects
88-
89-
**Insights**
90-
- Normalize annotations parameters in list summary api to be prefixed
91-
- Added `annotation` to list summary output
92-
93-
**Flex**
94-
- Adding `console_errors_included` to Flex Configuration field `debugger_integrations`
95-
- Introducing new channel status as `inactive` in modify channel endpoint for leave functionality **(breaking change)**
96-
- Adding `citrix_voice_vdi` to Flex Configuration
97-
- Adding `agent_conv_end_methods` to Flex Configuration
98-
- Changing `sid<UO>` path param to `sid<UT>` in interaction channel participant update endpoint **(breaking change)**
99-
- Adding `interaction_context_sid` as optional parameter in Interactions API
100-
101-
**Lookups**
102-
- Make message tagging parameters public **(breaking change)**
103-
- Introducing new channel status as `inactive` in modify channel endpoint for leave functionality **(breaking change)**
104-
- Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders **(breaking change)**
105-
- Add new `disposable_phone_number_risk` package to the lookup response
106-
- Add `reassigned_number` package to the lookup response
107-
108-
**Messaging**
109-
- Mark Mesasging Services fallback_to_long_code feature obsolete
110-
- Add Channel Sender api
111-
- Fixing country code docs and removing Zipwhip references
112-
- Making visiblity public for tollfree_verification API
113-
114-
**Numbers**
115-
- Add Create Port In request api
116-
- Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders **(breaking change)**
117-
- Request status changed in numbers/v2/BulkHostedNumberOrders **(breaking change)**
118-
- Add bulk hosting orders API under version `/v2
119-
- Change Bulk_hosted_sid from BHR to BH prefix in HNO and dependent under version `/v2` API's. **(breaking change)**
120-
- Added parameter target_account_sid to portability and account_sid to response body
121-
- Remove Sms capability property from HNO creation under version `/v2` of HNO API. **(breaking change)**
122-
- Update required properties in LOA creation under version `/v2` of Authorization document API. **(breaking change)**
123-
- Add hosted_number_order under version `/v2`.
124-
- Update properties in Porting and Bulk Porting APIs. **(breaking change)**
125-
- Added bulk Portability API under version `/v1`.
126-
- Added Portability API under version `/v1`.
127-
128-
**Pricing**
129-
- gate resources behind a beta_feature
130-
131-
**Taskrouter**
132-
- Add Update Queues, Workers, Workflow Real Time Statistics API to flex-rt-data-api-v2 endpoint
133-
- Add Update Workspace Real Time Statistics API to flex-rt-data-api-v2 endpoint
134-
- Add api to fetch task queue statistics for multiple TaskQueues
135-
136-
**Twiml**
137-
- Add Google Voices and languages
138-
- Added support for he-il inside of ssm_lang.json that was missing
139-
- Added support for he-il language in say.json that was missing
140-
- Add `statusCallback` and `statusCallbackMethod` attributes to `<Siprec>`.
141-
142-
**Verify**
143-
- Remove beta feature flag to list attempts API.
144-
- Remove beta feature flag to verifications summary attempts API.
145-
- Documentation of list attempts API was improved by correcting `date_created_after` and `date_created_before` expected date format.
146-
- Documentation was improved by correcting `date_created_after` and `date_created_before` expected date format parameter on attempts summary API.
147-
- Documentation was improved by adding `WHATSAPP` as optional valid parameter on attempts summary API.
148-
- Add `RiskCheck` optional parameter on Verification creation.
1493

1504
[2023-09-21] Version 6.14.0
1515
---------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
2929

3030
### Supported .NET versions
3131

32-
This library supports .NET applications that utilize .NET Framework 3.5+ or .NET Core 1.0+ (.NET Standard 1.4).
32+
This library supports .NET applications that utilize .NET6+.
3333

3434
## Installation
3535

UPGRADE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
_`MAJOR` version bumps will have upgrade notes posted here._
44

5-
[2023-10-XX] 6.x.x to 7.x.x-rc.x
5+
[2023-10-XX] 6.x.x to 7.x.x
66
--------------------------------
77
### Overview
88

9-
#### Twilio Csharp Helper Library’s major version 7.0.0-rc.x is now available. We ensured that you can upgrade to Csharp helper Library 7.0.0-rc.x version without any breaking changes
9+
#### Twilio Csharp Helper Library’s major version 7.0.0 is now available.
10+
#### The Csharp Helper Library version 7.0.0 includes a breaking change related to .NET support.
11+
#### We ensured that you can upgrade to Csharp helper Library 7.0.0 version without any api breaking changes
1012

1113
Support for JSON payloads has been added in the request body
1214

0 commit comments

Comments
 (0)