Skip to content

Releases: customerio/go-customerio

Transactional push

08 May 21:12
ccb97f8
Compare
Choose a tag to compare

v3.5.0

30 Mar 20:45
97b92a7
Compare
Choose a tag to compare

#44 - Updates transactional API parameter amp_body to body_amp for better consistency across APIs

v3.4.2

04 Jan 22:59
479ef1e
Compare
Choose a tag to compare

Adds new optional fields to the send email request struct

v3.4.1

19 May 19:51
8e1ce8b
Compare
Choose a tag to compare

Resolves issue where some attachments were truncated due to not flushing all the data from the buffer.

Add support for anonymous invite-style events

26 Apr 19:21
063487d
Compare
Choose a tag to compare

Adds support for sending a blank value for anonymous activity, which will be treated as unassociated with a profile within Customer.io

v3.3.0

22 Dec 21:55
73c1525
Compare
Choose a tag to compare

Added support for context to all API calls.

Add User-Agent

04 Oct 21:59
2123497
Compare
Choose a tag to compare

Adds a default User-Agent header on requests and the option to set a custom User-Agent value.

Support for merge customers API

27 Sep 17:18
796eb94
Compare
Choose a tag to compare

When you merge two people, you pick a primary person and merge a secondary, duplicate person into it. The primary person remains after the merge and the secondary is deleted. This process is permanent: you cannot recover the secondary person.

The first and third parameters represent the identifier for the primary and secondary people respectively—one of id, email, or cio_id. The second and fourth parameters are the identifier values for the primary and secondary people, respectively.

More details in API Documentation

3.0.0

08 Jul 07:47
40880e4
Compare
Choose a tag to compare

Breaking changes

#26 Adds support for anonymous events

Add go.mod

17 Jun 13:23
2f4c054
Compare
Choose a tag to compare
Upgrade to /v2 Go module

Adds a mod file, upgrades path to conform to module versioning standard