Sha256: 85d1bf1e13f8948d341c214a14aa0f59a7f479492604356941d1a9a98faf50e1
Contents?: true
Size: 1006 Bytes
Versions: 1
Compression:
Stored size: 1006 Bytes
Contents
# Changelog ## [0.2.0](https://github.com/momentohq/client-sdk-ruby/compare/momento-v0.1.0...momento/v0.2.0) (2022-12-07) ### Breaking Changes * TTLs are now in seconds. * `response.value` was split into `response.value_bytes` and `response.value_string` * Stringifying a Momento::GetResponse no longer gives you the value. * `response.exception` is now `response.error.cause` ### Features * Momento::Responses now stringfy with useful information. * `response.error` is a real Exception and can be raised * `response.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. ## 0.1.0 (2022-11-21) First release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
momento-0.2.0 | CHANGELOG.md |