1 | # Changelog
|
2 |
|
3 | ## 4.0.2
|
4 |
|
5 | * updated models to be more accurate mostly within webhook payloads area
|
6 |
|
7 | ## 4.0.1
|
8 |
|
9 | * update development libraries
|
10 |
|
11 | ## 4.0.0
|
12 |
|
13 | * dropped support for older EOL Node JS versions, minimum supported Node version is 14.0.0
|
14 | * updated axios to the version 1.6.2
|
15 |
|
16 | ## 3.11.0
|
17 |
|
18 | * added filtering to get suppressions endpoint
|
19 |
|
20 | ## 3.1.2
|
21 |
|
22 | * add content type header to the http client default headers list
|
23 |
|
24 | ## 3.1.1
|
25 |
|
26 | * small naming update for data removal endpoints
|
27 |
|
28 | ## 3.1.0
|
29 |
|
30 | * added data removal endpoints
|
31 |
|
32 | ## 3.0.20
|
33 |
|
34 | * small fix to webhook types model
|
35 |
|
36 | ## 3.0.19
|
37 |
|
38 | * updated model to contain webhook types
|
39 |
|
40 | ## 3.0.18
|
41 |
|
42 | * fix domain endpoint request types
|
43 |
|
44 | ## 3.0.17
|
45 |
|
46 | * updated test library versions
|
47 | * switched from nconf to dotenv for configuration loading for tests
|
48 |
|
49 | ## 3.0.15
|
50 |
|
51 | * added Sanboxed field to the outbound message model
|
52 | * fix parsing bounced messages
|
53 |
|
54 | ## 3.0.14
|
55 |
|
56 | * Updated statistics filtering parameter
|
57 |
|
58 | ## 3.0.13
|
59 |
|
60 | * Minor code fix, fixing up library versions for older versions of node
|
61 |
|
62 | ## 3.0.12
|
63 |
|
64 | * Migrated to ActiveCampaign
|
65 |
|
66 | ## 3.0.11
|
67 |
|
68 | * Small bug fix to data model
|
69 |
|
70 | ## 3.0.1
|
71 |
|
72 | * Separated error handling responsibility between postmark client and http client
|
73 |
|
74 | ## 3.0.0
|
75 |
|
76 | * Updated message response for sending
|
77 | * Decoupled and refactored http client part of the library
|
78 |
|
79 | ## 2.9.5
|
80 |
|
81 | * Improved error handling
|
82 | * Parsed inactive recipients when email sending
|
83 |
|
84 | ## 2.9.0
|
85 |
|
86 | * Update sender signature name field to match documentation by being required
|
87 | * Updated dev libraries to resolve security issues (typedoc, typescript)
|
88 | * Updated axios http client version
|
89 |
|
90 | ## 2.8.2
|
91 |
|
92 | Update attachments model for inbound and outbound messages
|
93 |
|
94 | ## 2.8.1
|
95 |
|
96 | Updated sender signature model with personal note
|
97 |
|
98 | ## 2.7.9
|
99 |
|
100 | Updated axios client version
|
101 |
|
102 | ## 2.7.7
|
103 |
|
104 | * Added delivery types to server model
|
105 |
|
106 | ## 2.7.6
|
107 |
|
108 | * Improved data model for webhook triggers
|
109 |
|
110 | ## 2.7.4
|
111 |
|
112 | * Small update to the server update model
|
113 |
|
114 | ## 2.7.3
|
115 |
|
116 | * Updated message streams model with unsubscribe types
|
117 |
|
118 | ## 2.7.2
|
119 |
|
120 | * Remove old request client dev dependency
|
121 |
|
122 | ## 2.7.1
|
123 |
|
124 | * Increase client tolerance to long and big requests
|
125 |
|
126 | ## 2.7.0
|
127 |
|
128 | * Updated axios to 0.21.1
|
129 |
|
130 | ## 2.6.1
|
131 |
|
132 | * Updated createWebhook endpoint to support MessageStream
|
133 | * default CI tool is now circleCi
|
134 |
|
135 | ## 2.6.0
|
136 |
|
137 | * Added message stream endpoints
|
138 |
|
139 | ## 2.5.6
|
140 |
|
141 | * Updated release docs and sending message response model
|
142 |
|
143 | ## 2.5.5
|
144 |
|
145 | * library updates
|
146 |
|
147 | ## 2.5.4
|
148 |
|
149 | * Fix domain details model
|
150 |
|
151 | ## 2.5.3
|
152 |
|
153 | * Http client size limitation removed
|
154 |
|
155 | ## 2.5.2
|
156 |
|
157 | * Better error handling
|
158 | * Improved client options setup and default client setup
|
159 |
|
160 | ## 2.3.5
|
161 |
|
162 | * Added supression management
|
163 |
|
164 | ## 2.3.4
|
165 |
|
166 | * Removed obsolete TriggerTags endpoint and added filtering bounces by stream
|
167 |
|
168 | ## 2.3.2
|
169 |
|
170 | * messages can now be filtered by message stream
|
171 | * bounceTags endpoint is deprecated/removed
|
172 |
|
173 | ## 2.3.1
|
174 |
|
175 | * Added webhook management support
|
176 | * Improved test coverage
|
177 | * Improved type model
|
178 |
|
179 | ## 2.3.0
|
180 |
|
181 | * Small improvement to error handling
|
182 |
|
183 | ## 2.2.8
|
184 |
|
185 | * Servers list type model update
|
186 |
|
187 | ## 2.2.7
|
188 |
|
189 | * Template layouts support
|
190 |
|
191 | ## 2.2.6
|
192 |
|
193 | * Add support for metadata for email templates
|
194 |
|
195 | ## 2.2.5
|
196 |
|
197 | * Ignore docs from npm library
|
198 |
|
199 | ## 2.2.4
|
200 |
|
201 | * Added templates push feature
|
202 |
|
203 | ## 2.2.2
|
204 |
|
205 | * Minor fix for proper error handling
|
206 |
|
207 | ## 2.2.0
|
208 |
|
209 | * added filtering by count, offset defaults in case of passing parameters straight to client methods
|
210 | * updated aliases for client objects for backward compatibility
|
211 |
|
212 | ## 2.1.0
|
213 |
|
214 | * Make filter parameters use constructors for simpler querying
|
215 | * Minor type definition re-organization
|
216 |
|
217 | ## 2.0.0
|
218 |
|
219 | * migrated library to add Typescript support
|
220 | * removed not needed dependencies
|
221 | * completely revamped the client with simpler call model (callbacks, promises, http requests separation etc)
|
222 | * added custom error handling
|
223 | * added all missing account level, server level endpoints (verifyDKIM for example)
|
224 |
|
225 | ## 1.0.0
|
226 |
|
227 | * Initial release |
\ | No newline at end of file |