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: README.md
+25-41Lines changed: 25 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Check out all the resources and all the Java code examples in the [Offical Docum
20
20
21
21
## Table of contents
22
22
23
+
-[Release notes](#release-notes)
23
24
-[Compatibility](#compatibility)
24
25
-[Installation (Maven)](#installation-maven)
25
26
-[Authentication](#authentication)
@@ -46,6 +47,12 @@ Check out all the resources and all the Java code examples in the [Offical Docum
46
47
-[Contribute](#contribute)
47
48
48
49
50
+
## Release notes
51
+
v5.0.0
52
+
- migrated to more reliable OkHttpClient
53
+
- removed ApiVersion from the MailjetClient configuration: Now the client will determine the needed API version from the resource itself.
54
+
- added ClientOptions builder to make configuration more explicit. If you have troubles with migration, please, check [tests](src/test/java/com/mailjet/client/SendIT.java) for more examples.
55
+
49
56
## Compatibility
50
57
51
58
This library requires Java version 1.8 or higher.
@@ -155,7 +162,7 @@ To instantiate the library you can use the following constructor:
155
162
156
163
#### Set connection timeouts and log requests
157
164
158
-
You can pass customly configured HttpClient to the Mailjet client to get request logs or custom timeouts:
165
+
You can pass a custom configured HttpClient to the Mailjet client to get request logs or custom timeouts:
Authentication for the SMS API endpoints is done using a bearer token. The bearer token generated in the [SMS section](https://app.mailjet.com/sms) of your Mailjet account.
0 commit comments