Skip to content

Commit d2344fb

Browse files
committed
Prepare for release
1 parent 206443c commit d2344fb

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 0.4.0 (2019-09-18)
2+
--------------------------
3+
Fix typo in user ID field name for mobile events (#57)
4+
Add option to configure Indicative's API URI via environment variable (#58)
5+
Exclude null values from being included in Indicative event payload (#63)
6+
Refactor unit tests to use mutable Specification (#59)
7+
Make testing for a user identifier a separate function that can be unit-tested (#62)
8+
Bump sbt to 1.3.0 (#64)
9+
Bump sbt-tpolecat to 0.1.8 (#65)
10+
Bump amazon-kinesis-client to 1.11.2 (#66)
11+
Bump aws-lambda-java-events to 2.2.7 (#67)
12+
Bump cats-effect to 1.4.0 (#68)
13+
Bump version to 0.4.0 (#75)
14+
115
Version 0.3.0 (2019-05-13)
216
--------------------------
317
Limit fields and contexts (#23)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License][license-image]][license]
55

66
Snowplow Indicative Relay is an AWS Lambda function that reads Snowplow enriched events
7-
from a Kinesis Stream and transfers them to Indicative. It processes events in batches, which
7+
from a Kinesis Stream and transfers them to Indicative. It processes events in batches, whose
88
size depends on your AWS Lambda configuration.
99

1010
Detailed setup instructions, as well as more technical information, are provided on the [wiki page][wiki-page].
@@ -20,7 +20,7 @@ Unless required by applicable law or agreed to in writing, software distributed
2020
[travis-image]: https://travis-ci.org/snowplow-incubator/snowplow-indicative-relay.svg?branch=master
2121
[travis]: https://travis-ci.org/snowplow-incubator/snowplow-indicative-relay
2222

23-
[release-image]: https://img.shields.io/badge/release-0.3.0-orange.svg?style=flat
23+
[release-image]: https://img.shields.io/badge/release-0.4.0-orange.svg?style=flat
2424
[release]: https://github.com/snowplow-incubator/snowplow-indicative-relay/releases
2525

2626
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

0 commit comments

Comments
 (0)