Skip to content

Release 0.22.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 20:26
0ad5537

This release includes performance improvements for session cost tracking and usage calculations.

Improvements

Session cost and usage tracking optimization

Optimized the derivation of Cost and LastUsage fields to avoid unnecessary journal-sized copies during session operations. Additionally, bounded the walk operation for LastUsage calculation to improve performance when tracking session metrics.

Commits

  • Merge pull request #121 from jedwards1230/perf/journal-no-copy (0ad5537)

Full Changelog: v0.22.0...v0.22.1