Skip to content

Releases: lightbend/kalix-jvm-sdk

0.10.2

14 Dec 15:57
2ff033f
Compare
Choose a tag to compare

📣 Akka Serverless Java and Scala SDKs 0.10.2

Changes

Java SDK

  • fix: Support for byte string and text messages from topics #719 by @johanandren
  • fix: deserializing EventSourced entity events #752 by @raboof
  • feat: generate services and entities from new codegen annotation #716 by @octonato
  • docs: adapt samples and documentation for new codegen annotation #748 by @octonato
  • chore: add round-trip tests for code-generation (Java) #753 by @jrudolph
  • chore: update akkaserverless-framework to 0.8.3 #743 by @raboof
  • chore(codegen): more explicitly order imports #717 by @raboof
  • chore: update maven plugin and all samples to 0.10.1 #733 by @johanandren
  • chore: make java codegen more pure #729 by @jrudolph

Scala SDK

  • fix: deserializing EventSourced entity events #752 by @raboof
  • fix: Support for byte string and text messages from topics #719 by @johanandren
  • fix: configurable root package #730 by @johanandren
  • feat: Generate services and entities from new codegen annotation #716 by @octonato
  • feat: codegen annotations in samples and compile tests #739 by @octonato
  • docs: adapt samples and documentation for new codegen annotation #748 by @octonato
  • chore: sbt 1.5.6, plugins, deprecations #754 by @ennru
  • chore: add framework protocol to BuildInfo #744 by @octonato
  • chore(codegen): more explicitly order imports #717 by @raboof
  • feat: allow custom component names #735 by @octonato
  • chore: make java codegen more pure #729 by @jrudolph

Documentation

  • fix: Support for byte string and text messages from topics #719 by @johanandren
  • docs: adapt samples and documentation for new codegen annotation #748 by @octonato

🙇 Credits

Special thanks to the following contributors who helped with this release: @ennru, @johanandren, @jroper, @jrudolph, @octonato and @raboof

Akka Serverless Java and Scala SDKs 0.10.1

24 Nov 13:43
af1b007
Compare
Choose a tag to compare

📣 Akka Serverless Java and Scala SDKs 0.10.1

This release fixes problems blocking the Scala and Java quickstarts projects and brings some additional fixes and small improvements.

Changes

Java SDK

Scala SDK

Documentation

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @beritou, @franciscolopezsancho, @johanandren, @jrudolph, @octonato, @sebastian-alfers and @theoliverwhite

Akka Serverless Java and Scala SDKs 0.10.0

15 Nov 15:06
4f2471b
Compare
Choose a tag to compare

📣 Akka Serverless Java and Scala SDKs 0.10.0

New generated API for type safe interaction between the components in the same Akka Serverless service

Changes

Java SDK

Scala SDK

  • docs: Update Scala SDK support tier #703 by @beritou
  • fix: Include service descriptor file in scala images #701 by @johanandren
  • feat(scalasdk): access to components for Scala entities #689 by @johanandren
  • feat: composing components #628 by @johanandren
  • feat: generate unmanaged test sources on compile #667 by @jrudolph
  • chore: when resolving entity references use proto package instead of java package #665 by @jrudolph
  • chore: convert ValueEntity codegen to new scheme #662 by @jrudolph
  • chore: convert ActionService codegen to new scheme #661 by @jrudolph
  • fix: ClassCastExceptions and type wrapping in Scala SDK #660 by @octonato
  • chore: use new style code generation for all EventSourced codegen #659 by @jrudolph
  • chore: add type annotation on public APIs #645 by @octonato

Documentation

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @beritou, @ennru, @franciscolopezsancho, @johanandren, @jroper, @jrudolph, @octonato, @patriknw, @pvlugter and @raboof

Akka Serverless Java and Scala SDKs 0.9.0

15 Oct 13:50
61574dd
Compare
Choose a tag to compare

📣 Akka Serverless Java and Scala SDKs 0.9.0

Feature complete Scala SDK

Changes

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @ennru, @franciscolopezsancho, @johanandren, @jrudolph, @octonato, @patriknw, @pvlugter and @raboof

Akka Serverless Java SDK 0.8.0

30 Sep 11:37
cf3cef3
Compare
Choose a tag to compare

📣 Akka Serverless Java and Scala SDKs 0.8.0

Changes

Java SDK

  • chore(javasdk): make TestKit constructor private #531 by @patriknw
  • chore(javasdk): remove unused imports in generated testkit #532 by @patriknw
  • fix(javasdk): Base the proto subdirectory on the specified package #510 by @johanandren

Scala SDK

Documentation

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @johanandren, @jrudolph, @octonato, @patriknw and @raboof

Akka Serverless Java SDK 0.7.2

21 Sep 14:29
5c813e4
Compare
Choose a tag to compare

📣 Akka Serverless Java SDK 0.7.2

Changes

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @ennru, @johanandren, @octonato, @patriknw, @pvlugter, @raboof and @retgits

Akka Serverless Java SDK 0.7.1

16 Sep 10:13
2f63014
Compare
Choose a tag to compare

📣 Akka Serverless Java SDK 0.7.1

Changes

  • fix: codegen for outer class and multiple files variations #403 by @pvlugter
  • doc: publishing and subscribing with Actions #373 by @octonato

🙇 Credits

Special thanks to the following contributors who helped with this release: @octonato and @pvlugter

Akka Serverless Java SDK 0.7.1-beta.1

16 Sep 05:14
dd50227
Compare
Choose a tag to compare
Pre-release

📣 Akka Serverless Java SDK 0.7.1-beta.1

Changes

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @franciscolopezsancho, @jroper, @marcellanz, @octonato, @patriknw, @pvlugter, @raboof and @retgits

Akka Serverless Java SDK 0.7.0

10 Sep 13:10
9751d4b
Compare
Choose a tag to compare

📣 Akka Serverless Java SDK 0.7.0

Changes

  • New API and code generation
  • Addition of Replicated Entity
  • Updated documentation

Migration

Recommended migration steps for old project:

  • read up on the new API in the documentation
  • create a new project with the archetype
  • add proto files from the old project and make sure it has akkaserverless Protobuf options according to the documentation
  • generate code with mvn compile
  • copy and adjust implementation from old project

🙇 Credits

Special thanks to the following contributors who helped with this release: @RayRoestenburg, @ennru, @franciscolopezsancho, @johanandren, @marcoderama, @octonato, @patriknw, @pvlugter, @raboof, @retgits and @rstento

0.7.0-beta.19

26 Aug 02:02
f3615f3
Compare
Choose a tag to compare
0.7.0-beta.19 Pre-release
Pre-release

📣 Akka Serverless Java SDK 0.7.0-beta.19

Changes

Documentation

🙇 Credits

Special thanks to the following contributors who helped with this release: @ennru, @franciscolopezsancho, @marcoderama, @patriknw, @pvlugter, @raboof and @rstento