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: CHANGELOG.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased]
7
+
## [3.0.0]
8
8
### Breaking Changes
9
-
- rename /v3/trunks to /v3/voice_in_trunks
10
-
- rename /v3/trunk_groups to /v3/voice_in_trunk_groups
11
-
- /v3/voice_in_trunks rename relationship trunk_group to voice_in_trunk_group
12
-
- /v3/voice_in_trunk_groups relationship trunks to voice_in_trunks
13
-
- /v3/dids rename relationships trunk and trunk_group to voice_in_trunk and voice_in_trunk_group
14
-
- replace DIDWW::Client methods #trunks and #trunk_groups to #voice_in_trunks and #voice_in_trunk_groups
15
-
- v3/trunks sip configuration add media_encryption_mode, stir_shaken_mode, and allowed_rtp_ips attributes
9
+
- /v3/trunks being moved to /v3/voice_in_trunks.
10
+
- /v3/trunk_groups being moved to /v3/voice_in_trunk_groups.
11
+
- /v3/cdr_exports being moved to /v3/exports. Endpoint now allows generating both inbound and outbound CDRs export.
12
+
- /v3/exports result file will be CSV archived in GZIP.
13
+
- Callbacks payload for exports being changed: value of type attribute is changed to exports.
14
+
- /v3/exports export_type required attribute being added to request and response with possible values: cdr_in, cdr_out.
15
+
- /v3/exports filters attribute being removed from response.
16
+
- /v3/did_groups filter features allowed values to be changed to sms_in, sms_out, voice_in, voice_out, t38.
17
+
- /v3/did_groups response value of features attribute to be changed to sms_in, sms_out, voice_in, voice_out, t38.
18
+
- /v3/available_dids filter did_group.features allowed values being changed to sms_in, sms_out, voice_in, voice_out, t38.
19
+
- /v3/dids rename trunk_group relationship to voice_in_trunk_group with type voice_in_trunk_groups.
20
+
- /v3/dids rename trunks relationship to voice_in_trunks with type voice_in_trunks.
21
+
22
+
### Changes
23
+
- /v3/voice_out_trunks endpoints being added.
24
+
- /v3/voice_out_trunk_regenerate_credentials endpoint being added.
25
+
- /v3/voice_in_trunks SIP configuration additional attributes being added to request and response: media_encryption_mode, stir_shaken_mode, allowed_rtp_ips.
0 commit comments