Skip to content

Commit

Permalink
Client Release v3.0.4 (#12500)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 71409b5fae9ec399d58cfdba364ab75565d78bff
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Mar 20, 2024
1 parent 27b28e5 commit 5526804
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/core/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5526804

Please sign in to comment.