Skip to content

Version 0.1.5

Choose a tag to compare

@github-actions github-actions released this 28 Mar 03:15
637f8f9

Features

  • Log Management: Batch log cleaning with optimized performance (#90, #89, #76)
  • Database Optimization: Asynchronous log index creation & vacuum logs (#85, #84)
  • Dashboard Enhancements: Timestamp query support & token usage statistics (#83, #82, #69)
  • Security: IP group detection and blocking (#79)
  • Model Configurations: Group model configuration support (#70)
  • API Improvements:
    • VertexAI Claude cache usage tracking (#68)
    • Claude extended tool type support (#63)
    • Basic AIProxy HTTP handler (#64)
    • Channel parameter support (#77)
  • Monitoring:
    • TTFB (Time to First Byte) recording (#73)
    • RPM/TPM metric optimizations (#81)

Fixes

  • Data Cleanup:
    • Concurrent cleanup fix (#93)
    • SQL query optimizations (#92, #86)
    • Decimal summation for used amounts (#88)
  • API Handling:
    • VertexAI Claude stream mode input usage (#65)
    • Gemini image detection (#52)
    • Azure API version defaults (#42)
  • Logging:
    • RequestID exclusion from log indexes (#91)
    • Time truncation adjustments (#87)
  • Billing:
    • PDF price parsing (#37)
    • Token expression fixes (#27)

Performance

  • Log index optimizations (#91, #74)
  • Database query optimizations (#71)
  • Cleanup process performance improvements (#89, #86)

Chores

  • Documentation:
    • Updated usage documentation (#80)
    • Swagger API docs implementation (#50, #75)
    • Listen address customization (#48)
  • Dependencies:
    • JWT library bump to v5.2.2 (#66)
    • AWS credentials dependency update (#72)
  • Code Quality:
    • Removed unused packages (#36)
    • SQL query optimizations (#71)
    • Error handling improvements (#23, #28)

Infrastructure

  • Memory limits and header constraints (#43)
  • Token billing cache support (#33)
  • Embed tokenization optimization (#34)