Releases: quicknode/sdk
Releases · quicknode/sdk
Release list
v0.8.1
What's Changed
- feat(rpc): support Solana x402 drawdown by @johnpmitsch in #56
- chore: release v0.8.1 by @johnpmitsch in #57
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- fix(ci): pin npm and make provenance explicit in npm publish by @johnpmitsch in #53
- feat(rpc): x402/MPP crypto-micropayment lane for rpc.call by @johnpmitsch in #54
- chore: release v0.8.0 by @johnpmitsch in #55
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Add RPC support with account-key isolation and custom endpoint URLs by @johnpmitsch in #51
- chore: release v0.7.0 by @johnpmitsch in #52
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat(admin): add account_info endpoint (DX-6093) by @johnpmitsch in #48
- feat(admin): add get_api_credits endpoint (DX-6100) by @johnpmitsch in #49
- chore: release v0.6.0 by @johnpmitsch in #50
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat(sql): add SQL client to SDK by @johnpmitsch in #46
- chore: release v0.5.0 by @johnpmitsch in #47
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- fix(admin)!: require all create-security body params by @johnpmitsch in #44
- chore: release v0.4.0 by @johnpmitsch in #45
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- license_rename by @johnpmitsch in #41
- fix(admin)!: make kid required for create_jwt by @johnpmitsch in #42
- chore: release v0.3.0 by @johnpmitsch in #43
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- fix(node): preserve camelCase keys for webhook template args by @johnpmitsch in #37
- fix(webhooks)!: mark compression and event_hashes required by @johnpmitsch in #39
- chore: release v0.2.1 by @johnpmitsch in #40
Python positional callers of WebhookDestinationAttributes(...) need to update, arg order changed to put required compression before optional security_token.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add npm promote by @johnpmitsch in #34
- refactor(python)!: rename import package sdk -> quicknode_sdk by @johnpmitsch in #35
- chore: release v0.2.0 by @johnpmitsch in #36
Breaking Changes:
- Python SDK now uses
quicknode_sdkinstead ofsdkfor package name
Full Changelog: v0.1.1...v0.2.0