Release 65 Scarlet Rosefinch
fblundun
released this
08 May 12:55
·
2242 commits
to master
since this release
Improvements to all components of the real-time Kinesis pipeline.
Scala Stream Collector
- Bumped to 0.4.0
- Bumped Scalazon to 0.11 (#1504)
- Added support for PutRecords API (#1227)
- Added CORS support (#1165)
- Added CORS-style support for ActionScript3 Tracker (#1331)
- Added ability to disable third-party cookies (#1363)
- Removed automatic creation of stream (#1464)
- Added macros to config.hocon.sample (#1471)
- Logged the name of the stream to which records are written (#1503)
- Added shutdown hook to send stored events (#1535)
- Added configurable exponential backoff with jitter (#1592)
Scala Kinesis Enrich
- Bumped to 0.5.0
- Bumped Scala Common Enrich to 0.13.1 (#1618)
- Bumped Scalazon to 0.11 (#1492)
- Bumped Kinesis Client Library to 1.2.1 (#1580)
- Added ability to retrieve resolver and enrichments from DynamoDB (#1289)
- Added support for PutRecords API (#1418)
- Removed automatic creation of streams (#1465)
- Fixed checkpointing (#1467)
- Logged the name of the stream to which records are written (#1493)
- Added macros to config.hocon.sample (#1513)
- Moved Iglu resolver to dedicated CLI argument (#1534)
- Updated README examples with new configuration (#1549)
- Stopped retrying in the case of a ShutdownException or InvalidStateException (#1552)
- Stopped ignoring region setting for DynamoDB table (#1576)
- Updated test suite to accommodate changes (#1581)
- Added Clojars as a resolver (#1586)
- Added configurable exponential backoff with jitter (#1591)
- Randomize partition keys for bad events (#1631)
- Stopped sending records of over 50kB (#1649)
Kinesis Elasticsearch Sink
- Bumped to 0.2.0
- Made DynamoDB region configurable (#1583)
- Added macros to config.hocon.sample (#1515)
- Changed "connector" to "sink" in config (#1474)
- Stopped failing silently for inputs with fewer than 24 tab-separated fields (#1584)
- Stopped analyzing text fields by default (#1624)
- Removed automatic creation of bad stream (#1626)
Kinesis Elasticsearch Sink: randomized partition keys for failed records (#1633)