Releases: getbrevo/brevo-java
Releases · getbrevo/brevo-java
1.1.4
New params field — Added a Map<String, Object> params field to support template variable substitution when using templateId. Example: {"FNAME": "Joe", "LNAME":
"Doe"}. Includes getter, setter, and a putParamsItem builder method.
tag type change — The tag field was changed from String to the dedicated SendTransacSmsTag type, allowing it to represent either a single string or an array of
strings more accurately.
equals / hashCode updated — Both methods now include the new params field.
Docs updated — SendTransacSms.md reflects the new params field and the updated tag type reference.
1.1.3
What's Changed
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Added new route Get SMS templates, and some small support for templateId in Send SMS
- Few minor changes
Full Changelog: 1.0.0...1.1.1
1.0.0
Full Changelog: https://github.com/getbrevo/brevo-java/commits/1.0.0