Skip to content

LLMeter v0.1.10

Choose a tag to compare

@acere acere released this 22 Apr 00:56
7a9d165

⚠️ While we believe v0.1.10 is generally backward-compatible, it includes significant new features and updates! In particular, users should note that:

  1. We no longer include "idle time" while clients are finished and just waiting for responses, in our calculation of requests-per-minute.
  2. The recommended pattern for implementing custom Endpoints is updated! Check out our documentation and built-in endpoints for guidance.

New Features

  • Multi-modal payload support, binary-safe serialization, and cross-platform file operations by @acere in #40
  • Time-bound Runs, live stats display, and updated RPM measurement by @acere in #58
  • Add OpenAI Responses API endpoint by @acere in #43
  • Add Anthropic Messages API endpoint by @acere in #63, #65, and #66

Other Changes

  • Prevent uv version from triggering full dependency sync in publish workflow by @acere in #51
  • Improve API reference generation and table styling by @acere in #52
  • Prevent duplicate pages artifact on workflow re-run by @acere in #64

Full Changelog: v0.1.9...v0.1.10