Releases: momentohq/client-sdk-go
Releases · momentohq/client-sdk-go
v0.7.2
0.7.2 (2023-02-14)
Bug Fixes
- No need for a token when checking out. (#108) (514ec89)
v0.7.1
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
0.7.0 (2023-02-10)
Feature
Chores
v0.6.0
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
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
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
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
0.3.0 (2022-06-24)
Feature
v0.2.2
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
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
0.2.0 (2022-02-17)
Feature
- usability improvements and testing updates (#15) (8ecd287)
- adds customer facing MomentoError wrapper (#14) (3b37174)
Chores