0.5.1 (2024-06-18)
0.5.0 (2024-06-18)
- add InRegion pre-built config (#180) (6dd2ef4)
- add runtime version header, only send agent headers on first request (#177) (2292a35)
- add support for multiple grpc channels, fix configuration modifiers (#176) (5753247)
- add Gemfile.lock to .gitignore (45e0b6c)
- improve error handling for env var cred provider, other fixes (#173) (c0b691b)
0.4.9 (2024-04-30)
0.4.8 (2024-04-30)
0.4.7 (2024-04-30)
0.4.6 (2024-04-30)
0.4.5 (2024-04-30)
0.4.4 (2024-04-30)
0.4.3 (2024-04-30)
0.4.2 (2024-04-30)
0.4.1 (2024-04-29)
0.4.0 (2024-04-29)
- add a CredentialProvider (#134) (c74f34a)
- add a value alias in sorted_set_fetch (#149) (f310df0)
- add cache config objects as CacheClient argument (f8c1c86)
- add cache config objects as CacheClient argument (#142) (1158039)
- add sorted set put and fetch by score (#147) (a8fd259)
- rename SimpleCacheClient to CacheClient (37e2183)
- rename SimpleCacheClient to CacheClient (#141) (f1e6d86)
- support UTF-8 cache names instead of just ASCII (#148) (5627f52)
- change the ruby versions in the test action to strings (4700338)
- change the ruby versions in the test action to strings (#136) (975be89)
- fill out credential provider method docs (#151) (90a8a39)
0.3.0 (2023-11-09)
- add support for v1 tokens (0a98c34)
0.2.0 (2022-12-07)
- TTLs are now in seconds.
response.value
was split intoresponse.value_bytes
andresponse.value_string
- Stringifying a Momento::GetResponse no longer gives you the value.
response.exception
is nowresponse.error.cause
- Momento::Responses now stringfy with useful information.
response.error
is a real Exception and can be raisedresponse.error
is now a Momento::Error with expanded error information.- nil and non-String keys, values, and cache names are now TypeErrors.
- Non-ASCII cache names are now InvalidArgument responses.
- An invalid TTL will raise ArgumentError.
- All response methods are discoverable in an IDE.
- Improve the README
- Complete YARD class and method documentation
- More examples, and instructions how to run them.
- Document how error handling works.
First release.