Releases: snowplow-incubator/snowplow-indicative-relay
Releases · snowplow-incubator/snowplow-indicative-relay
v0.5.0 (2021-05-11)
v0.4.0 (2019-09-18)
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)
v0.2.0 (2018-11-12)
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)
Initial release