Skip to content

Commit b85bb25

Browse files
authored
[Batch] Update Release Version and Changelog (Azure#15551)
* Update version to 10.0.0 for _version.py * Update CHANGELOG.md to v10.0.0 and add feature descriptions
1 parent 35b9277 commit b85bb25

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sdk/batch/azure-batch/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Release History
22

3-
## 9.0.1 (Unreleased)
3+
## 10.0.0 (2020-09-01)
44

5+
### Features
6+
- **[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.
7+
- **[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.
8+
- Added property `requiredSlots` to the task allowing user to specify how many slots on a node it should take up.
59

610
## 9.0.0 (2020-03-24)
711

sdk/batch/azure-batch/azure/batch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "9.0.1"
12+
VERSION = "10.0.0"
1313

0 commit comments

Comments
 (0)