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