Releases: mailgun/mailgun.js
Releases · mailgun/mailgun.js
v12.5.0
What's Changed
- fix: Multiple attachments only include the first one by @olexandr-mazepa in #477
- feature: Add DKIM Management client by @olexandr-mazepa in #475
- feature: Add bounce classification client by @olexandr-mazepa in #478
- chore(deps-dev): bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #476
Full Changelog: v12.4.1...v12.5.0
v12.4.1
What's Changed
- other: Fix readme with correct method in logs client by @olexandr-mazepa in #470
- fix: Export types for logs by @olexandr-mazepa in #474
Full Changelog: v12.4.0...v12.4.1
v12.4.0
What's Changed
- chore(deps): bump js-yaml by @dependabot[bot] in #461
- Fix links in readme by @olexandr-mazepa in #467
- other: Update incorrect create link in readme by @olexandr-mazepa in #468
- feature: Add list logs endpoint by @olexandr-mazepa in #469
Full Changelog: v12.3.0...v12.4.0
v12.3.0
What's Changed
- feature: Add missed messages endpoints by @olexandr-mazepa in #464
- feature: Add domain keys endpoints by @olexandr-mazepa in #465
- List keys for all domains
- Create a domain key
- Delete a domain key
- Activate a domain key
- List domain keys
- Deactivate a domain key
- Deprecates
mg.domains.updateDKIMAuthority(domainAddress, data)andmg.domains.updateDKIMSelector(domainAddress, data)
in favor tomg.domains.domainKeys.updateDKIMAuthority(domainAddress, data)andmg.domains.domainKeys.updateDKIMSelector(domainAddress, data)
Full Changelog: v12.2.0...v12.3.0
v12.2.0
What's Changed
- Added new subaccounts endpoints and fix existing types by @olexandr-mazepa in #462
Full Changelog: v12.1.1...v12.2.0
v12.1.1
What's Changed
- fix: Domain template types are missing headers field by @olexandr-mazepa in #459
Full Changelog: v12.1.0...v12.1.1
v12.1.0
What's Changed
- feature: Add Fetch as alternative client for requests by @olexandr-mazepa in #456
- chore(deps-dev): bump form-data from 3.0.3 to 3.0.4 by @dependabot[bot] in #452
- chore(deps): bump axios from 1.10.0 to 1.11.0 by @dependabot[bot] in #453
- chore(deps): bump axios from 1.11.0 to 1.12.1 by @dependabot[bot] in #457
- chore(deps): bump tar-fs from 3.0.9 to 3.1.1 by @dependabot[bot] in #458
Full Changelog: v12.0.3...v12.1.0
v12.0.3
What's Changed
- chore(deps): bump tar-fs from 3.0.8 to 3.0.9 by @dependabot in #448
- chore(deps): bump axios from 1.7.9 to 1.9.0 by @dependabot in #447
- fix: Update dependencies by @olexandr-mazepa in #451
Full Changelog: v12.0.2...v12.0.3
v12.0.2
What's Changed
- feature: Add default timeout to prevent unresolved promise by @olexandr-mazepa in #446
Full Changelog: v12.0.1...v12.0.2
v12.0.1
What's Changed
- other: update x509 TLS certificate generation README by @laserchicken in #440
- fix: Update package.json conditional exports to support "moduleResolution": "bundler" by @olexandr-mazepa in #442
New Contributors
- @laserchicken made their first contribution in #440
Full Changelog: v12.0.0...v12.0.1