Skip to content

Releases: algorandfoundation/algokit-client-generator-py

v2.0.1-beta.2

20 Feb 14:47
b756013
Compare
Choose a tag to compare
v2.0.1-beta.2 Pre-release
Pre-release
v2.0.1-beta.2

v2.0.1-beta.1

19 Feb 11:38
a93c987
Compare
Choose a tag to compare
v2.0.1-beta.1 Pre-release
Pre-release
v2.0.1-beta.1

v2.0.0

18 Feb 14:42
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

While we aim to minimize breaking changes through deprecation notices, some changes were necessary to improve the architecture and usability of the library.

NOTE: We highly recommend reviewing the migration guide for detailed migration paths, as well as the updated usage documentation.

Feature

  • V2 - leveraging new AlgoKit interfaces and support for algokit-utils-py v3 (#33) (de55aae)

Fix

  • Update to latest utils to fix state key name normalization issues similarly to utils-ts (#43) (f7f9078)
  • Correcting the ignore declaration for a more appropriate mypy global ignore (#41) (83a3836)
  • Disable mypy for end user; keep selective ignores for local examples (#40) (7755be2)
  • Minor patches in dataclass inheritance; fixes for mypy errors; addressing internal feedback (#37) (82a1a1c)
  • Ensure nested dataclasses in state accessors are loaded properly (#36) (58f13aa)
  • Extra section in migration for state access; adding @Property decorator for direct state access (#35) (e8b49e5)

Breaking

  • Generator overhaul with ARC-56 support and TypeScript alignment (de55aae)

Documentation

  • Patch typo; ignore cd on changes in docs folder only (#42) (0034c28)

v2.0.0-beta.10

18 Feb 14:35
617dd95
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release
v2.0.0-beta.10

v2.0.0-beta.9

14 Feb 18:01
f7f9078
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

Fix

  • Update to latest utils to fix state key name normalization issues similarly to utils-ts (#43) (f7f9078)

v2.0.0-beta.8

13 Feb 15:23
0034c28
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

Documentation

  • Patch typo; ignore cd on changes in docs folder only (#42) (0034c28)

v2.0.0-beta.7

11 Feb 10:44
83a3836
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

Fix

  • Correcting the ignore declaration for a more appropriate mypy global ignore (#41) (83a3836)

v2.0.0-beta.6

11 Feb 08:16
7755be2
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

Fix

  • Disable mypy for end user; keep selective ignores for local examples (#40) (7755be2)

v2.0.0-beta.5

10 Feb 09:27
9d0d45b
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release
v2.0.0-beta.5

v2.0.0-beta.4

05 Feb 20:39
82a1a1c
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

Fix

  • Minor patches in dataclass inheritance; fixes for mypy errors; addressing internal feedback (#37) (82a1a1c)