Skip to content

Releases: algorandfoundation/algokit-subscriber-py

v1.0.0-beta.5

15 Feb 14:21
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

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

  • Support heartbeat transactions and proposer payouts (#19, 189e693)

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

01 Feb 17:41
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

v1.0.0-beta.4 (2025-02-01)

Documentation

  • docs: fix README (#17)

  • replace npm command with pip

  • fix doc link in README (048a1e2)

Unknown

  • Merge pull request #16 from algorandfoundation/cicd/fix_composite_action

cicd: remove usage of composite action for cd to prevent failure (af66808)

v1.0.0-beta.3

13 Nov 13:55
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

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

  • fix: note prefix string support (1651a7f)

  • fix: properly handle no filters matched (030d265)

Unknown

  • Merge pull request #15 from algorandfoundation/fix/note_prefix_type

fix: properly support note prefix as bytes or string (db5edda)

  • fix startswith types (8a36f0c)

  • Merge pull request #11 from algorandfoundation/ci/specify_shell

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)

  • rename workflow (dd24b8d)

  • Merge pull request #8 from algorandfoundation/ci/check_version_increment

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

15 Oct 16:42
Compare
Choose a tag to compare

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)

  • rename workflow (dd24b8d)

  • Merge pull request #8 from algorandfoundation/ci/check_version_increment

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

04 Oct 17:54
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

v1.0.0-beta.2 (2024-10-04)

Documentation

Unknown

  • Merge pull request #5 from algorandfoundation/docs/readme

docs: update README (ecdb6b1)

v1.0.0-beta.1

03 Oct 14:17
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

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)