Releases: tonkeeper/pytonapi
Releases · tonkeeper/pytonapi
v0.5.0
What's Changed
- Added new methods and create test for them by @domikedos in #44
New Contributors
- @domikedos made their first contribution in #44
Full Changelog: v0.4.9...v0.5.0
v0.4.9
What's Changed
-
Added methods:
/v2/wallet/{account_id}
— retrieving wallet information./v2/accounts/{account_id}/extra-currency/{currency_id}/history
— fetch history for extra currencies./v2/nfts/collections/_bulk
— bulk retrieval of NFT collections./v2/jettons/_bulk
— bulk retrieval of Jetton data./v2/extra-currency/{currency_id}
— get extra currency info by id.
-
Removed methods:
/v2/wallet/backup
— removed.- All
inscriptions
methods — removed as part of API simplification.
-
Refactored code:
- Enhanced schema with additional field annotations and improved models. #43.
- Updated dependencies:
aiohttp
,pydantic
.
Full Changelog: v0.4.8...v0.4.9
v0.4.8
What's Changed
- Schema Update: Added missing fields to
traces
models.
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
- Dependency Update: Changed
aiohttp
requirement to>=3.9.0,<3.12
andpydantic
to>=2.4.1,<2.11
for improved compatibility.
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- Fix for the bug: AsyncTonapiClientBase initialization parameters were not used in all methods by @Stanislav-Povolotsky in #41
- Add sort_order param to blockchain method: get_account_transactions by @VasyaIT in #42
New Contributors
- @Stanislav-Povolotsky made their first contribution in #41
- @VasyaIT made their first contribution in #42
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- Refactored code: Replaced
httpx
withaiohttp
to enhance performance. - Breaking change: Removed support for synchronous methods.
- Removed methods:
JettonsMethod.get_all_holders
AccountsMethod.get_all_nfts
NftMethod.get_all_items_by_collection_address
These methods were removed due to issues arising from inconsistent RPS in looping operations.
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.2
What's Changed
- Added webhook methods to the API (see Webhooks API Documentation).
- Fix
currencies
inv2/accounts/{account_id}/jettons
by @aiexz in #30
New Contributors
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Updated
v2/accounts/{account_id}/jettons
andv2/accounts/{account_id}/jettons/{jetton_id}
: addedcurrencies
andsupported_extensions
parameters. Usesupported_extensions=["custom_payload"]
to display the balance of mintless jettons (e.g., Hamster).