Skip to content

v1.0.0

Choose a tag to compare

@GoranBrkuljan GoranBrkuljan released this 28 Mar 10:09
· 20 commits to main since this release
77a0027

What's Changed

  • update: scylla driver to 1.0.0 #81

Just as Scylla's driver, Charybdis ORM is now considered as API-stable.

Breaking changes:

The ORM itself does not introduce any breaking API changes. However, most changes stem from the driver’s reorganized dependencies. For example:

  • scylla::CachingSession is now scylla::client::caching_session::CachingSession
  • scylla::statement::{PagingState, PagingStateResponse}; has moved to scylla::response::{PagingState, PagingStateResponse}

For the full list of driver-related breaking changes, see the Scylla Rust Driver v1.0.0 release notes.