Skip to content

Commit b1a3abb

Browse files
Update "CHANGELOG.md"
1 parent 4a167ea commit b1a3abb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.0] - 2025-02-28
2+
- BRAKING CHANGE: Missing params for the Testing API (here) are treated as errors (throw new Error(...)), not warnings.
3+
- BRAKING 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.

0 commit comments

Comments
 (0)