- update axios to 1.7.4
- update axios to 1.7.2
- updated models to support adding content disposition to attachments
- update domain model
- updated models to be more accurate mostly within webhook payloads area
- update development libraries
- dropped support for older EOL Node JS versions, minimum supported Node version is 14.0.0
- updated axios to the version 1.6.2
- added filtering to get suppressions endpoint
- add content type header to the http client default headers list
- small naming update for data removal endpoints
- added data removal endpoints
- small fix to webhook types model
- updated model to contain webhook types
- fix domain endpoint request types
- updated test library versions
- switched from nconf to dotenv for configuration loading for tests
- added Sanboxed field to the outbound message model
- fix parsing bounced messages
- Updated statistics filtering parameter
- Minor code fix, fixing up library versions for older versions of node
- Migrated to ActiveCampaign
- Small bug fix to data model
- Separated error handling responsibility between postmark client and http client
- Updated message response for sending
- Decoupled and refactored http client part of the library
- Improved error handling
- Parsed inactive recipients when email sending
- Update sender signature name field to match documentation by being required
- Updated dev libraries to resolve security issues (typedoc, typescript)
- Updated axios http client version
Update attachments model for inbound and outbound messages
Updated sender signature model with personal note
Updated axios client version
- Added delivery types to server model
- Improved data model for webhook triggers
- Small update to the server update model
- Updated message streams model with unsubscribe types
- Remove old request client dev dependency
- Increase client tolerance to long and big requests
- Updated axios to 0.21.1
- Updated createWebhook endpoint to support MessageStream
- default CI tool is now circleCi
- Added message stream endpoints
- Updated release docs and sending message response model
- library updates
- Fix domain details model
- Http client size limitation removed
- Better error handling
- Improved client options setup and default client setup
- Added supression management
- Removed obsolete TriggerTags endpoint and added filtering bounces by stream
- messages can now be filtered by message stream
- bounceTags endpoint is deprecated/removed
- Added webhook management support
- Improved test coverage
- Improved type model
- Small improvement to error handling
- Servers list type model update
- Template layouts support
- Add support for metadata for email templates
- Ignore docs from npm library
- Added templates push feature
- Minor fix for proper error handling
- added filtering by count, offset defaults in case of passing parameters straight to client methods
- updated aliases for client objects for backward compatibility
- Make filter parameters use constructors for simpler querying
- Minor type definition re-organization
- migrated library to add Typescript support
- removed not needed dependencies
- completely revamped the client with simpler call model (callbacks, promises, http requests separation etc)
- added custom error handling
- added all missing account level, server level endpoints (verifyDKIM for example)
- Initial release