Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 19:33
v1.1.0
9682fe2
  • Implement an alternative Kafka-only RPC layer
    • Port KAR runtime to new rpclib APIs
      • Port KAR to new RPC library abstractions (#170)
      • Promote internal/store to pkg/store (#171)
      • Add alternative store.CAS implementation that returns value instead of Boolean (#173)
    • New Kafka-only RPC library
  • Adding a transactional framework in KAR (#167)
  • Upgrade from Open Liberty 20.0.0.9 to 21.0.0.7 (#181)
  • Upgrade from Quarkus 1.1.13 to 2.2.3 (#176)
  • Upgrade from kafka 2.7.0 to 2.7.1 (#182)
  • Fix bug introduced in 1.0.9 in redis retry logic (#172)