Releases: getbrevo/brevo-java
brevo-java v1.1.6
What's Changed
Bug Fix / Update
- SendTransacSms: Updated the tag field type from SendTransacSmsTag (object) to String.
- The tag property now accepts a plain string value (e.g., "accountValidation" or ["tag1", "tag2"]).
- Updated getter/setter signatures and @ApiModelProperty documentation accordingly.
- Updated docs/SendTransacSms.md to reflect the new type and usage.
Get Transaction History API filter updated
- Added support for metadata and loyaltySubscriptionId fields in Get Transaction History API
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