Skip to content

Releases: momentohq/client-sdk-java

v1.1.0

28 Jun 22:53
6fcb92d
Compare
Choose a tag to compare

1.1.0 (2023-06-28)

Feature

  • Add example code snippets that will populate the dev docs (#287) (e3de1e2)

Bug Fixes

  • downgrading slf4j version to resolve runtime dependency issues with kitchensink (#289) (1cf9267)
  • enable README generator on push (#288) (6989b88)

Chores

  • remove README generator action from manual release task (#290) (6fcb92d)
  • empty commit to kick CI (f7ac514)
  • Update examples for the 1.0 SDK release (#286) (b173d66)

v1.0.0

24 Apr 23:43
1ddfdbc
Compare
Choose a tag to compare

1.0.0 (2023-04-24)

Feature

  • Add logging (#283) (4cc425d)
  • Add extra signatures for list concatenate, push, and fetch (#272) (e1567f6)
  • add sorted set fetch by score overload to fetch whole set (#267) (c3dcd5e)
  • add support for v1 auth tokens (#242) (c7f7b43)
  • Add examples for the different collections (#238) (c3758bc)

Bug Fixes

  • give a unique prefix to the cache names (#276) (4f01291)
  • sorted set name validation message should mention sorted sets (#265) (3c1d9a5)

Documentation

Chores

  • Prepare job for 1.0 release (#284) (1ddfdbc)
  • Rename responses to remove 'Cache' and make them consistent (#282) (d299a3e)
  • rename messages package to responses (#281) (28f40d9)
  • Update the dictionary javadoc (#277) (03cf7a7)
  • use iterable for set collection arguments (#278) (43df9ac)
  • annotate set collection argument nullability (#274) (67ce6c7)
  • annotate sorted set method argument nullability (#275) (a977391)
  • Remove dictionary methods that take byte[] fields (#273) (ac93a75)
  • add sortedSetPutElements overload that takes an Iterable (#269) (89d9348)
  • pare down sortedSetFetchByScore overloads (#270) (57d4cf4)
  • Update list method documentation. (#268) (1cc5afc)
  • Update list internal methods with nullable truncate*ToSize (#266) (a13bfa7)
  • audit sorted set internal arguments (#264) (79b8cf7)
  • audit sorted set collection arguments (#263) (b89e9b9)
  • normalize sorted set api names (#262) (ef91bcf)
  • Change control methods to be async (#258) (16b583b)
  • Create v1 client configurations. (#259) (2320b2d)
  • Remove ByteBuffer methods and fix warnings (#260) (1cc2837)
  • add fromString and fromEnvVar methods to CredentialProvider (#257) (d2eab27)
  • Fix Javadoc warnings (#241) (f4d4994)
  • add support for overriding endpoints (#243) (5a4d2e6)
  • Manually update the README (#240) (5259176)
  • Update the readmes with the new dependency (#239) (62e7fd3)

v0.24.0

13 Apr 19:14
be8cdb1
Compare
Choose a tag to compare

0.24.0 (2023-04-13)

Feature

Bug Fixes

  • remove string suffix, memoization, refactor java docs (#221) (679b25b)
  • Hanlde null ttl in method signatures (#204) (f01c217)

Chores

  • Add alias for string accessors in response classes (#232) (66a4517)
  • Bring auth token handling in line with the .NET SDK (#208) (1c9710c)
  • Add new signatures without TTLs for set methods. (#205) (40dd692)
  • Remove open telemetry (#196) (d524927)
  • Update set method names (#195) (c11098c)
  • Refactor convert functions before sending the list fetch requests (#191) (364857a)
  • Add ListFetch API support (#188) (9bf00b1)
  • update example to use released sdk (#185) (b63f059)

v0.23.2

27 Mar 21:31
337f9cc
Compare
Choose a tag to compare

0.23.2 (2023-03-27)

Bug Fixes

  • publishing workflow using wrong version (#184) (337f9cc)

v0.23.1

27 Mar 20:35
9c66c91
Compare
Choose a tag to compare

0.23.1 (2023-03-27)

Bug Fixes

  • fix publishing not working for signed artifacts (#183) (9c66c91)

v0.23.0

24 Mar 22:51
7e422ed
Compare
Choose a tag to compare

0.23.0 (2023-03-24)

Feature

Chores

v0.22.0

21 Dec 22:21
bd2b9f0
Compare
Choose a tag to compare

0.22.0 (2022-12-21)

Feature

  • Add ability to flush a given cache (#153) (bd2b9f0)
  • copy Java examples from client sdk examples repo. (#145) (117c933)

Chores

v0.21.1

21 Jul 21:03
90df938
Compare
Choose a tag to compare

0.21.1 (2022-07-21)

Chores

v0.21.0

03 May 21:12
30d48d3
Compare
Choose a tag to compare

0.21.0 (2022-05-03)

Feature

Chores

  • cleans up docs for making repo public (#134) (8cdb08e)

v0.20.0

26 Apr 18:29
2d4cff1
Compare
Choose a tag to compare

0.20.0 (2022-04-26)

Feature

  • add support for singing keys workflow (#133) (2d4cff1)

Bug Fixes

  • update client to use updated GRPC protocols. update to use long for ttl (#132) (5e38099)