You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff 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
+
1
8
## [3.4.0] - 2024-06-10
2
9
- Add support for Bulk product API.
3
10
- Refer to the [`examples/bulk`](examples/bulk) folder for code examples.
0 commit comments