Skip to content

Releases: vivid-planet/comet-brevo-module

2.1.6

14 Nov 08:22
3613938
Compare
Choose a tag to compare

@comet/brevo-admin@2.1.6

Patch Changes

  • be6d19b: Remove the totalContactsBlocked field from the TargetGroup type, because it is not delivered in the list request in Brevo anymore.

@comet/brevo-api@2.1.6

Patch Changes

  • be6d19b: Remove the totalContactsBlocked field from the TargetGroup type, because it is not delivered in the list request in Brevo anymore.

2.1.5

12 Nov 07:48
0edeb20
Compare
Choose a tag to compare

@comet/brevo-admin@2.1.5

@comet/brevo-api@2.1.5

Patch Changes

  • 54b8858: Add @nestjs/core as a peer dependency. It should have been included as a peer dependency from the beginning.

2.1.4

24 Oct 09:39
bbd575c
Compare
Choose a tag to compare

@comet/brevo-admin@2.1.4

@comet/brevo-api@2.1.4

Patch Changes

  • cc296b4: Remove peerDependency for axios. Axios is not needed anymore.

2.1.3

11 Oct 13:53
1f72644
Compare
Choose a tag to compare

@comet/brevo-admin@2.1.3

@comet/brevo-api@2.1.3

Patch Changes

  • 3c5b342: Fix brevo error handling error

    Fix brevo error handling causing contact import to fail if contact does not exists in brevo yet

2.1.2

11 Oct 06:42
d865b3f
Compare
Choose a tag to compare

@comet/brevo-admin@2.1.2

Patch Changes

  • f675cd0: CSV Import Validation Improvements and Bug Fix

    Add better validation for csv imports.

    Add better feedback after a csv import when something goes wrong. User can download a file with failing rows.

    Fix a bug when importing via csv in a targetgroup. The contact was only added to the manually assigned contacts and not to the actual target group.

@comet/brevo-api@2.1.2

Patch Changes

  • e6dc804: Handle brevo errors explicitly to improve error messages

  • f675cd0: CSV Import Validation Improvements and Bug Fix

    Add better validation for csv imports.

    Add better feedback after a csv import when something goes wrong. User can download a file with failing rows.

    Fix a bug when importing via csv in a targetgroup. The contact was only added to the manually assigned contacts and not to the actual target group.

  • acffd63: Support multiselect values in contact import

    Previously the contact import did not support multiselect values since brevo expects an array of values and the csv import only sent values as strings. Now the import value gets transformed to an array in case the contact attribute should be of type array. The value in the csv file's column needs to be separated with a comma in case of multiple selected values.

2.1.1

02 Oct 06:58
a804b03
Compare
Choose a tag to compare

@comet/brevo-admin@2.1.1

@comet/brevo-api@2.1.1

Patch Changes

  • 06d4132: Add check for arrays in checkIfContactIsInTargetGroup function, to check if at least one contactAttribute is included in the filter.

2.1.0

16 Sep 13:43
27e676b
Compare
Choose a tag to compare

@comet/brevo-api@2.1.0

Minor Changes

  • 3606421: Brevo returns a 404 error when an email address is not found and a 400 error if an invalid email is provided. Instead of handling only one of these errors, both status codes must be ignored to prevent the contact search from throwing an error.

1.0.1

21 Sep 10:38
27e676b
Compare
Choose a tag to compare

@comet/brevo-admin@1.0.1

Patch Changes

  • 3409a11: Require at least version v5.9.1 for all @comet/ peer dependencies

@comet/brevo-api@1.0.1

Patch Changes

  • 3409a11: Require at least version v5.9.1 for all @comet/ peer dependencies
  • 3409a11: Prevent invisible blocks from being included in the newsletter

2.0.2

12 Sep 09:55
8f7cf94
Compare
Choose a tag to compare

@comet/brevo-api@2.0.2

Patch Changes

  • 06c18b7: Fix campaign statistics

    Addressed an issue where the globalStats property was being used to retrieve campaign stats, but it wasn’t working as expected. We now use the campaignStats property instead, which returns a list. The first value from this list is now used to show accurate campaign statistics.

  • b1cff9b: Fix searching contacts

    Previously, Brevo returned a 400 error when an email address was not found. The implementation has been updated to correctly handle the 404 status code instead of 400. As a result, the contact search functionality now works as expected without throwing an error when no matching email address is found.

2.0.1

03 Sep 09:17
8ab1188
Compare
Choose a tag to compare

@comet/brevo-api@2.0.1

Patch Changes

  • 799366c: Prevent invisible blocks from being included in the newsletter