UNPKG

1.99 kBMarkdownView Raw
1# Changelog
2
3## 2.7.4
4
5* Small update to the server update model
6
7## 2.7.3
8
9* Updated message streams model with unsubscribe types
10
11## 2.7.2
12
13* Remove old request client dev dependency
14
15## 2.7.1
16
17* Increase client tolerance to long and big requests
18
19## 2.7.0
20
21* Updated axios to 0.21.1
22
23## 2.6.1
24
25* Updated createWebhook endpoint to support MessageStream
26* default CI tool is now circleCi
27
28## 2.6.0
29
30* Added message stream endpoints
31
32## 2.5.6
33
34* Updated release docs and sending message response model
35
36## 2.5.5
37
38* library updates
39
40## 2.5.4
41
42* Fix domain details model
43
44## 2.5.3
45
46* Http client size limitation removed
47
48## 2.5.2
49
50* Better error handling
51* Improved client options setup and default client setup
52
53## 2.3.5
54
55* Added supression management
56
57## 2.3.4
58
59* Removed obsolete TriggerTags endpoint and added filtering bounces by stream
60
61## 2.3.2
62
63* messages can now be filtered by message stream
64* bounceTags endpoint is deprecated/removed
65
66## 2.3.1
67
68* Added webhook management support
69* Improved test coverage
70* Improved type model
71
72## 2.3.0
73
74* Small improvement to error handling
75
76## 2.2.8
77
78* Servers list type model update
79
80## 2.2.7
81
82* Template layouts support
83
84## 2.2.6
85
86* Add support for metadata for email templates
87
88## 2.2.5
89
90* Ignore docs from npm library
91
92## 2.2.4
93
94* Added templates push feature
95
96## 2.2.2
97
98* Minor fix for proper error handling
99
100## 2.2.0
101
102* added filtering by count, offset defaults in case of passing parameters straight to client methods
103* updated aliases for client objects for backward compatibility
104
105## 2.1.0
106
107* Make filter parameters use constructors for simpler querying
108* Minor type definition re-organization
109
110## 2.0.0
111
112* migrated library to add Typescript support
113* removed not needed dependencies
114* completely revamped the client with simpler call model (callbacks, promises, http requests separation etc)
115* added custom error handling
116* added all missing account level, server level endpoints (verifyDKIM for example)
117
118## 1.0.0
119
120* Initial release
\No newline at end of file