File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- main
2- ====
1+ v 2.0.0rc1
2+ ==========
33Support for TIMEUUID and COUNTER columns:
44 - enlarged ColumnType enum (used by the API to describe non-creatable columns)
55 - readable through find/find_one operations (now returned by the API when reading)
@@ -8,6 +8,7 @@ added 'filter' to the `TableAPISupportDescriptor` structure (now returned by the
88added optional `api_support` member to all column descriptor (as the Data API returns it for various columns)
99restore support for Python 3.8, 3.9
1010maintenance: full restructuring of tests and CI (tables+collections on same footing+other)
11+ maintenance: adopt `blockbuster` in async tests to detect (and bust) any blocking call
1112
1213v 2.0.0-preview
1314===============
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires-python = ">=3.8"
33
44[tool .poetry ]
55name = " astrapy"
6- version = " 2.0.0-preview "
6+ version = " 2.0.0rc1 "
77description = " AstraPy is a Pythonic SDK for DataStax Astra and its Data API"
88authors = [
99 " Stefano Lottini <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments