Skip to content

Commit

Permalink
[Batch] Update Release Version and Changelog (Azure#15551)
Browse files Browse the repository at this point in the history
* Update version to 10.0.0 for _version.py

* Update CHANGELOG.md to v10.0.0 and add feature descriptions
  • Loading branch information
cRui861 committed Nov 25, 2020
1 parent 35b9277 commit b85bb25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion sdk/batch/azure-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Release History

## 9.0.1 (Unreleased)
## 10.0.0 (2020-09-01)

### Features
- **[Breaking]** Replaced property `maxTasksPerNode` with `taskSlotsPerNode` on the pool. Using this property tasks in a job can consume a dynamic amount of slots allowing for more fine-grained control over resource consumption.
- **[Breaking]** Changed the response type of `GetTaskCounts` to return `TaskCountsResult`, which is a complex object containing the previous `TaskCounts` object and a new `TaskSlotCounts` object providing similar information in the context of slots being used.
- Added property `requiredSlots` to the task allowing user to specify how many slots on a node it should take up.

## 9.0.0 (2020-03-24)

Expand Down
2 changes: 1 addition & 1 deletion sdk/batch/azure-batch/azure/batch/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "9.0.1"
VERSION = "10.0.0"

0 comments on commit b85bb25

Please sign in to comment.