From e8c6569a58a5070b6e9ba2df241fddb913d7fde6 Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Tue, 10 Sep 2024 11:29:38 +0200 Subject: [PATCH 1/2] bump to 1.4.2 --- CHANGES | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 78ea92f1..7103ca66 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -master -====== +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 diff --git a/pyproject.toml b/pyproject.toml index 73199b2f..f1fcb9c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "astrapy" -version = "1.4.1" +version = "1.4.2" description = "AstraPy is a Pythonic SDK for DataStax Astra and its Data API" authors = [ "Stefano Lottini ", From 555598d888d281a2755c08ff66b4394d0f68dc0f Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Tue, 10 Sep 2024 11:30:40 +0200 Subject: [PATCH 2/2] changes file formatting --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 7103ca66..a3ce74ef 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,7 @@ core: - prefetched find iterators: fix second-thread hangups in some cases (by @cbornet) - added 'options' parameter to [Async]AstraDBCollection.update_one + v. 1.4.1 ======== FindEmbeddingProvidersResult and descendant dataclasses: