Skip to content

Release v1.4.2

Compare
Choose a tag to compare
@hemidactylus hemidactylus released this 10 Sep 13:56
· 2 commits to master since this release
474fe4f

v. 1.4.2

Method 'update_one' of [Async]Collection: now invokes the corresponding API command.
Better URL-parsing error messages for the API endpoint (with guidance on expected format)
Improved __repr__ for: token/auth-related items, Database/Client classes, response+info objects
DataAPIErrorDescriptor can parse 'extend error' in the responses
Introduced DataAPIHttpException (subclass of both httpx.HTTPStatusError and DataAPIException)
testing on HCD:

  • DockerCompose tweaked to invoke docker compose
  • HCD 1.0.0 and Data API 1.0.15 as test targets

relaxed dependency on "uuid6" to most recent releases
core:

  • prefetched find iterators: fix second-thread hangups in some cases (by @cbornet)
  • added 'options' parameter to [Async]AstraDBCollection.update_one