Skip to content

Commit

Permalink
Client: release version v2.0.0rc5 (#11909)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 442649d71bc9fa2415dc6d923357698fe47f3090
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Jun 1, 2023
1 parent a5b8217 commit 0781f12
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,20 @@ The documentation for the latest release can be found at [https://docs.descartes
Changelog
=========

## [2.0.0rc4]
## [2.0.0rc5] - 2023-06-01

### Catalog

- Loosen up the restrictions on the allowed alphabet for Blob names. Now almost any printable
character is accepted save for newlines and commas.
- Added new storage types for Blobs: `StorageType.COMPUTE` (for Compute job results) and
`StorageType.DYNCOMP` (for saved `dynamic-compute` operations).

### Compute

- Added testing of the client.

## [2.0.0rc4] - 2023-05-17

### Catalog

Expand All @@ -38,7 +51,7 @@ Changelog

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

## [2.0.0rc3]
## [2.0.0rc3] - 2023-05-03

### Geo

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.0rc4"
__version__ = "2.0.0rc5"

0 comments on commit 0781f12

Please sign in to comment.