Skip to content

Releases: amient/affinity

0.15.1 - Upgrades

26 Aug 14:00
Compare
Choose a tag to compare

Kafka 2.6.0
Core

  • akka 2.5.31
  • akka-http 10.2.0

0.15.0 - Remove ZookeeperSchemaRegistry

14 Aug 08:04
Compare
Choose a tag to compare
  • zookeeper client removed from all modules but core

0.14.1 - Upgrades

13 Aug 17:34
Compare
Choose a tag to compare

Kafka

  • upgrade 2.5.0 to 2.5.1

0.14.0 - Upgrades

27 Jul 21:29
Compare
Choose a tag to compare

Kafka

  • added support for kafka 2.4.1
  • added support for kafka 2.5.0

Scala

  • dropped support for scala 2.11

0.13.6 - minor addition to TimeCryptoProof

18 Dec 19:21
Compare
Choose a tag to compare
  • exposing TimeCryptoProof sign methods with windowOffset

0.13.5 Hide jackson from the api

21 Nov 11:17
Compare
Choose a tag to compare

Core

  • removed JsonNode from all API except in spark
  • lazy initialization of OutputDataStream to prevent premature auto-configuration

0.13.4 External Stream Topics

05 Nov 09:23
Compare
Choose a tag to compare

Kafka

  • enable stream topics to be managed externally by making Partitions config optional in which case the num partitions will be discovered

0.13.3 Kafka 2.3.1 patch and avro registry performance

26 Oct 18:24
Compare
Choose a tag to compare

Avro

  • removed unnecessary auto-registration of primitive types
  • better error message from http schema registry client

Kafka

  • kafka client patch 2.3.1
  • add warn log when fetcher is being throttled
  • removed generating random group id - instead requiring all streams to configure one

0.13.2 Upgrade Gradle 5.1

21 Aug 09:02
Compare
Choose a tag to compare
  • and some cleanups (avro-mapred no longer needed since Spark 2+)

0.13.1 Simpler Kafka Security Configuration

19 Aug 12:20
Compare
Choose a tag to compare

Kafka

  • kafka.security.protocol in KafkaLogStorage affect both producer and consumer
  • kafka.ssl.* in KafkaLogStorage affect both producer and consumer
  • kafka.sasl.* in KafkaLogStorage affect both producer and consumer
  • applying kafka topic configs on top the ones present in the cluster