Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Releases: Azure/azure-batch-apps-python

azure-batch-apps-0.5.2

15 Jul 03:30
Compare
Choose a tag to compare
Pre-release
  • Fixed bug in download streaming

azure-batch-apps-0.5.1

09 Jul 01:03
Compare
Choose a tag to compare
Pre-release
  • 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

02 Jul 22:29
Compare
Choose a tag to compare
Pre-release
  • Added file upload and download progress callbacks
  • Lowered minimum pool size creation on job submission to 1 instance

azure-batch-apps-0.4.0

10 May 23:16
Compare
Choose a tag to compare
Pre-release
  • Added optional auth config validation
  • Added JobSubmission.settings attribute

azure-batch-apps-0.3.0

13 Jan 02:00
Compare
Choose a tag to compare
Pre-release

Added support for the new Batch Apps Pool Management API.

azure-batch-apps-0.2.0

09 Dec 02:16
Compare
Choose a tag to compare
Pre-release

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