Skip to content

Commit

Permalink
Client release v2.0.0rc4 (#11875)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: c559ae1e620678c099173507e9b984d475811abd
  • Loading branch information
stephencpope authored and Descartes Labs Build committed May 17, 2023
1 parent e709e1f commit 8e3d04a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,25 @@ The documentation for the latest release can be found at [https://docs.descartes
Changelog
=========

## [Unreleased]
## [2.0.0rc4]

### Catalog

- The defaulting of the `namespace` value for `Blob`s has changed slightly. If no namespace is specified,
it will default to `<org>:<hash>` with the user's org name and unique user hash. Otherwise, any other value,
as before, will be prefixed with the user's org name if it isn't already so.
- `Blob.get` no longer requires a full id. Alternatively, you can give it a `name` and optionally a `namespace`
and a `storage_type`, and it will retrieve the `Blob`.
- Fixed a bug causing summaries of `Blob` searches to fail.

### Compute

- `Function.map` and `Function.rerun` now save the created `Job`s before returning.
- `Job.get` return values fixed, and removed an extraneous debug print.

### General

- Updated requirements to avoid `urllib3>=2.0.0` which break all kinds of things.

## [2.0.0rc3]

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__ = "2.0.0rc3"
__version__ = "2.0.0rc4"

0 comments on commit 8e3d04a

Please sign in to comment.