Releases: getbrevo/brevo-java
Release list
v1.1.9
Added
utmTermandutmContentfields on the email campaign models —CreateEmailCampaign,UpdateEmailCampaign,GetExtendedCampaignOverview, andGetEmailCampaign— so the create/update campaign APIs accept them and the Get an email campaign report API (GET /emailCampaigns/{campaignId}) returns them (PP-1215, #26).
Full Changelog: 1.1.8...1.1.9
v1.1.8
Added
- Support for
cancelledandin_reviewcampaign statuses — the Get an email campaign report API (GET /emailCampaigns/{campaignId}) now deserializes these states acrossGetCampaignOverview,GetExtendedCampaignOverview, andGetEmailCampaign(PP-1035, #25).
Full Changelog: 1.1.7...1.1.8
v1.1.7
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.
1.1.5
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