Releases: bsideup/liiklus
Releases · bsideup/liiklus
0.10.0
What's Changed
🚀 Features
- CloudEvents support (#252) @bsideup
- GRPC transport encryption (#273) @lanwen
- Use Spring Jafu (again) (#390) @bsideup
- Support Kafka properties (#387) @bsideup
- updates RSocket and rsocket-rpc to the latest versions (#986) @OlegDokuka @lanwen
🧹 Housekeeping
- Constant name for the app-boot.jar in app module (#989) @lanwen
- Simplify the consumer grp test to contain less branches (#322) @lanwen
- use lombok plugin instead of direct dependency (#958) @lanwen
- use junit5 to test all the modules (#957) @lanwen
- Upgrade to GitHub-native Dependabot (#812) @dependabot-preview
- Add dependabot config (#289) @lanwen
- Bump Pulsar's test review date (#291) @lanwen
📦 Dependency updates and misc
- Bump logback-classic from 1.2.3 to 1.2.4-groovyless (#984) @dependabot-preview
- Bump testcontainers-bom from 1.15.3 to 1.16.0 (#979) @dependabot-preview
- Bump awaitility from 4.0.1 to 4.1.0 (#831) @dependabot-preview
- Update RSocket to 1.0.1 (#388) @bsideup
- CVE-2019-15052 and CVE-2019-16370 fix with gradle update to 6.3 (#288) @lanwen
- Update gradle to 7.1.1 (#954) @lanwen
0.10.0-rc1
0.9.3
0.9.2
0.9.1
What's Changed
🚀 Features
- Core: Pluggable customizers for GRPC transport via configurer beans (#230) @lanwen
- Pulsar: Disable group ack for the consumer (#189) @lanwen
- Pulsar: use publishTime if eventTime is not set (#177) @bsideup
🐛 Bug Fixes
🧹 Housekeeping
- Add Implementation-Version to manifest for client/testing (#202) @lanwen
- expect always earliest offset on empty initial offset for the records (#180) @lanwen
- Pulsar: test that eventTime is preferred over publishTime (#178) @bsideup
📦 Dependency updates
- Bump spring-boot-gradle-plugin from 2.2.0.RELEASE to 2.2.1.RELEASE (#217) @dependabot-preview
- Bump pf4j from 3.0.1 to 3.1.0 (#187) @dependabot-preview
- Bump grpc-netty from 1.24.0 to 1.24.1 (#206) @dependabot-preview
- Bump spring-boot-gradle-plugin from 2.1.9.RELEASE to 2.2.0.RELEASE (#203) @dependabot-preview
- Bump grpc-bom from 1.24.0 to 1.24.1 (#207) @dependabot-preview
- Bump protoc-gen-grpc-java from 1.24.0 to 1.24.1 (#208) @dependabot-preview
- Bump grpc-protobuf from 1.24.0 to 1.24.1 (#209) @dependabot-preview
- Bump protoc from 3.9.1 to 3.10.1 (#213) @dependabot-preview
- Bump kafka-clients from 2.3.0 to 2.3.1 (#210) @dependabot-preview
- Bump simpleclient_common from 0.7.0 to 0.8.0 (#205) @dependabot-preview
- Bump kafka from 1.12.2 to 1.12.3 (#212) @dependabot-preview
- Bump testcontainers-bom from 1.12.2 to 1.12.3 (#211) @dependabot-preview
- Bump spring-boot-gradle-plugin from 2.1.8.RELEASE to 2.1.9.RELEASE (#200) @dependabot-preview
- Bump grpc-protobuf from 1.23.0 to 1.24.0 (#197) @dependabot-preview
- Bump grpc-bom from 1.23.0 to 1.24.0 (#196) @dependabot-preview
- Bump lombok from 1.18.8 to 1.18.10 (#186) @dependabot-preview
- Bump testcontainers-bom from 1.12.1 to 1.12.2 (#199) @dependabot-preview
- Bump kafka from 1.12.1 to 1.12.2 (#198) @dependabot-preview
- Bump protoc-gen-grpc-java from 1.23.0 to 1.24.0 (#194) @dependabot-preview
- Bump grpc-netty from 1.23.0 to 1.24.0 (#195) @dependabot-preview
- Bump simpleclient_common from 0.6.0 to 0.7.0 (#193) @dependabot-preview
- Bump protobuf-java from 3.9.1 to 3.10.0 (#191) @dependabot-preview
- Bump protobuf-bom from 3.9.1 to 3.10.0 (#190) @dependabot-preview
- Bump kafka from 1.12.0 to 1.12.1 (#185) @dependabot-preview
- Bump awaitility from 4.0.0 to 4.0.1 (#183) @dependabot-preview
- Bump junit-bom from 5.5.1 to 5.5.2 (#182) @dependabot-preview
- Bump testcontainers-bom from 1.12.0 to 1.12.1 (#184) @dependabot-preview
- Bump awaitility from 3.1.6 to 4.0.0 (#179) @dependabot-preview
- Bump spring-boot-gradle-plugin from 2.1.7.RELEASE to 2.1.8.RELEASE (#181) @dependabot-preview
- Bump grpc-bom from 1.22.1 to 1.23.0 (#171) @dependabot-preview
- Bump grpc-netty from 1.22.1 to 1.23.0 (#170) @dependabot-preview
- Bump grpc-protobuf from 1.22.1 to 1.23.0 (#173) @dependabot-preview
- Bump protoc from 3.9.0 to 3.9.1 (#166) @dependabot-preview
- Bump protobuf-bom from 3.9.0 to 3.9.1 (#165) @dependabot-preview
- Bump protoc-gen-grpc-java from 1.22.1 to 1.23.0 (#172) @dependabot-preview
- Bump com.github.bsideup.liiklus dependency set from 0.8.2 to 0.9.0 (#168) @dependabot-preview
- Bump protobuf-java from 3.9.0 to 3.9.1 (#167) @dependabot-preview
- Bump spring-boot-gradle-plugin from 2.1.6.RELEASE to 2.1.7.RELEASE (#169) @dependabot-preview
0.9.0
What's Changed
🚀 Features
- Add Redis positions storage (#142, #141) @lavcraft
- Add Apache Pulsar support (#16) @bsideup
- Pulsar: TLS and Authentication support (#158) @Rowanto
- Make
PulsarRecordsStorage
implementFiniteRecordsStorage
(#164) @bsideup - Move more functionality (metrics, transports) to plugins (#155) @bsideup
- Add gRPC reflection service (#143) @dsyer
- Validate configurations and add configuration tests (#162) @bsideup
🧹 Housekeeping
📦 Dependency updates
- Update Gradle to 5.5 (#136) @bsideup
- Use Protobuf's BOM (#135) @bsideup
- use gRPC BOM (#134) @bsideup
- Bump auto-service from 1.0-rc5 to 1.0-rc6 (#151) @dependabot-preview
- Bump protobuf-java from 3.8.0 to 3.9.0 (#145) @dependabot-preview
- Bump com.google.protobuf from 0.8.9 to 0.8.10 (#140) @dependabot-preview
- Bump protoc-gen-grpc-java from 1.21.0 to 1.22.1 (#147) @dependabot-preview
- Bump protoc from 3.8.0 to 3.9.0 (#146) @dependabot-preview
- Bump protobuf-bom from 3.8.0 to 3.9.0 (#148) @dependabot-preview
- Bump grpc-bom from 1.22.0 to 1.22.1 (#150) @dependabot-preview
- Bump protoc-gen-grpc-java from 1.12.0 to 1.21.0 (#139) @dependabot-preview
- Bump kafka from 1.11.3 to 1.11.4 (#132) @dependabot-preview
- Bump pf4j from 2.5.0 to 3.0.1 (#113) @dependabot-preview
- Bump testcontainers-bom from 1.11.3 to 1.11.4 (#131) @dependabot-preview
- Bump com.github.bsideup.liiklus dependency set from 0.8.1 to 0.8.2 (#130) @dependabot-preview
- Bump grpc-protobuf from 1.15.1 to 1.22.1 (#144) @dependabot-preview
- Bump junit-bom from 5.5.0 to 5.5.1 (#154) @dependabot-preview
- Bump testcontainers-bom from 1.11.4 to 1.12.0 (#157) @dependabot-preview
- Bump kafka from 1.11.4 to 1.12.0 (#156) @dependabot-preview
0.9.0-rc2
What's Changed
- Test all plugins in isolation (#161) @bsideup
- E2E Redis tests (#160) @bsideup
- use junit platform by default (#152) @bsideup
🚀 Features
📦 Dependency updates
- Bump com.github.bsideup.liiklus dependency set from 0.8.1 to 0.8.2 (#130) @dependabot-preview
- Bump grpc-protobuf from 1.15.1 to 1.22.1 (#144) @dependabot-preview
- Bump junit-bom from 5.5.0 to 5.5.1 (#154) @dependabot-preview
- Bump testcontainers-bom from 1.11.4 to 1.12.0 (#157) @dependabot-preview
- Bump kafka from 1.11.4 to 1.12.0 (#156) @dependabot-preview
0.9.0-rc1
What's Changed
🚀 Features
- Add Redis positions storage (#142, #141) @lavcraft
- Add gRPC reflection service (#143) @dsyer
- Add Apache Pulsar support (#16) @bsideup
📦 Dependency updates
- Bump auto-service from 1.0-rc5 to 1.0-rc6 (#151) @dependabot-preview
- Bump protobuf-java from 3.8.0 to 3.9.0 (#145) @dependabot-preview
- Bump com.google.protobuf from 0.8.9 to 0.8.10 (#140) @dependabot-preview
- Bump protoc-gen-grpc-java from 1.21.0 to 1.22.1 (#147) @dependabot-preview
- Bump protoc from 3.8.0 to 3.9.0 (#146) @dependabot-preview
- Bump protobuf-bom from 3.8.0 to 3.9.0 (#148) @dependabot-preview
- Bump grpc-bom from 1.22.0 to 1.22.1 (#150) @dependabot-preview
- Bump protoc-gen-grpc-java from 1.12.0 to 1.21.0 (#139) @dependabot-preview
- Update Gradle to 5.5 (#136) @bsideup
- Use Protobuf's BOM (#135) @bsideup
- use gRPC BOM (#134) @bsideup
- Bump kafka from 1.11.3 to 1.11.4 (#132) @dependabot-preview
- Bump pf4j from 2.5.0 to 3.0.1 (#113) @dependabot-preview
- Bump testcontainers-bom from 1.11.3 to 1.11.4 (#131) @dependabot-preview
0.8.2
What's Changed
🚀 Features
🐛 Bug Fixes
📦 Dependency updates
- Bump junit-bom from 5.4.2 to 5.5.0 (#128) @dependabot-preview
- Bump kafka-clients from 2.2.1 to 2.3.0 (#126) @dependabot-preview
- Bump reactor-grpc-stub from 0.9.0 to 0.10.0 (#125) @dependabot-preview
- Bump auto-service from 1.0-rc4 to 1.0-rc5 (#120) @dependabot-preview
- Bump spring-boot-gradle-plugin from 2.1.3.RELEASE to 2.1.6.RELEASE (#124) @dependabot-preview
- Bump lombok from 1.18.6 to 1.18.8 (#121) @dependabot-preview
- Bump commons-lang3 from 3.8.1 to 3.9 (#119) @dependabot-preview
- Bump kafka from 1.10.7 to 1.11.3 (#118) @dependabot-preview
- Bump com.google.protobuf from 0.8.4 to 0.8.9 (#117) @dependabot-preview
- Bump com.google.protobuf dependency set from 3.6.1 to 3.8.0 (#116) @dependabot-preview
- Use
spring-fu-autoconfigure-adapter
instead of Jafu (#114) @bsideup - Bump kafka-clients from 2.1.0 to 2.2.1 (#112) @dependabot-preview
- Bump com.github.bsideup.liiklus dependency set from 0.7.0 to 0.8.1 (#84) @dependabot-preview
- Bump junit-bom from 5.4.0 to 5.4.2 (#108) @dependabot-preview
- Bump testcontainers-bom from 1.10.6 to 1.11.3 (#111) @dependabot-preview
- Bump spring-boot-gradle-plugin from 2.1.2.RELEASE to 2.1.3.RELEASE (#94) @dependabot-preview
- Bump kafka from 1.10.5 to 1.10.7 (#97) @dependabot-preview
- Bump io.rsocket dependency set from 0.11.15 to 0.11.16 (#88) @dependabot-preview
- Bump openjdk from 11.0.1-jdk to 11.0.2-jdk (#89) @dependabot-preview
- Bump awaitility from 3.1.5 to 3.1.6 (#81) @dependabot-preview
- Bump testcontainers-bom from 1.10.5 to 1.10.6 (#85) @dependabot-preview
- Bump junit-bom from 5.3.2 to 5.4.0 (#90) @dependabot-preview
- Bump lombok from 1.18.4 to 1.18.6 (#91) @dependabot-preview