Skip to content

Releases: momentohq/client-sdk-java

v1.23.1

04 Feb 18:10
c46fdbe

Choose a tag to compare

1.23.1 (2026-02-04)

Bug Fixes

  • remove client-side expiry check on disposable tokens (#455) (c46fdbe)

Chores

  • more examples and readme updates (#454) (350540b)
  • update ci/cd env vars, tests, examples for v2 keys (#453) (0c7fd20)

v1.23.0

16 Dec 17:39
68aaa5d

Choose a tag to compare

1.23.0 (2025-12-16)

Feature

  • new credential provider methods for accepting global api keys (#451) (68aaa5d)
  • add WithMaxSubscriptions config backed by stream vs unary grpc connection pools (#450) (fda13d5)

Bug Fixes

  • add bookkeeping for number of active subscriptions (#448) (b5acdd4)

Chores

  • improve subscription reconnection logic (#435) (0a5e7fd)

v1.22.0

15 May 00:10
372aa0f

Choose a tag to compare

1.22.0 (2025-05-15)

Feature

  • add configurations for topics with separate unary and stream channels (#442) (8ebe76f)
  • add topic subscribe timeout (#437) (0169192)
  • add fixed timeout retry strategy (#434) (444d8dd)
  • add test-admin keepAlive tests (#436) (22bc5db)

Bug Fixes

  • remove shared state from topics integration tests (#445) (af5202d)
  • minor fixes for retry tests (#439) (de6694f)
  • reduce client timeout in topic client momento-local test (#438) (60da121)
  • add getCompetitionRank doc example (#432) (1622f92)
  • disable dynamic DNS service config (#431) (d988395)

Chores

  • replace OSSRH endpoint with Sonatype Central endpoint (#446) (372aa0f)
  • add sanity check test to ensure fixed timeout retry strategy does not set retry deadline on initial request (#444) (5693b55)
  • add more fixed timeout retry strategy tests (#443) (7cb41f1)
  • remove storage examples (#441) (e9d82ce)
  • remove storage tests (#440) (a4e3bbb)
  • add Momento local tests for topics (#433) (c389390)
  • deps: bump software.momento.java:sdk in /examples (#430) (60c0ec5)

v1.21.0

19 Feb 18:05
0d88fd9

Choose a tag to compare

1.21.0 (2025-02-19)

Feature

Chores

v1.20.0

11 Feb 23:04
a71fd53

Choose a tag to compare

1.20.0 (2025-02-11)

Feature

Bug Fixes

  • relax store integration test timeout (#422) (dc62241)

Chores

v1.19.0

17 Jan 00:19
dce6078

Choose a tag to compare

1.19.0 (2025-01-17)

Feature

  • add the remaining leaderboard APIs (#412) (dce6078)
  • Add leaderboard upsert, fetch by rank, and remove elements (#410) (ada265d)
  • add the read concern header (#408) (4d3fcd3)

Bug Fixes

  • update a comment that fails the build in some instances (#413) (370067e)

Chores

  • Add a gRPC configuration interface (#409) (e6d32b6)
  • update the list of retryable gRPC functions (#407) (d250d25)
  • deps: bump software.momento.java:sdk in /examples (#406) (17dbe45)

v1.18.0

26 Nov 22:06
a8b9d2b

Choose a tag to compare

1.18.0 (2024-11-26)

Feature

Bug Fixes

Chores

  • deps: bump software.momento.java:sdk in /examples (#404) (7e4892b)

v1.17.0

18 Nov 19:26
501cd73

Choose a tag to compare

1.17.0 (2024-11-18)

Feature

  • handle discontinuity and heartbeat in topics and add sequence p… (#402) (501cd73)
  • use retry interceptor for streaming calls (#400) (29d38e1)

v1.16.0

08 Nov 18:16

Choose a tag to compare

1.16.0 (2024-11-08)

Feature

Chores

  • improve resource exhausted error message (#399) (076ad5d)

v1.15.1

07 Oct 17:49
2a9c26b

Choose a tag to compare

1.15.1 (2024-10-07)

Bug Fixes

  • set stub deadlines using millis instead of seconds (#396) (2a9c26b)

Chores