Releases: Codex-Data/sdk
v1.0.2
What's Changed
- chore: bump sdk version by @CaityGossland in #8
New Contributors
- @CaityGossland made their first contribution in #8
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Added
sourcePairAddress
to the payload of theonPriceUpdated
subscription. - Added
mintable
,freezable
, to theEnhancedToken
type. - Added
includeNative
to the balances input, which includes native balances (SOL, ETH, etc) in the response as well as token balances. - Added
creatorAddress
as an input filter forfilterTokens
so you can now find out the tokens that a an address has made.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Added full auto-generated query, mutation, and subscription implementations for you to use right away, no GraphQL required!
Check out the examples for how to use them, including a newly-renovated NextJS 15 App router example using server actions.
https://github.com/Codex-Data/sdk/tree/main/examples/next
You can see the example project here: https://sdk-teal.vercel.app/ (hosted on vercel)
We also packed in an update to keep your sockets alive with a 10 second ping built into every subscription.
Full Changelog: v0.6.3...v1.0.0
v1.0.0-rc3
fix: add ability to override the auto generated stuff
v0.6.3
v1.0.0-rc2
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
v1.0.0-rc1
Full Changelog: v0.6.2...v1.0.0-rc1
v0.6.2
What's Changed
- fix params not being passed to pair events query by @MagicalTurtle in #5
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Token events inputs + Bars Subscription outputs + Code gen by @MagicalTurtle in #3
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Remove deprecated webhook types, add statsType to filterPairs and filterTokens by @isEvrythngTkn in #2
New Contributors
- @isEvrythngTkn made their first contribution in #2
Full Changelog: v0.5.8...v0.6.0