From 5526804ad9232a125362c02a617d80d0045160cc Mon Sep 17 00:00:00 2001 From: "Stephen C. Pope" Date: Wed, 20 Mar 2024 12:46:30 -0700 Subject: [PATCH] Client Release v3.0.4 (#12500) GitOrigin-RevId: 71409b5fae9ec399d58cfdba364ab75565d78bff --- README.md | 20 ++++++++++++++++++++ descarteslabs/core/client/version.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d758ee8b..1e7ca60f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,26 @@ The documentation for the latest release can be found at [https://docs.descartes Changelog ========= + +## [3.0.4] - 2024-03-20 + +A very minor release with some obscure bug fixes. + +### General + +- The `descarteslabs` client CLI has had an overhaul. Gone is the obsolete support for the Raster client, and added is support for querying Catalog Products, Bands, and Blobs and managing sharing for the same. +- Minor fixes to the authorization flow on login. + +### Catalog + +- Add testing of Blobs. + +### Compute + +- Corrected regular expressions used to parse the `memory` argument to the `Function` constructor. +- Improved documentation of the the `cpus` and `memory` arguments to the `Function` constructor. + + ## [3.0.3] - 2024-02-13 ### General diff --git a/descarteslabs/core/client/version.py b/descarteslabs/core/client/version.py index 8fcd33d5..b4e95e79 100644 --- a/descarteslabs/core/client/version.py +++ b/descarteslabs/core/client/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.0.3" +__version__ = "3.0.4"