Skip to content

Commit 0aed686

Browse files
author
Harold James Quilang
committed
revert back the changelog
1 parent 07e6b52 commit 0aed686

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/).
7+
8+
## [2.13.4] - 2024-09-19
9+
10+
### Added
11+
12+
- Added `file_ids` support in the deployment invocation
13+
14+
## [2.13.3] - 2024-09-19
15+
16+
### Fixed
17+
18+
- Missing invoke_options parameter
19+
20+
## [2.13.2] - 2024-09-17
21+
22+
### Added
23+
24+
- Now is possible to request the retrieval to be returned in the response of the deployment creation
25+
26+
## [2.13.1] - 2024-09-17
27+
28+
### Fixed
29+
30+
- Incorrect URL for the async methods of the Deployments API
31+
32+
## [2.13.0] - 2024-08-03
33+
34+
### Added
35+
36+
- Added support for webhooks signature verification
37+
- Added support for the `contacts` API
38+
39+
## [2.12.0] - 2024-07-09
40+
41+
### Added
42+
43+
- Added support for `prefix_messages` in deployments
44+
45+
## [2.11.0] - 2024-06-30
46+
47+
### Added
48+
49+
- Added support for the Feedback API
50+
- Introduce the `BASE_URL` environment variable to prepare the SDK for on premise deployments
51+
52+
### Changed
53+
54+
- Centralize the `api_key` in the `Store` object to reuse it in all the API calls
55+
56+
## [2.3.6] - 2024-05-10
57+
58+
### Added
59+
60+
- When `environments` property is set on the `context` the global `environment` value is overwriten.

0 commit comments

Comments
 (0)