This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Releases: AlexPikalov/cdrs
Releases · AlexPikalov/cdrs
v2.0.0-beta.7: Merge pull request #247 from AlexPikalov/bump-version
- #246 fix(Error Frame): Fix UnpreparedError::id type
2.0.0-beta.6
- fix big decimal number problem (rid of unnecessary
E
notation)
2.0.0-beta.5
- Fix decimal encoding / decoding algorithm #237
2.0.0-beta.4
Fixes
v2.0.0-beta.3
Merge pull request #224 from AlexPikalov/chore/bump-beta-version Chore/bump beta version
Test tag
v2.0.0-alpha chore(travis): Add deploy script
1.2.2
- enable session internal mutability
1.2.1
1.2.0
- Fixed reconnection when a node went down and evaluation of peer address returns an error
- Introduced
IntoCDRSBytes
trait and created the auto derive. See example on how to use derive for values needed to be converted into CDRSValue
which could be passed into query builder as a value - Performance of node health check was improved
1.1.0
-
Create
Blob
type. It's a wrapper forVec<u8>
which represents Cassandra blob type. -
Fix full event to simple server event mapping.
-
Derive
Clone
forBytes