github looplj/axonhub v0.8.2

latest releases: v0.9.38, v0.9.37, v0.9.36...
3 months ago

BREAKING CHANGES

  1. 删除了 user_roles 和 user_projects 的软删,需要手动将当前已删除的 user_roles 和 user_projects 记录删除
DELETE FROM user_projects WHERE deleted_at <> 0;
DELETE FROM user_roles WHERE deleted_at <> 0;

因为这个功能应该没什么人用,变动也不大,所以不发大版本了。

What's Changed

  • opt: improve OpenAI API schema compatibility by @looplj in #571
  • opt: anthropic parallel tool call request compatibility, close #572 by @looplj in #573
  • Revert "fix: correct Gemini token count conversion to prevent negativ… by @looplj in #575
  • fix: remove soft delete to fix remove user from project not work by @looplj in #579
  • opt: response base url & transaction management by @looplj in #580

Full Changelog: v0.8.1...v0.8.2

Don't miss a new axonhub release

NewReleases is sending notifications on new releases.