Skip to content

Releases: momentohq/client-sdk-go

v0.7.2

14 Feb 01:12
514ec89
Compare
Choose a tag to compare

0.7.2 (2023-02-14)

Bug Fixes

  • No need for a token when checking out. (#108) (514ec89)

v0.7.1

14 Feb 00:35
b250004
Compare
Choose a tag to compare

0.7.1 (2023-02-14)

Bug Fixes

  • Manual release passing wrong args to shared test action. (#107) (b250004)
  • Marked the wrong PHONY in the Makefile. (#96) (f715ae5)
  • Push to main. (#93) (3f00f80)

Chores

v0.7.0

10 Feb 00:18
Compare
Choose a tag to compare

0.7.0 (2023-02-10)

Feature

  • adds sorted set initial impl in incubating (#90) (f41ec5b)
  • add simple logger (#67) (fc11cbb)
  • updates examples with new response types (#80) (87784ad)

Chores

v0.6.0

02 Feb 00:08
20d4d47
Compare
Choose a tag to compare

0.6.0 (2023-02-02)

Feature

  • adds types for keys and values (#78) (20d4d47)
  • rework response types to use interface and allow user to pass []byte or string messages to a topic (#72) (896ef56)

Chores

  • change stability badge from experimental to alpha (#77) (258c459)

v0.5.0

30 Jan 22:04
1e94541
Compare
Choose a tag to compare

0.5.0 (2023-01-30)

Feature

  • makes clientside timeout setting name consistent w/ type (#65) (03fc249)

Bug Fixes

  • ignore discontinuity messages for now (#69) (1e94541)

Chores

v0.4.0

27 Jan 21:17
3b183c8
Compare
Choose a tag to compare

0.4.0 (2023-01-27)

Feature

  • get sdk response types up to standards (#63) (3b183c8)
  • adds standard momento client configuration (#58) (b299589)
  • makes incubating package inherit cache functionality (#57) (f8b2270)
  • add credential provider (#55) (9155ba3)
  • break out incubating package and adds basic pubsub support (#42) (063229f)

Bug Fixes

  • proto generate command in readme (#28) (721c064)

Chores

  • add a string token provider for use with canary (#61) (9bd0e6d)
  • add context.Context as a parameter to public APIs (#54) (a0b71ff)
  • dep scan workflow (#35) (20edc27)
  • adds code scanning workflow (#34) (6bc38aa)
  • makes progress standardizing our workflows (#33) (7fb3bbb)
  • updates readme template to latest spec (#32) (f001cea)
  • add README generator (#30) (a0b2c6d)
  • move golang examples from client-sdk-examples repo (#29) (57e3436)

v0.3.0

24 Jun 23:22
cb56f3f
Compare
Choose a tag to compare

0.3.0 (2022-06-24)

Feature

v0.2.2

26 Feb 01:44
9f02dcc
Compare
Choose a tag to compare

0.2.2 (2022-02-26)

Chores

  • Add documentation for momento package (#21) (9f02dcc)
  • Add more detailed tests (#20) (bf00733)
  • Add NewSimpleCacheClient snippet with request timeout (#19) (d007347)

v0.2.1

17 Feb 18:07
d1e430b
Compare
Choose a tag to compare

0.2.1 (2022-02-17)

Bug Fixes

  • update manual release workflow to make sure to wait for release job (#18) (d1e430b)

v0.2.0

17 Feb 17:30
8ecd287
Compare
Choose a tag to compare

0.2.0 (2022-02-17)

Feature

  • usability improvements and testing updates (#15) (8ecd287)
  • adds customer facing MomentoError wrapper (#14) (3b37174)

Chores