This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
Releases: AndrewSisley/CQLDb
Releases · AndrewSisley/CQLDb
cql_storage_type_testing_lib_0.4.1
Downgrade type testing lib constraint from Copy to Clone
cql_storage_type_testing_lib_0.4.0
Refactor of the testing library, expanding available tests, and structuring them for ease of readability.
cql_f64_0.2.0
Initial release for cql_f64
cql_storage_type_testing_lib_0.3.0
Moved integration tests deeper into crate. Added benchmark tests.
cql_storage_type_testing_lib_0.2.0
Initial release of testing library cql_storage_type_testing_lib (now-dependent crates not released here due to lack of production code changes)
cql_i16_0.2.0
Initial release for i16
cql_u64_0.2.3: Update documentation
Update u64 documentation
- Removes references to unchecked methods
- Updates benchmarks after OS update
- Adds crate readme
cql_tiny_text_0.2.1: Update TinyText documentation
Update TinyText documentation
- Removes references to unchecked methods
- Updates benchmarks after OS update
- Adds crate readme
- Fix documentation links
cql_nullable_f64_0.2.2: Update NullableF64 documentation
Update NullableF64 documentation
- Removes references to unchecked methods
- Updates benchmarks after OS update
- Adds crate readme
cql_db_0.2.4
Introduce parameter validation and other safety features
- Introduce non-'unchecked' methods for create_db, link_dimensions, read_value, write_value and read_to_stream
- Updates benchmarks after test machine's OS was updated