23.2.0
π New Features
New Commands & Capabilities
- π‘
stellar tx fetch eventsβ Fetch and inspect events from transactions with ease - π
ledger entry fetchβ Retrieve ledger entries directly from the network - π Improved Help Documentation β CLI options are now organized into logical sections for better discoverability
π οΈ Enhanced Developer Experience
Contract Building & Optimization
- π― Better Contract Optimization β Use
stellar contract build --optimizefor streamlined contract building - π·οΈ CLI Version Injection β Automatically inject CLI version metadata into contracts during build
- βοΈ Instruction Leeway Parameter β New
--instruction-leewayoption added across multiple commands for finer control
Network Configuration
- π Network-Aware TTL Settings β Max TTL extension now respects your network settings
- π RPC Header Documentation β Learn how to pass the
--rpc-headeroption for advanced configurations
Debugging & Diagnostics
- π Transaction Envelope Tracing β Enhanced simulation tracing for better debugging insights
- π₯ Improved
stellar doctorβ Now includes data directory information for better diagnostics β οΈ Better Error Messages β Container error messaging is more helpful and actionable- π¬ Clearer Deprecation Warnings β Users are now better informed about deprecated commands and switches
π Security & Data Integrity
- π‘οΈ Key Management Safety β
stellar keys addno longer overwrites existing keys unless explicitly requested with--overwrite - ποΈ Snapshot Cache Protection β Ensured snapshot bucket cache cannot be corrupted
- π¦ rust 1.91.0 β this version can have issues with wasms and has been blocked from building contracts.
ποΈ Deprecations Notice
Please update your workflows:
stellar contract optimizeβ Usestellar contract build --optimizestellar --listβ Usestellar plugin ls
π¦ Under the Hood
Quality & Stability Improvements
- π Fixed action execution on Windows
- π Updated and corrected documentation links
- π¨ Added emoji support for unknown terminals
- π Plugin list now excludes duplicate entries
- β‘ Made
--costfunctionality fully operational
Documentation Enhancements
- π New
stellar-keys.mdxdocumentation guide - π Cookbook updates for contract uploads and metadata
- π Clarified asset format documentation
- βοΈ Improved error handling documentation for contract invocation arguments
Build & Development
- π Updated RUSTFLAGS warning to suggest CARGO_BUILD_RUSTFLAGS
π Full Changelog
Total Changes: 40+ improvements and additions
View the complete changelog: v23.1.4...v23.2.0