Changelog

Stay up to date with the latest product updates and releases from the Solana Foundation.

ConnectorKit

ConnectorKit v0.1.4 is a major release that introduces a new headless wallet connection library.

  • Created a new headless wallet connection library @solana/connector v0.1.4
New ReleaseFeature

Kora

Kora v2.0.0 is a major release that introduces a new architecture for the Kora node.

  • Introduced a new architecture for the Kora node
  • Published a TypeScript SDK for the Kora node, @solana/kora 0.1.0
  • Migrated to Solana SDK v3.0.x and updated all dependencies
  • Replaced custom Kora Signer with solana-signers crate
  • Removed sign_transaction_if_paid and get_all_signers methods
  • Changed response types: removed signatures from `signAndSendTransaction` and `signTransaction`
  • Enhanced devex, security, and performance
New ReleaseFeatureAudit

Commerce Kit

Commerce Kit v0.1.1 delivers comprehensive package documentation, enhanced testing infrastructure, and a complete refactor from Arc to Commerce branding with improved TypeScript typings and modular CSS architecture.

  • Documentation added for all SDK packages including React, Headless, and Solana Pay
  • Testing infrastructure with full coverage CI and compute unit profiling for transactions
  • Refactored UI system with modular CSS classes and variables for better customization
  • Integrated React hooks and wallet management for seamless merchant experiences
New ReleaseFeatureE-commerceInfrastructureTips

Kora

Kora v1.0.2 introduces enhanced fee estimation, usage limits, and improved integration testing, streamlining API interactions and error handling.

  • Implemented usage limit feature with Redis support to manage API usage effectively
  • Enhanced fee estimation with transfer fee calculation for more accurate financial operations
  • Added integration tests for Token 2022 to ensure robust functionality across new token standards
New ReleaseFeatureBug Fix

Attestations

Attestations v1.0.9 delivers comprehensive documentation improvements, code samples for TypeScript and Rust guides, and enhanced client library functionality with improved PDA derivation and event handling.

  • Added comprehensive code samples for TypeScript and Rust implementation guides
  • Fixed event PDA seed derivation and enhanced client instruction defaults
  • Improved documentation with updated examples reflecting Solana Kit breaking changes
  • Enhanced TypeScript and Rust SDK with better type safety and error handling
New ReleaseFeatureBug FixInfrastructure