Skip to content

0.1a1

Compare
Choose a tag to compare
@cretz cretz released this 18 Mar 13:20
· 226 commits to main since this release
641efe8

⚠️ THIS IS AN ALPHA RELEASE AND COMPATIBILITY WILL NOT BE MAINTAINED

Highlights

Initial release!

This release includes:

  • Temporal client capable of doing most Temporal things
  • Activity-only workers for running Python activities from workflows in another SDK language
  • Support for Windows x64, macOS x64, and Linux x64 (glibc >= 2.31)

This release does not include:

  • Workflow worker support
  • Async activity support (in client or worker)
  • Support for Windows arm, macOS arm (i.e. M1), Linux arm, and Linux x64 glibc < 2.31.

See the README or https://github.com/temporalio/samples-python for more

Specific Changes

2022-01-31 - a3d5328 - Rework grpc locations and add some different structure (#3)
2022-02-04 - 7b5a69c - Converters and scaffolding (#4)
2022-02-16 - 2afda4e - Client impl and docs scaffolding (#6)
2022-03-14 - 3e1e408 - Activity support (#7)
2022-03-17 - 641efe8 - Packaging, heartbeat logic, dependency updates, and other errata (#8)