Skip to content

Releases: snowplow-incubator/snowplow-indicative-relay

v0.5.0 (2021-05-11)

13 May 12:17
Compare
Choose a tag to compare

Improvements

  • Add option to choose which field to use as event name for structured events (#138)

Under the hood

  • Bump snowplow-scala-analytics-sdk to 2.1.0 (#152)
  • Migrate from Travis to Github Actions (#148)

Misc

Extend copyright to 2021 (#151)

v0.4.0 (2019-09-18)

25 Sep 09:05
e22c8e3
Compare
Choose a tag to compare

Improvements

  • Fix typo in user ID field name for mobile events (#57)
  • Add option to configure Indicative's API URI via environment variable (#58)
  • Exclude null values from being included in Indicative event payload (#63)

Under the hood

  • Refactor unit tests to use mutable Specification (#59)
  • Make testing for a user identifier a separate function that can be unit-tested (#62)
  • Bump sbt to 1.3.0 (#64)
  • Bump sbt-tpolecat to 0.1.8 (#65)
  • Bump amazon-kinesis-client to 1.11.2 (#66)
  • Bump aws-lambda-java-events to 2.2.7 (#67)
  • Bump cats-effect to 1.4.0 (#68)

Misc

  • Bump version to 0.4.0 (#75)

v0.3.0 (2019-05-13)

13 May 12:54
Compare
Choose a tag to compare

Improvements

  • Limit fields and contexts (closes #23)
  • Limit payload size (closes #22)

Under the hood

  • Move to scalaj (closes #20)
  • Add time measurements (closes #25)

Misc

  • Extend copyright to 2019 (closes #26)
  • Use sbt-tpolecat (closes #21)

v0.2.0 (2018-11-12)

13 Nov 16:32
Compare
Choose a tag to compare

Improvements

Send multiple requests in case of batch size exceeding 100 (#16)
Discard events that do not have a user-identifying field (#12)

Documentation

Move the setup guide into the wiki (#5)

Under the hood

Add an Indicative-Client header (#13)
Bump hammock to 0.8.7 (#15)
Bump circe to 0.10.0 (#11)

v0.1.0 (2018-08-10)

13 Aug 06:09
b3dc549
Compare
Choose a tag to compare

Initial release