Breaking Changes
- `CloudClient.set_cloud` *requires* a `str` type for the `value` parameter.
- `BaseCodec.encode` will raise a `ValueError` exception instead of a `EncodeError` if it gets a non-string value
Features
- Nothing new :)
Fixes
- Docs fixes for BaseCodec
- `CloudClient.set_cloud` will no longer cast all values to string before encoding