Skip to content

Releases: momentohq/client-sdk-java

v1.15.0

04 Sep 16:57
41ba4b5
Compare
Choose a tag to compare

1.15.0 (2024-09-04)

Feature

  • add byte array for list methods on the list name (#392) (41ba4b5)

Documentation

  • fix list fetch end index description (#387) (87a6119)

Chores

v1.14.2

03 Sep 22:04
bc7ff0c
Compare
Choose a tag to compare

1.14.2 (2024-09-03)

Bug Fixes

Chores

  • add docs examples for PreviewStorageClient (#384) (95a7765)

v1.14.1

10 Jul 22:00
7f07993
Compare
Choose a tag to compare

1.14.1 (2024-07-10)

Bug Fixes

  • storage SDK orElseThrow should take a supplier (#383) (7f07993)

Code Refactoring

  • rename cache test base (#381) (affe7f7)
  • storage tests should use a single test store and base (#380) (f09843c)
  • java cache and topics integration tests should use random cache names (#379) (de3dbe1)

CI

v1.14.0

09 Jul 17:34
7e6741e
Compare
Choose a tag to compare

1.14.0 (2024-07-09)

Feature

Bug Fixes

  • cache service exception mapper should read metadata from exc (#377) (0cf1300)

v1.13.0

28 Jun 16:49
7096929
Compare
Choose a tag to compare

1.13.0 (2024-06-28)

Feature

  • onetime headers for agent and runtime-version (#359) (7096929)

Bug Fixes

  • use store_not_found metadata and appropriate exceptions (#371) (0680dc5)
  • use server metadata for item not found (#369) (a6b9f09)

Code Refactoring

  • make storage to string more human friendly (#367) (e62cff2)

Chores

  • warn on storage client builder use of laptop config in prod (#374) (e6f41a4)
  • deps-dev: bump braces in /examples/lambda/infrastructure (#370) (28b2929)
  • add storage client builder (#373) (6dc175a)

v1.12.1

21 Jun 19:59
d5896ff
Compare
Choose a tag to compare

1.12.1 (2024-06-21)

Chores

  • add to string implementations to relevant storage responses (#366) (d5896ff)

v1.12.0

21 Jun 16:49
1c084fa
Compare
Choose a tag to compare

1.12.0 (2024-06-21)

Feature

Documentation

  • document storage response types more thoroughly (#363) (3092fa7)

Code Refactoring

  • specialize not-found and already-exists exceptions (#362) (40491a0)
  • rename StorageValueType to StorageItemType (#361) (e03dcb6)
  • introduce Store(Item)?NotFoundException classes (#360) (81b25c2)

Chores

  • specialize storage transport strategy and grpc configs (#364) (1c084fa)
  • deps: bump software.momento.java:sdk in /examples (#356) (8fdead3)
  • deps: bump software.momento.java:sdk in /examples (#347) (7965e9c)

v1.11.0

20 Mar 00:03
660519a
Compare
Choose a tag to compare

1.11.0 (2024-03-20)

Feature

  • add grpc config options and turn off keepalive for Lambda config (#351) (7bba262)

Bug Fixes

  • use momento machine user when generating README (#350) (148b81f)

Chores

  • make eager connection failure hard failure (#355) (660519a)
  • add cancelled errors to load-gen (#354) (630ab32)
  • update instructions in contributing doc (#352) (c11747c)
  • empty commit to bump readme generator (#349) (fee0981)

v1.10.0

21 Dec 20:19
d90fe66
Compare
Choose a tag to compare

1.10.0 (2023-12-21)

Feature

  • add disposable-token example for docs (#348) (d90fe66)

Chores

v1.9.0

21 Dec 18:29
223a5d5
Compare
Choose a tag to compare

1.9.0 (2023-12-21)

Feature

  • add support for configuring minimum num gRPC channels on CacheClient (#345) (223a5d5)

Bug Fixes

  • correction in tiopic example description (#344) (37a5fe4)