Skip to content

Releases: intentee/paddler

v3.0.1

14 Mar 15:09

Choose a tag to compare

  • Fix invalid max tokens count
  • Fix security vulnerabilities flagged by Dependabot
  • Add more unit tests
  • Add integration tests
  • Add code coverage validation in CI

v3.0.1-rc1

14 Mar 14:01

Choose a tag to compare

v3.0.1-rc1 Pre-release
Pre-release
  • Fix invalid max tokens count
  • Add more unit tests
  • Add integration tests
  • Add code coverage validation in CI

v3.0.0

07 Mar 21:24

Choose a tag to compare

ci: build everything, create release from all the artifacts

v3.0.0-rc2

07 Mar 21:08

Choose a tag to compare

v3.0.0-rc2 Pre-release
Pre-release
ci: build everything, create release from all the artifacts

v3.0.0-rc1

07 Mar 20:51

Choose a tag to compare

v3.0.0-rc1 Pre-release
Pre-release
bump paddler to 3.0.0

Paddler API Client

06 Feb 23:03

Choose a tag to compare

Features

  • Add paddler_client - Rust library to connect to Paddler
  • Embedding, and inference performance improvements
  • Update llama.cpp bindings to the latest version

Fixes

  • #140 (Can't load HF-Models with unknown model architecture)
  • #138 (Error when calling generate_embedding_batch with 2 or more objects)

OpenAI compatibility improvements

06 Jan 19:52
2577072

Choose a tag to compare

OpenAI compatibility improvements

06 Jan 19:38
2577072

Choose a tag to compare

Pre-release

v2.1.0

13 Aug 12:56

Choose a tag to compare

License switch

The license was switched from MIT to Apache-2.0, which is more permissive (has explicit patent grants), so it should be easier to adopt in organizations.

Features

  • OpenAI compatibility endpoint:
    • Support for max_completion_tokens parameter in /v1/chat/completions endpoint
    • Support for messages parameter in /v1/chat/completions endpoint
    • Support for stream parameter in /v1/chat/completions endpoint

Documentation: https://paddler.intentee.com/docs/migrating-to-paddler/openai-compatibility/

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Aug 19:45
999543e

Choose a tag to compare

What's Changed

Long story short, we rewrote most of the llama-server, made it scalable, and bundled that with Paddler. This means you do not have to deploy llama-server alongside Paddler anymore (the fewer moving parts, the better). :)

We also have a new, vastly improved admin panel, and a lot of other fixes, improvements, and changes.

Full Changelog: v1.2.1-rc1...v2.0.0