Skip to content

Commit 52afee1

Browse files
Merge pull request #57 from railsware/release-v4.0.0
Release v4.0.0
2 parents 5d7ff1e + cbe9f12 commit 52afee1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.0] - 2025-02-28
2+
- BREAKING CHANGE: Missing params for the Testing API (here) are treated as errors (throw new Error(...)), not warnings.
3+
- BREAKING CHANGE: Removes send methods from the `BulkSendingAPI` and `TestingAPI` classes. There should be only one send method on the `MailtrapClient`.
4+
- The `general` and `testing` APIs are created lazily, after the first access to the corresponding getters.
5+
- Updated the MailtrapClient to accept two more params: bulk: Boolean and sandbox: Boolean. They are changing the behavior of the send method of the client in the following way:
6+
- Security updates for dependencies
7+
18
## [3.4.0] - 2024-06-10
29
- Add support for Bulk product API.
310
- Refer to the [`examples/bulk`](examples/bulk) folder for code examples.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mailtrap",
33
"description": "Official mailtrap.io API client",
4-
"version": "3.4.0",
4+
"version": "4.0.0",
55
"author": "Railsware Products Studio LLC",
66
"dependencies": {
77
"axios": ">=0.27"

0 commit comments

Comments
 (0)