This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Releases: Azure/azure-batch-apps-python
Releases · Azure/azure-batch-apps-python
azure-batch-apps-0.5.2
- Fixed bug in download streaming
azure-batch-apps-0.5.1
- Unattended authentication tokens will now automatically attempt to refresh.
- Exposed the file streaming block size and raised default to 4096 bytes.
azure-batch-apps-0.5.0
- Added file upload and download progress callbacks
- Lowered minimum pool size creation on job submission to 1 instance
azure-batch-apps-0.4.0
- Added optional auth config validation
- Added JobSubmission.settings attribute
azure-batch-apps-0.3.0
Added support for the new Batch Apps Pool Management API.
azure-batch-apps-0.2.0
The configuration format has been modified, while maintaining compatibility with previous versions.
Other updates include:
- Changed file upload format
- Changed Authentication config format
- Changed terminology regarding application -> jobtype
- Changed terminology regarding service principal -> unattended account
- Added FileCollection.index method
- Added better handling for missing auth values in Configuration