Skip to content

Releases: Codex-Data/sdk

v1.0.2

02 Jan 22:28
1f122d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Dec 06:07
2d7ae5e
Compare
Choose a tag to compare
  • Added sourcePairAddress to the payload of the onPriceUpdated subscription.
  • Added mintable, freezable, to the EnhancedToken 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 for filterTokens 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

03 Dec 18:29
76ca92a
Compare
Choose a tag to compare

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

20 Nov 23:55
f39d064
Compare
Choose a tag to compare
fix: add ability to override the auto generated stuff

v0.6.3

16 Nov 06:15
8fbcb58
Compare
Choose a tag to compare

What's Changed

  • Add keepAlive to the websocket client options by @bradens in #6

Full Changelog: v0.6.2...v0.6.3

v1.0.0-rc2

30 Oct 18:32
1cc27d4
Compare
Choose a tag to compare

v1.0.0-rc1

16 Oct 03:52
9fd0417
Compare
Choose a tag to compare

v0.6.2

24 Sep 21:53
0b7d73e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

17 Sep 17:28
82bac44
Compare
Choose a tag to compare

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

05 Sep 19:13
427f6a1
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated webhook types, add statsType to filterPairs and filterTokens by @isEvrythngTkn in #2

New Contributors

Full Changelog: v0.5.8...v0.6.0