Skip to content

Releases: algorandfoundation/algokit-utils-py

v0.1.1-beta.1

22 Mar 12:16
Compare
Choose a tag to compare
v0.1.1-beta.1 Pre-release
Pre-release

Fix

  • Don't mutate provided args when calling (c152ed9)

v0.1.0

22 Mar 11:47
Compare
Choose a tag to compare

Feature

  • Allow bytes for template_values (399bd91)
  • Make DeleteApp when deploying one transaction across create and delete (61f5596)
  • Add more details to deploy_app response (01aa8a6)
  • Return ApplicationClient when deploying app (dfea9e0)
  • Enum for on_update and on_schema_break behaviour (3afe65d)
  • Add template variables support (870ee25)
  • Add idempotent deploy (685a40f)

Fix

  • Add more typings (e8b7371)
  • Always find a clear state bare method (8a159b8)
  • Pass through additional call parameters (3d6ead9)
  • Allow notes with type str (8a8665d)
  • Allow any type for arguments (1da1b39)
  • Fix incorrectly passing schema on bare calls (b41f228)
  • ApplicationClient respects None values for allow_update or allow_delete if no deploy-time control being used (397981c)
  • Define more imports (c78ba20)
  • Define top level imports (6c9be52)
  • Typing fixes (8f9364a)
  • Review feedback (9cceba9)
  • Move wait for indexer function to tests (f821df8)
  • Parse url and replace kmd port more robustly (5cba109)
  • Reduce pyteal dependency, remove global ignores (e574133)
  • Apply changes from review (fe52213)
  • Rename DeleteApp to ReplaceApp (908a8a6)
  • Fix ApplicationClient.prepare (d1095da)
  • Make app_id and app_address on ApplicationClient readonly (6862174)
  • Re-add ALGOD_PORT and INDEXER_PORT support (82d0218)
  • Ignore apps with no note prefix (c82dc60)

v0.1.0-beta.1

22 Mar 11:39
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

Feature

  • Allow bytes for template_values (399bd91)
  • Make DeleteApp when deploying one transaction across create and delete (61f5596)
  • Add more details to deploy_app response (01aa8a6)
  • Return ApplicationClient when deploying app (dfea9e0)
  • Enum for on_update and on_schema_break behaviour (3afe65d)
  • Add template variables support (870ee25)
  • Add idempotent deploy (685a40f)

Fix

  • Add more typings (e8b7371)
  • Always find a clear state bare method (8a159b8)
  • Pass through additional call parameters (3d6ead9)
  • Allow notes with type str (8a8665d)
  • Allow any type for arguments (1da1b39)
  • Fix incorrectly passing schema on bare calls (b41f228)
  • ApplicationClient respects None values for allow_update or allow_delete if no deploy-time control being used (397981c)
  • Define more imports (c78ba20)
  • Define top level imports (6c9be52)
  • Typing fixes (8f9364a)
  • Review feedback (9cceba9)
  • Move wait for indexer function to tests (f821df8)
  • Parse url and replace kmd port more robustly (5cba109)
  • Reduce pyteal dependency, remove global ignores (e574133)
  • Apply changes from review (fe52213)
  • Rename DeleteApp to ReplaceApp (908a8a6)
  • Fix ApplicationClient.prepare (d1095da)
  • Make app_id and app_address on ApplicationClient readonly (6862174)
  • Re-add ALGOD_PORT and INDEXER_PORT support (82d0218)
  • Ignore apps with no note prefix (c82dc60)