Releases: algorandfoundation/algokit-subscriber-py
v1.0.0-beta.5
v1.0.0-beta.5 (2025-02-15)
Chores
Noting that there are CI failures, but they are fixed in #19. I want to merge this first to avoid noise in the changelog once #19 is merged
Features
Proposed Changes
- Adds support for heartbeat transactions
- Adds test for proposer payouts
- Adds synthetic transaction for proposer payout when using algod
Detailed Changes: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
v1.0.0-beta.4 (2025-02-01)
Documentation
Unknown
- Merge pull request #16 from algorandfoundation/cicd/fix_composite_action
cicd: remove usage of composite action for cd to prevent failure (af66808
)
-
fix indentation (
2f6a444
) -
cicd: remove usage of composite action for cd to prevent failure
See actions/runner#2473 (ab3a1b2
)
v1.0.0-beta.3
v1.0.0-beta.3 (2024-11-13)
Ci
-
ci: add missing shell key (
1b0bff7
) -
ci: ensure rc is set to 0 by default (
961c25a
) -
ci: remove pipefail from check_version (
6af76bc
) -
ci: add shell to composite action, github_token input (
c9dbbd8
) -
ci: check version increment before release (
9bfc365
) -
ci: skip ci for changelog commit (
78dd62a
)
Fix
Unknown
- Merge pull request #15 from algorandfoundation/fix/note_prefix_type
fix: properly support note prefix as bytes or string (db5edda
)
ci: add missing shell key (7b005b7
)
- Merge pull request #10 from algorandfoundation/ci/fix_check_version
ci: ensure rc is set to 0 by default (a3afd2c
)
- Merge pull request #9 from algorandfoundation/ci/rm_pipefail_check_version
ci: remove pipefail from check_version (53c3cc3
)
ci: check version increment before release (17caf58
)
- Merge pull request #7 from algorandfoundation/ci/changelog_skip_ci
ci: skip ci for changelog commit (91507eb
)
v1.0.0
v1.0.0 (2024-10-15)
Ci
-
ci: add missing shell key (
1b0bff7
) -
ci: ensure rc is set to 0 by default (
961c25a
) -
ci: remove pipefail from check_version (
6af76bc
) -
ci: add shell to composite action, github_token input (
c9dbbd8
) -
ci: check version increment before release (
9bfc365
) -
ci: skip ci for changelog commit (
78dd62a
)
Unknown
- Merge pull request #12 from algorandfoundation/main
1.0 release (fixed CD) (22e5193
)
- Merge pull request #11 from algorandfoundation/ci/specify_shell
ci: add missing shell key (7b005b7
)
- Merge pull request #6 from algorandfoundation/main
1.0 release (7e82b58
)
- Merge pull request #10 from algorandfoundation/ci/fix_check_version
ci: ensure rc is set to 0 by default (a3afd2c
)
- Merge pull request #9 from algorandfoundation/ci/rm_pipefail_check_version
ci: remove pipefail from check_version (53c3cc3
)
ci: check version increment before release (17caf58
)
- Merge pull request #7 from algorandfoundation/ci/changelog_skip_ci
ci: skip ci for changelog commit (91507eb
)
v1.0.0-beta.2
v1.0.0-beta.1
v1.0.0-beta.1 (2024-10-03)
Documentation
-
docs: aligning logo header assets in readme (
1d5fd35
) -
docs: setting up sphinx, autodoc2, doctests (
45ca22c
)
Unknown
- Merge pull request #4 from algorandfoundation/first_pr
First PR into main (3541db6
)
-
algokit_subscriber_py -> algokit_subscriber (
5bf87fe
) -
rename directory (
1934627
) -
algokit-subscriber-py -> algokit-subscriber (
3cb576b
) -
tool.semantic_release.allow_zero_version = false (
044faea
) -
cd on push (
8f96d58
) -
update cd to align with compass (
8b2d9b8
) -
add semantic release (
83611d2
) -
modify all and update docs (
a121dea
) -
Merge pull request #2 from algorandfoundation/docs
docs: sphinx, autodoc2, doctests setup (eaaad5f
)
-
add pytest-cov (
f75ad38
) -
install algokit in workflows (
931a655
) -
comment docs workflow (for now) (
1ed45c4
) -
mypy examples/ (
a31a80a
) -
remove commented out typescript (
c19d1e3
) -
run black (
51da047
) -
add black as dev dep (
ff1bf2d
) -
add pre-commit to dev deps (
75e6675
) -
remove groups from poetry (
d5b4fbd
) -
sync_behaviour docstring (
55c5dd3
) -
reST docstrings (
1652fd4
) -
add workflows (except docs) (
46e37f4
) -
mypy (
de26a0e
) -
ruff and black (
c3e1567
) -
preserve order of filters (
5a87ecc
) -
add additional comments to examples (
46b994d
) -
add markdown docs + some docstrings (
c6f7b9f
) -
logging.basicConfig(level=logging.INFO) (
65456c9
) -
test_on_error (
3bbcd40
) -
remove print (
e2f8cd7
) -
stprf and keyreg snapshot tests (
bb11cf9
) -
remove TODO (
3a6d01f
) -
complex txns snapshots (
75ea933
) -
subscribe_indexer in test_events (
18ba66a
) -
remove old TODO (
c7df3d6
) -
balance changes fixes and tests (
fcc3631
) -
remove debugging prints (
5f50f44
) -
fix indexer balance change consolidation (
02d8852
) -
fix indexer filters and log encoding/matching (
c9655cf
) -
wait for indexer to catchup (
41ecec3
) -
more progress (
f97c93a
) -
initial commit (
15f632a
) -
add README (
cc81b4c
)