Skip to content

Commit

Permalink
Client release v2.1.2 (#12287)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a7b06e1865c9e27b5f62f601efb8dac1b8d2e921
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Oct 31, 2023
1 parent f99aa01 commit 2a2b509
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ The documentation for the latest release can be found at [https://docs.descartes
Changelog
=========

## Unreleased
## [2.1.2] - 2023-10-31

## Compute

- `Function.delete_jobs` was failing to implement the `delete_results` parameter, so job result blobs
were not being deleted. This has been fixed.
- Add `delete_results` parameter to `Function.delete` for consistency.
- `Job.statistics` field added which contains statistics (CPU, memory, and network utilization) for the
job. This can be used to determine the minimal resources necessary for the `Function` after some
representative runs.

## [2.1.1] - 2023-10-16

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.1.1"
__version__ = "2.1.2"

0 comments on commit 2a2b509

Please sign in to comment.