Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

64 lines (33 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

  • Type annotations in jobs_runs_submit_and_wait_for_completion and allowing run_name=None in jobs_runs_wait_for_completion flows - #32.

Security

0.1.3

Released on September 23rd, 2022.

Fixed

  • All models from the schema are now regenerated - #29.

0.1.2

Released on September 21st, 2022.

Added

  • Logging of job runs tasks status within jobs_runs_submit_and_wait_for_completion - #16.
  • jobs_runs_wait_for_completion flow - #22.

Changed

  • Migrate lines from jobs_runs_submit_and_wait_for_completion into jobs_runs_wait_for_completion flow - #22.

Fixed

  • Executing Python scripts through jobs_runs_submit_and_wait_for_completion - #16.

0.1.1

Released on August 19th, 2022.

Added

  • jobs_runs_submit_and_wait_for_completion flow - #14

0.1.0

Released on August 15th, 2022.

Added

  • execute_endpoint and jobs* tasks - #6