v1.0.0
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::CachingSessionis nowscylla::client::caching_session::CachingSessionscylla::statement::{PagingState, PagingStateResponse};has moved toscylla::response::{PagingState, PagingStateResponse}
For the full list of driver-related breaking changes, see the Scylla Rust Driver v1.0.0 release notes.