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
+ ==========
3
3
Support for TIMEUUID and COUNTER columns:
4
4
- enlarged ColumnType enum (used by the API to describe non-creatable columns)
5
5
- 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
8
8
added optional `api_support` member to all column descriptor (as the Data API returns it for various columns)
9
9
restore support for Python 3.8, 3.9
10
10
maintenance: 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
11
12
12
13
v 2.0.0-preview
13
14
===============
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires-python = ">=3.8"
3
3
4
4
[tool .poetry ]
5
5
name = " astrapy"
6
- version = " 2.0.0-preview "
6
+ version = " 2.0.0rc1 "
7
7
description = " AstraPy is a Pythonic SDK for DataStax Astra and its Data API"
8
8
authors = [
9
9
" Stefano Lottini <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments