Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Releases: AndrewSisley/CQLDb

cql_storage_type_testing_lib_0.4.1

16 Jan 14:05
Compare
Choose a tag to compare

Downgrade type testing lib constraint from Copy to Clone

cql_storage_type_testing_lib_0.4.0

08 Nov 17:37
929dc9d
Compare
Choose a tag to compare

Refactor of the testing library, expanding available tests, and structuring them for ease of readability.

cql_f64_0.2.0

26 Sep 08:48
90a3e21
Compare
Choose a tag to compare

Initial release for cql_f64

cql_storage_type_testing_lib_0.3.0

25 Jul 15:50
3553033
Compare
Choose a tag to compare

Moved integration tests deeper into crate. Added benchmark tests.

cql_storage_type_testing_lib_0.2.0

22 Jul 19:11
e823d4e
Compare
Choose a tag to compare

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

22 Mar 11:20
551309a
Compare
Choose a tag to compare

Initial release for i16

cql_u64_0.2.3: Update documentation

11 Mar 13:06
Compare
Choose a tag to compare

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

11 Mar 13:58
Compare
Choose a tag to compare

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

11 Mar 14:19
Compare
Choose a tag to compare

Update NullableF64 documentation

  • Removes references to unchecked methods
  • Updates benchmarks after OS update
  • Adds crate readme

cql_db_0.2.4

11 Mar 11:31
Compare
Choose a tag to compare

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