|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v1.0.0-beta.6 (2025-03-25) |
| 5 | + |
| 6 | +### Chores |
| 7 | + |
| 8 | +- Bump to prod |
| 9 | + ([`7e70bf1`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/7e70bf148179c4760cf211e800d4736ddfa2e9c4)) |
| 10 | + |
| 11 | +- Utils-v3 migration ([#18](https://github.com/algorandfoundation/algokit-subscriber-py/pull/18), |
| 12 | + [`09a58fd`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/09a58fd4519a82749931c2e055e75a91044b617c)) |
| 13 | + |
| 14 | +## Proposed Changes |
| 15 | + |
| 16 | +- Updating tests to rely on utils-v3 |
| 17 | + |
| 18 | +## TODO |
| 19 | + |
| 20 | +- Update to production release after prod utils v3 is available on pypi - @lempira no major bumps in |
| 21 | + semantic version needed, as it doesn't affect production code, only the testing stack itself. |
| 22 | + However note, that I also removed semantic releases dependency as well as dependency on |
| 23 | + algokit_utils from the prod dependencies list -> i assume they were added there by accident. |
| 24 | + Algokit utils isn't utilized within the src codebase, only the testing stack. |
| 25 | + |
| 26 | +### Documentation |
| 27 | + |
| 28 | +- Ak-194: Updated dev portal links |
| 29 | + ([#22](https://github.com/algorandfoundation/algokit-subscriber-py/pull/22), |
| 30 | + [`9c4ae12`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/9c4ae1228463a65bd0a861c1c0629718facd0f36)) |
| 31 | + |
| 32 | +## Proposed Changes |
| 33 | + |
| 34 | +- - - |
| 35 | + |
| 36 | + |
4 | 37 | ## v1.0.0-beta.5 (2025-02-15)
|
5 | 38 |
|
6 | 39 | ### Chores
|
7 | 40 |
|
| 41 | +- Bump to latest beta |
| 42 | + ([`c405386`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/c405386502b0c963fc6dbe59c57fae26975e5653)) |
| 43 | + |
8 | 44 | - Update python semantic release
|
9 | 45 | ([#20](https://github.com/algorandfoundation/algokit-subscriber-py/pull/20),
|
10 | 46 | [`57039ab`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/57039ab79907f1693a60a9638b3c285cbd59685b))
|
11 | 47 |
|
12 | 48 | Noting that there are CI failures, but they are fixed in #19. I want to merge this first to avoid
|
13 | 49 | noise in the changelog once #19 is merged
|
14 | 50 |
|
| 51 | +- Utils-v3 migration |
| 52 | + ([`a099d68`](https://github.com/algorandfoundation/algokit-subscriber-py/commit/a099d684b902bd37888f95821bdd8d956cdcba81)) |
| 53 | + |
15 | 54 | ### Features
|
16 | 55 |
|
17 | 56 | - Support heartbeat transactions and proposer payouts
|
|
0 commit comments