Skip to content

Releases: getbrevo/brevo-java

v1.1.9

Choose a tag to compare

@ArunSIB ArunSIB released this 20 Jul 11:39
c8beb5c

Added

  • utmTerm and utmContent fields on the email campaign models — CreateEmailCampaign, UpdateEmailCampaign, GetExtendedCampaignOverview, and GetEmailCampaign — 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

Choose a tag to compare

@ArunSIB ArunSIB released this 20 Jul 11:25
b495ae3

Added

  • Support for cancelled and in_review campaign statuses — the Get an email campaign report API (GET /emailCampaigns/{campaignId}) now deserializes these states across GetCampaignOverview, GetExtendedCampaignOverview, and GetEmailCampaign (PP-1035, #25).

Full Changelog: 1.1.7...1.1.8

v1.1.7

Choose a tag to compare

@ArunSIB ArunSIB released this 04 May 09:34
3defca6

fix: remove misplaced maven-gpg-plugin from <dependencies> section in pom.xml to prevent unintended classpath pollution and build issues.

brevo-java v1.1.6

Choose a tag to compare

@ArunSIB ArunSIB released this 30 Apr 07:21
b40d839

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

Choose a tag to compare

@ArunSIB ArunSIB released this 22 Apr 10:07
bb37d09
  • Added support for metadata and loyaltySubscriptionId fields in Get Transaction History API

1.1.4

Choose a tag to compare

@ArunSIB ArunSIB released this 17 Apr 08:07
ea5137d

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

Choose a tag to compare

@amitsendinblue amitsendinblue released this 24 Mar 16:34
3a5294f

What's Changed

  • N8N-3466 : Update SDK for Loyalty APIs by @ArunSIB in #17

Full Changelog: 1.1.2...1.1.3

1.1.2

Choose a tag to compare

@amitsendinblue amitsendinblue released this 27 Feb 09:08
18ac650

What's Changed

  • N8N-3274 : Update Enpoints of Loyality by @ArunSIB in #16

Full Changelog: 1.1.1...1.1.2

1.1.1

Choose a tag to compare

@amitsendinblue amitsendinblue released this 24 Dec 09:24
4c6f916

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

Choose a tag to compare

@amitsendinblue amitsendinblue released this 13 Sep 05:36