Releases: JeffersonLab/epics2kafka
Releases · JeffersonLab/epics2kafka
v2.0.0
v1.9.0
v1.8.0
- Use kafka-common lib for command topic (#9)
- Create a separate base Docker image to speed up Docker build (microdnf installs are very slow)
- Create a separate tester Docker image for integration testing (Test Strategy)
v1.7.1
- Docker build updated (curl instead of wget with updated Debezium image)
v1.7.0
- Bump Kafka to 3.1.0 (Debezium 1.9.2)
v1.6.0
v1.5.0
v1.4.0
- Bump debezium container to v1.8.1 (Kafka 3.0.0)
- Bump confluent libs to v7.0.1 (Kafka 3.0.0)
v1.3.0
- Build tools updated to Gradle 7.4 and Java 17 (still compiling down to Java 8)
- Debugging logging updated
- Connect server system time now used for source offset (in case IOC timestamps are untrustworthy) - timestamp metadata still from IOC though.
- Added new integration test for "fast" updates
- Updated docker strategy
v1.2.0
- Bump Kafka dependencies to latest Kafka 1.6 series