Skip to content

Latest commit

 

History

History
165 lines (78 loc) · 4.1 KB

File metadata and controls

165 lines (78 loc) · 4.1 KB

2.0.4 - 2026-02-03

Bug Fixes

  • clear JUPITER_API_KEY env var in jupiter oracle test (#329)

  • sign if create ata ix found (cherry-pick from #267) (#327)

Features

  • add Claude skill for automated full release workflow (#330)

Refactoring

  • migrate from jupiter lite API to v3 pro API (#321)

ts-sdk-v0.1.2 - 2026-01-28

Documentation

  • update sdk readme for release (#314)

  • update examples to @solana/kit v5.x and add typechecks (#309)

  • update readme with latest release and absolute logo path (#307)

Features

  • add kit plugin with typed responses (#311)

2.0.3 - 2026-01-21

Hotfix

  • (PRO-747) Improved Durable Nonce handling & security (#303)

2.0.2 - 2026-01-12

Hotfix

  • (PRO-639) Fix big transaction causing error when using v0 transaction (#297)

2.0.1 - 2025-11-24

Bug Fixes

  • Readme in cargo.toml for crates.io

v2.0.0 - 2025-11-24

Documentation

  • redirect docs content to launch.solana.com (#255)

  • (PRO-278) add documentation for usage limits (#218)

  • (PRO-146) add full client flow example & guide (#199)

  • add CLI docs and update existing docs (#195)

  • (PRO-237) release punchlist (#193)

  • (PRO-220) update config docs (redis & spl22) (#181)

  • (PRO-75) add TypeDoc auto-documentation (and PRO-148) (#149)

  • add CONFIGURATION.md (#136)

  • readme refresh (#134)

  • add operator signers doc (PRO-39) (#127)

  • add kora overview & operator docs (#112)

  • Add Quick Start Guide for Local Development Setup (#96)

Features

  • (PRO-262) Implement usage limit feature with Redis support (#215)

  • (PRO-263) Add transfer hook example and related infrastructure (#213)

  • (PRO-268) Enhance fee estimation with transfer fee calculation… (#212)

  • (PRO-261) add signature verification flag to transaction methods (#208)

  • allow any spl paid token flag (#175)

  • Integration testing rehaul (#198)

  • (PRO-246) Enhance TypeScript SDK with auto instruction parsing from b64 messages (#196)

  • unit testing coverage (#190)

  • (PRO-144) Add getPaymentInstruction SDK method (#192)

  • (PRO-231): add get_signer_payer method (#188)

  • (PRO-215) implement multi-signer support with different strategies (#184)

  • (PRO-160) add fee payer balance tracking via metrics (#183)

  • (PRO-162) Implement Redis caching for account data (#180)

  • (PRO-212) token 2022 improvements (#179)

  • Implement payment instruction fee estimation and validation (#178)

  • add initialize-atas command for payment token ATAs & custo… (#173)

  • add metrics collection and monitoring for Kora RPC (PRO-61) (#161)

  • (PRO-149) (PRO-153) Improve process transfer transaction, so that if the ATA doesn't exists, we can process with the Mint for TransferChecked (#157)

  • (PRO-70) implement compute budget handling for transaction fees (calculate priority fee instead of estimating) (#129)

  • (PRO-140) enhance configuration validation with RPC options (#142)

  • (PRO-141) enhance fee payer policy with burn and close account … (#140)

  • add configuration validation enhancements and CLI options (#130)

  • (PRO-69) Implement API Key and HMAC Authentication for Kora RPC (#119)

  • (PRO-50) enhance token price calculations and fee estimation (#126)

  • (PRO-70) implement compute budget handling for transaction fees (calculate priority fee instead of estimating) (#123)

  • add pricing model configuration for transaction validation (PRO-56) (#114)

  • enhance Kora configuration and RPC method handling (PRO-53) (#116)

  • Update dependencies and refactor transaction handling to support Vers… (#108)

  • Added other methods to total outflow calculation (#100)

  • improved fee payer protection (#99)

  • Implement TokenInterface trait and migrate tokenkeg usage (#41)

  • Implement TokenInterface trait and migrate tokenkeg usage

  • add openapi (#22)

Refactoring

  • Enhance margin and token value calculations with overflow p… (#252)

  • (PRO-213) Inner instruction support + refactor to have support of lookup tables and inner instructions across all of Kora (#177)

  • Main PR representing refactoring & code clean up & organiza… (#146)

  • remove net-ts SDK and related scripts (#145)

  • CI workflows and add reusable GitHub Actions