Skip to content

Releases: momentohq/client-sdk-kotlin

v0.3.0

13 Nov 19:44
abb2162
Compare
Choose a tag to compare

0.3.0 (2024-11-13)

Features

  • add topic sequence page (c32c1f6)

Bug Fixes

  • copyright name in license file (2aea590)
  • move jvmToolChain to version 11 (379a0e0)
  • rename TEST_API_KEY to MOMENTO_API_KEY (020c1b8)

Miscellaneous

  • main: release 0.2.2-SNAPSHOT (4906d0d)

v0.2.1

13 Nov 17:10
0972fc6
Compare
Choose a tag to compare

0.2.1 (2024-11-13)

Miscellaneous

  • duplicate test in android and jvm (a31b16d)
  • main: release 0.2.1-SNAPSHOT (2fd8301)
  • modify resource exhausted message using metadata and add message wrapper to errors (8670448)
  • update examples to 0.2.0 (01dcc01)

v0.2.0

10 Jul 22:11
fa08755
Compare
Choose a tag to compare

0.2.0 (2024-07-10)

Features

  • add runtime version metadata to the first Momento call (082564e)

Bug Fixes

  • switch android github build to ubuntu (a1c7ac9)

Miscellaneous

  • add examples for documentation (fb53346)
  • add link to examples and the Kotlin docs page (4e1053d)
  • main: release 0.1.4-SNAPSHOT (6d768fd)

v0.1.3

12 Jan 23:18
8dcf383
Compare
Choose a tag to compare

0.1.3 (2024-01-12)

Bug Fixes

  • workaround for multiplatform/gradle 8 signing bug (92ccf38)

Miscellaneous

  • main: release 0.1.3-SNAPSHOT (6b4a337)

v0.1.2

12 Jan 22:33
d6cb233
Compare
Choose a tag to compare

0.1.2 (2024-01-12)

Bug Fixes

  • account for jvm and android when signing before publishing (228bc0f)

Miscellaneous

  • main: release 0.1.2-SNAPSHOT (55e5ba5)

v0.1.1

12 Jan 22:00
5ed95bf
Compare
Choose a tag to compare

0.1.1 (2024-01-12)

Bug Fixes

  • force signing to occur before publishing (cac6632)

Miscellaneous

  • main: release 0.1.1-SNAPSHOT (ffd8a59)

v0.1.0

12 Jan 20:15
32b2e64
Compare
Choose a tag to compare

0.1.0 (2024-01-12)

Features

  • add a common TopicClient with publish and subscribe methods (b7c8fdc)
  • add all APIs for list collection (6481312)
  • add configuration objects (2d9b4dc)
  • Add credential provider (2d871aa)
  • add error codes and handling (3f2ee56)
  • add initial jvm topic client (1afe34f)
  • add proto dependencies (846664d)
  • add release job (060b41f)
  • added exceptions (33207c7)
  • added get/set operations (e659cd5)
  • initial control client (f04b3b5)
  • make the SDK publishable to local and sonatype snapshot (da1c895)
  • Replace skeleton with kotlin multiplatform (299cdcc)
  • set up dependabot (2930481)
  • set up readme generation (9904ff2)
  • wire initial control client (e6605de)

Bug Fixes

  • Add alreadyExists to the create cache response (36c2c8d)
  • add example to fix readme generation (b0e319a)
  • change user agent to 'kotlin' (6d06c82)
  • fix minor warnings for release-please testing (384488e)
  • fix more minor warnings for release-please testing (812cdf1)
  • let the readme generator push to main (7bcbae4)
  • remove incorrect base path from release-please (5e8c7c3)

Miscellaneous

  • add a keep alive timeout for the topics channel (05c41c2)
  • add list caches API (0382f40)
  • added android get/set test (9797d71)
  • address comments and add android files (a08c050)
  • address Nate comments (1f9cae8)
  • address Nate's comments (7f573b2)
  • change back to release-please v3 (d65e11e)
  • fixing minor test issues (75c382e)
  • initial changes for release please testing. (027554b)
  • initial changes for release please testing. (0596030)
  • main: release 0.1.0 (8c38092)
  • move prebuilt configurations to a separate object (2fb0bce)
  • refactoring comments (4f82d75)
  • release 0.1.0 (4e81165)
  • remove local properties from git (302de0e)
  • switch to released version of client protos (621fe32)
  • wire gRPC dependencies (827d195)