Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

68 lines (42 loc) · 1.49 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] - YYYY-MM-DD

Added

Changed

Deprecated

Removed

Fixed

Security

[1.5.1] - 2024-11-07

Added

  • Added static type checking using mypy. (#12)

Fixed

  • Fixed documentation to actually show example code. (#12)

[1.5.0] - 2024-10-30

Added

  • Python 3.13 is officially supported and tested on CI. (#11)

Changed

  • Migrated the docs to the Read The Docs site. (#11)

[1.4.0] - 2023-11-30

Added

  • Python 3.12 is officially supported and tested on CI.
  • Added a technical notes page to the Sphinx documentation.

[1.3.0] - 2023-06-20

Added

  • AsyncGraph.add_node has the new keyword argument check_async_gen to optionally disable the async generator function check for advanced usage.

[1.2.0] - 2023-04-25

Added

  • An AsyncExecutor instance now has the start_nodes property. It maps start nodes to their arguments passed in at the beginning of graph execution.

Fixed

  • Before a graph executes, the exceptions property of an AsyncExecutor instance now returns None. Previously, accessing this property before graph execute would raise an exception.

[1.1.0] - 2023-03-02

Added

  • Keep track of and expose exceptions. (#6)

[1.0.0] - 2023-01-05

First release!