Skip to content

Commit d68fd11

Browse files
committed
dump version 3.0.0 and update changelog
1 parent baa2a45 commit d68fd11

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [3.0.0]
88
### 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.
26+
- /v3/dids filter add filter did_group.features with allowed values: sms_in, sms_out, voice_in, voice_out, t38.
27+
- Callbacks allow receiving events about /v3/voice_out_trunks status change.
1628

1729
## [2.0.0] - 2021-10-26
1830
### Breaking Changes

lib/didww/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module DIDWW
3-
VERSION = '2.0.0'.freeze
3+
VERSION = '3.0.0'.freeze
44
end

0 commit comments

Comments
 (0)