Skip to content

Releases: algorandfoundation/algokit-utils-py

v5.0.0-alpha.20

12 Mar 16:47

Choose a tag to compare

v5.0.0-alpha.20 Pre-release
Pre-release

v5.0.0-alpha.20 (2026-03-12)

This release is published under the MIT License.

Chores


Detailed Changes: v5.0.0-alpha.19...v5.0.0-alpha.20

v5.0.0-alpha.19

12 Mar 15:47

Choose a tag to compare

v5.0.0-alpha.19 Pre-release
Pre-release

v5.0.0-alpha.19 (2026-03-12)

This release is published under the MIT License.

Chores

Continuous Integration

  • Add devportal docs publishing workflow with static example generation (#275, 46475ff)

Detailed Changes: v5.0.0-alpha.18...v5.0.0-alpha.19

v5.0.0-alpha.18

11 Mar 16:10

Choose a tag to compare

v5.0.0-alpha.18 Pre-release
Pre-release

v5.0.0-alpha.18 (2026-03-11)

This release is published under the MIT License.

Bug Fixes

  • Post-rebase cleanup (docstring fixes, type corrections in tests, kmd refactor, version bumps) (56115d0)

Detailed Changes: v5.0.0-alpha.17...v5.0.0-alpha.18

v5.0.0-alpha.16

19 Feb 21:01

Choose a tag to compare

v5.0.0-alpha.16 Pre-release
Pre-release

v5.0.0-alpha.16 (2026-02-19)

This release is published under the MIT License.

Bug Fixes

  • Configures semantic release for alpha branch (#261, 0c396e0)

  • Post-migration docs cleanup and OAS generator naming fix (#270, f796684)

  • Replace PSR Docker action with CLI and standardize CI/CD on shared config (#269, 3ad5f53)

  • Sed -i does not work on linux ci runner (de51076)

  • Use fixed-width lookbehinds in api_build.py for Python 3.12 compat (#270, f796684)

  • Use pip-based build command for semantic-release Docker container (#269, 3ad5f53)

  • docs: Add base path prefix to hero action links in index.mdx (#270, f796684)

  • docs: Apply post-migration cleanup from PR #267 review (#270, f796684)

  • docs: Use relative hero links and enforce trailing slashes (#270, f796684)

  • oas-generator: Fix camelCase-to-snake_case conversion for acronym boundaries (#270, f796684)

Chores

  • Add abi examples and verification (15cd19c)

  • Add algo25 examples and verification (da1da17)

  • Add algod_client examples and verification (a8c9a4d)

  • Add algorand_client examples and verification (128234e)

  • Add common examples and verification (1d5a187)

  • Add docs/markdown/.doctrees/ to gitignore (de51076)

  • Add indexer_client examples and verification (e4c2173)

  • Add kmd_client examples and verification (584818e)

  • Add remark-github-alerts css to starlight docs config (de51076)

  • Add transact examples and verification (ae28f31)

  • Align docs content and structure with algokit-utils-ts docs (de51076)

  • Ensure ruff runs on all python code (#270, f796684)

  • Fix linting errors (cfc1a40)

  • Fix verify-all examples scripts (eca4000)

  • Ignore low-severity pip path traversal (GHSA-6vgw-5pg2-w6jp) in pip-audit (ede30d2)

  • Pr comments (#261, 0c396e0)

  • Remove .doctrees build artifacts from git tracking (de51076)

  • Remove algokit-examples from root project dependencies (91ba829)

  • Remove redundant run-example.sh wrapper script (0de8595)

  • Remove semantic release action with docker (#269, 3ad5f53)

  • Removed preview docs workflow (de51076)

  • Removed unused folder (#264, 290c01a)

  • Replace run.sh with standalone uv project for examples (43573aa)

  • Standardize all CI/CD workflows to use shared setup-algokit-python action (#269, 3ad5f53)

  • Trigger CI rerun (#264, 290c01a)

  • Update build tasks, gitignore, and README for Starlight (de51076)

  • Updated broken links (de51076)

  • ci: Migrate PyPI publishing to OIDC trusted publishing (4297203)

  • ci: Switch to semantic-release GitHub Action for CD workflow (3730267)

  • deps: Add pip constraint to dev dep for audit failure (7b9ee76)

  • deps: Upgrade pip to 26.0 to fix security vulnerability (#264, 290c01a)

  • deps: Upgrade python-semantic-release from v7 to v10 (295c063)

  • docs: Remove stale algosdk module documentation (#264, 290c01a)

  • tests: Updated snapshots (b5931a9)

Continuous Integration

Documentation

  • Add quick-start tutorial and v3 migration guide (de51076)

  • Added v5 migration guide (aee5dea)

  • Align content and s...

Read more

v5.0.0-alpha.15

16 Jan 14:03
2e7c300

Choose a tag to compare

v5.0.0-alpha.15 Pre-release
Pre-release

Feature

  • Further MultisigAccount alignment with ts variant (#258) (2e7c300)

v5.0.0-alpha.14

30 Dec 05:48
0cabc1e

Choose a tag to compare

v5.0.0-alpha.14 Pre-release
Pre-release

Feature

  • Return bytes from gatherSignatures to prevent double encoding and align with algosdk (d24a3f9)

Fix

v5.0.0-alpha.13

30 Dec 00:07
9925ae1

Choose a tag to compare

v5.0.0-alpha.13 Pre-release
Pre-release

Fix

  • Gracefully handle when a signer is no available (b1df394)

v5.0.0-alpha.12

29 Dec 12:09

Choose a tag to compare

v5.0.0-alpha.12 Pre-release
Pre-release

Fix

  • Ensure bare updates work, added test for bare lifecycle methods (35d6aac)

v5.0.0-alpha.11

29 Dec 01:56

Choose a tag to compare

v5.0.0-alpha.11 Pre-release
Pre-release

Fix

  • Provide better typing on SendAppUpdateTransactionResult (2743225)
  • Allow specifying args on bare create calls (1c41087)

v5.0.0-alpha.9

28 Dec 12:00

Choose a tag to compare

v5.0.0-alpha.9 Pre-release
Pre-release

Feature

Fix

  • Correct the kmd oas generation of bytes fields (ddc86e3)