Skip to content

Releases: Loops-so/loops-rb

v1.2.1

22 May 07:09
6d44071
Compare
Choose a tag to compare

Fixes issue with GET API requests.

v1.2.0

15 May 11:01
65b36b9
Compare
Choose a tag to compare
  • Added a headers parameter for Events.send() and Transactional.send(), enabling support for the Idempotency-Key header.
  • Added test suite and a tests for Events and Transactional classes.

v1.1.0

28 Feb 12:16
72cc3c1
Compare
Choose a tag to compare

Added support for new List transactionals endpoint with Transactional.list().

v1.0.0

26 Feb 14:02
5ee2fb3
Compare
Choose a tag to compare
  • JSON from API errors is now accessible from the APIError class.
  • Added support for two new contact property endpoints: ContactProperties.create() and ContactProperties.list().
  • Deprecated and removed the CustomFields.list() method (you can now use ContactProperties.list() instead).

v0.2.0

29 Oct 11:29
a99662d
Compare
Choose a tag to compare

Added rate limit handling with RateLimitError.

v0.1.2

16 Aug 09:56
43c7578
Compare
Choose a tag to compare

Support for resetting contact properties with nil.

v0.1.1

16 Aug 09:00
ceb1996
Compare
Choose a tag to compare

Added ApiKey.test method for testing API keys.

v0.1.0

16 Aug 08:26
0608e6c
Compare
Choose a tag to compare
Initial release