PackageTrack
Sign in Get early access

github.com/QuantumNous/new-api

v0.13.2 QuantumNous/new-api

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships on a steady schedule

a new release about every 8 days

No release notes found

nothing matched a version

Nothing withdrawn

no release was ever pulled

10 months old

285 releases · first in 2025

285 releases in the last 12 months

see the full history below

Release timeline

285 releases · Oct 2025 to Aug 2026
2026
Release Pre-release

Releases

latest 60 of 285
  1. v1.0.0-rc.19-i18nfix.2.0.20260821154748-2d8e50bf36e9 21 Aug 2026 pre-release

    Nothing published for this version

  2. v1.0.0-rc.19-i18nfix.2.0.20260815061810-e2c7aa7b102c 15 Aug 2026 pre-release

    Nothing published for this version

  3. v1.0.0-rc.19-i18nfix.2.0.20260814093457-47ba9d2c63d6 14 Aug 2026 pre-release

    Nothing published for this version

  4. v1.0.0-rc.19-i18nfix.2.0.20260813140640-58d4e9bd3bb0 13 Aug 2026 pre-release

    Nothing published for this version

  5. v1.0.0-rc.19-i18nfix.2.0.20260811140347-ccd535ef8e50 11 Aug 2026 pre-release

    Nothing published for this version

  6. v1.0.0-rc.19-i18nfix.2.0.20260810051259-9c97e78aced5 10 Aug 2026 pre-release

    Nothing published for this version

  7. v1.0.0-rc.19-i18nfix.2.0.20260808063129-823e26304a39 08 Aug 2026 pre-release

    Nothing published for this version

  8. v1.0.0-rc.19-i18nfix.2.0.20260729094514-66ee6b8f9889 29 Jul 2026 pre-release

    Nothing published for this version

  9. v1.0.0-rc.19-i18nfix.2.0.20260727084823-8aa5e754a86b 27 Jul 2026 pre-release

    Nothing published for this version

  10. v1.0.0-rc.19-i18nfix.2.0.20260727080025-60a1acb703a6 27 Jul 2026 pre-release

    Nothing published for this version

  11. v1.0.0-rc.19-i18nfix.2.0.20260724061032-84a79b6807ac 24 Jul 2026 pre-release

    Nothing published for this version

  12. v1.0.0-rc.19-i18nfix.2.0.20260721043929-1721144221ec 21 Jul 2026 pre-release

    Nothing published for this version

  13. v1.0.0-rc.19-i18nfix.2.0.20260720140313-e0d515611588 20 Jul 2026 pre-release

    Nothing published for this version

  14. v1.0.0-rc.19-i18nfix.2.0.20260718074448-5a6c53d4966b 18 Jul 2026 pre-release

    Nothing published for this version

  15. v1.0.0-rc.19-i18nfix.2.0.20260718053953-a6cf42c0f160 18 Jul 2026 pre-release

    Nothing published for this version

  16. v1.0.0-rc.19-i18nfix.2.0.20260714123248-a63364d156cf 14 Jul 2026 pre-release

    Nothing published for this version

  17. v1.0.0-rc.19-i18nfix.2.0.20260711162417-7c28993f6bd9 11 Jul 2026 pre-release

    Nothing published for this version

  18. v1.0.0-rc.19-i18nfix.2 07 Jul 2026 pre-release

    Nothing published for this version

  19. v1.0.0-rc.19-i18nfix.1 07 Jul 2026 pre-release

    Nothing published for this version

  20. v1.0.0-rc.25 18 Aug 2026 pre-release
    Release notes

    Highlights

    Channel testing and gateway administration gain safer workflows, user/group-aware overrides, and request-field passthrough controls. This release also improves provider compatibility, Responses API accounting, and recharge/quota reliability.

    New Features

    • Channel testing has been expanded with safer test workflows, including an auto-disable-only mode for failing channels (#6917).
    • Parameter overrides can now use requester user and group context for more flexible routing and policy rules (#6534).
    • Gateway channels now let administrators choose which request fields are passed through to upstream providers (#6847).

    Bug Fixes

    • Ali provider requests now avoid sending unset top_p values and correctly handle mapped image models (#6772).
    • Qwen TTS models are now classified correctly so they route through the proper text-to-speech path (#6711).
    • Responses API handling now preserves penalties and prompt-cache settings while settling cached-token usage accurately (#6892).
    • Ollama and Claude conversions now preserve reasoning/tool-call context while avoiding invalid empty tool payloads (#6862).
    • Gemini-style model listing requests to /v1/models now return correctly (#6199).
    • Recharge, refund, and quota updates are now settled more consistently, including concurrent and uncreditable order cases (#6845).
    • Web forms now keep fetched model selections in sync, and the mobile sidebar behaves correctly (#6841).
    • Usage logs now record reasoning effort consistently (#6641).
    • Request length validation is now enforced consistently on the backend (#5548).

    Improvements

    • Billing logs now highlight the conditional multiplier that matched a request, making cost calculations easier to audit (#6561).
    • Large server and model-list searches in the web UI are debounced, improving responsiveness on big installations (#6727).
    • The playground now displays streamed output with smoother word fade-ins and a more robust editor experience (#6895).
    • Custom channel route editing now has a more capable advanced editor (#6865).

    What's Changed

    • fix(ali): stop injecting top_p into requests that omit it by @ENCHIGO in #6674
    • fix(channels): classify Qwen TTS models correctly by @seefs001 in #6711
    • feat(channels): add auto-disable-only channel test mode by @seefs001 in #6728
    • perf(web): debounce server and large-list searches by @seefs001 in #6727
    • fix: record reasoning effort consistently in usage logs by @seefs001 in #6641
    • feat(relay): expose user and group context to parameter override by @seefs001 in #6534
    • fix(ollama): preserve reasoning and tool-call context by @seefs001 in #6605
    • fix: backend length validation by @seefs001 in #5548
    • feat(billing): highlight matched conditional multipliers in logs by @seefs001 in #6561
    • fix(web): require confirmation before rotating access token by @seefs001 in #6749
    • fix(relay): preserve presence/frequency penalty in Responses conversion by @UzkiS in #6654
    • refactor(responses): remove compact model suffix handling by @seefs001 in #6770
    • fix: mobile sidebar by @seefs001 in #6760
    • fix(web): refresh Turnstile token after login attempt by @thiswod in #6764
    • fix: 修复 Gemini 风格 /v1/models 列表请求 by @zhibisora in #6199
    • fix(billing): 异步任务退款时同步减少 used_quota by @wans10 in #6795
    • fix(web): keep fetched model selection in sync with form by @enwaiax in #6841
    • fix(ali): 修复阿里图片模型映射后仍使用原始模型名判断协议的问题 by @wxwwt in #6772
    • chore(deps): bump builder-util-runtime and electron-builder in /electron by @dependabot[bot] in #6467
    • chore(deps): bump dompurify from 3.4.11 to 3.4.13 in /web by @dependabot[bot] in #6735
    • chore(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 in /electron by @dependabot[bot] in #6846
    • chore(deps-dev): bump tar from 7.5.16 to 7.5.22 in /electron by @dependabot[bot] in #6468
    • fix(topup): reject uncreditable orders before payment by @enwaiax in #6845
    • chore(deps-dev): bump js-yaml from 4.3.0 to 4.3.1 in /electron by @dependabot[bot] in #6704
    • chore(deps-dev): bump electron from 39.8.5 to 39.8.10 in /electron by @dependabot[bot] in #6705
    • fix: prompt_cache_key openai chat -> openai responses by @seefs001 in #6861
    • feat: add field passthrough controls for gateway channels by @seefs001 in #6847
    • fix(relay): stop injecting empty tools into Claude requests that omit them by @zcxads666 in #6837
    • fix(oauth): align custom binding response fields in frontend by @seefs001 in #6818
    • test(web): standardize frontend tests on Vitest by @QuentinHsu in #6569
    • fix(relaykit): preserve parameterless tools in Claude conversion by @seefs001 in #6862
    • refactor: advanced custom channel route editor by @seefs001 in #6865
    • feat: channel test by @seefs001 in #6917
    • feat(web): fade in streamed response words and harden playground editor by @RedwindA in #6895
    • fix: settle Responses cached token usage by @LiaoQi98 in #6892

    New Contributors

    Full Changelog: v1.0.0-rc.24...v1.0.0-rc.25

    Open source →
    Release notes

    f116414

    This commit was created on GitHub.com and signed with GitHub’s verified signature .

    GPG key ID: B5690EEEBB952194

    Verified Learn about vigilant mode .

    Highlights

    Channel testing and gateway administration gain safer workflows, user/group-aware overrides, and request-field passthrough controls. This release also improves provider compatibility, Responses API accounting, and recharge/quota reliability.

    New Features

    • Channel testing has been expanded with safer test workflows, including an auto-disable-only mode for failing channels ( #6917 ).

    • Parameter overrides can now use requester user and group context for more flexible routing and policy rules ( #6534 ).

    • Gateway channels now let administrators choose which request fields are passed through to upstream providers ( #6847 ).

    Bug Fixes

    • Ali provider requests now avoid sending unset top_p values and correctly handle mapped image models ( #6772 ).

    • Qwen TTS models are now classified correctly so they route through the proper text-to-speech path ( #6711 ).

    • Responses API handling now preserves penalties and prompt-cache settings while settling cached-token usage accurately ( #6892 ).

    • Ollama and Claude conversions now preserve reasoning/tool-call context while avoiding invalid empty tool payloads ( #6862 ).

    • Gemini-style model listing requests to /v1/models now return correctly ( #6199 ).

    • Recharge, refund, and quota updates are now settled more consistently, including concurrent and uncreditable order cases ( #6845 ).

    • Web forms now keep fetched model selections in sync, and the mobile sidebar behaves correctly ( #6841 ).

    • Usage logs now record reasoning effort consistently ( #6641 ).

    • Request length validation is now enforced consistently on the backend ( #5548 ).

    Improvements

    • Billing logs now highlight the conditional multiplier that matched a request, making cost calculations easier to audit ( #6561 ).

    • Large server and model-list searches in the web UI are debounced, improving responsiveness on big installations ( #6727 ).

    • The playground now displays streamed output with smoother word fade-ins and a more robust editor experience ( #6895 ).

    • Custom channel route editing now has a more capable advanced editor ( #6865 ).

    What's Changed

    • fix(ali): stop injecting top_p into requests that omit it by @ENCHIGO in #6674

    • fix(channels): classify Qwen TTS models correctly by @seefs001 in #6711

    • feat(channels): add auto-disable-only channel test mode by @seefs001 in #6728

    • perf(web): debounce server and large-list searches by @seefs001 in #6727

    • fix: record reasoning effort consistently in usage logs by @seefs001 in #6641

    • feat(relay): expose user and group context to parameter override by @seefs001 in #6534

    • fix(ollama): preserve reasoning and tool-call context by @seefs001 in #6605

    • fix: backend length validation by @seefs001 in #5548

    • feat(billing): highlight matched conditional multipliers in logs by @seefs001 in #6561

    • fix(web): require confirmation before rotating access token by @seefs001 in #6749

    • fix(relay): preserve presence/frequency penalty in Responses conversion by @UzkiS in #6654

    • refactor(responses): remove compact model suffix handling by @seefs001 in #6770

    • fix: mobile sidebar by @seefs001 in #6760

    • fix(web): refresh Turnstile token after login attempt by @thiswod in #6764

    • fix: 修复 Gemini 风格 /v1/models 列表请求 by @zhibisora in #6199

    • fix(billing): 异步任务退款时同步减少 used_quota by @wans10 in #6795

    • fix(web): keep fetched model selection in sync with form by @enwaiax in #6841

    • fix(ali): 修复阿里图片模型映射后仍使用原始模型名判断协议的问题 by @wxwwt in #6772

    • chore(deps): bump builder-util-runtime and electron-builder in /electron by @dependabot [bot] in #6467

    • chore(deps): bump dompurify from 3.4.11 to 3.4.13 in /web by @dependabot [bot] in #6735

    • chore(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 in /electron by @dependabot [bot] in #6846

    • chore(deps-dev): bump tar from 7.5.16 to 7.5.22 in /electron by @dependabot [bot] in #6468

    • fix(topup): reject uncreditable orders before payment by @enwaiax in #6845

    • chore(deps-dev): bump js-yaml from 4.3.0 to 4.3.1 in /electron by @dependabot [bot] in #6704

    • chore(deps-dev): bump electron from 39.8.5 to 39.8.10 in /electron by @dependabot [bot] in #6705

    • fix: prompt_cache_key openai chat -> openai responses by @seefs001 in #6861

    • feat: add field passthrough controls for gateway channels by @seefs001 in #6847

    • fix(relay): stop injecting empty tools into Claude requests that omit them by @zcxads666 in #6837

    • fix(oauth): align custom binding response fields in frontend by @seefs001 in #6818

    • test(web): standardize frontend tests on Vitest by @QuentinHsu in #6569

    • fix(relaykit): preserve parameterless tools in Claude conversion by @seefs001 in #6862

    • refactor: advanced custom channel route editor by @seefs001 in #6865

    • feat: channel test by @seefs001 in #6917

    • feat(web): fade in streamed response words and harden playground editor by @RedwindA in #6895

    • fix: settle Responses cached token usage by @LiaoQi98 in #6892

    New Contributors

    • @ENCHIGO made their first contribution in #6674

    • @UzkiS made their first contribution in #6654

    • @thiswod made their first contribution in #6764

    • @zhibisora made their first contribution in #6199

    • @enwaiax made their first contribution in #6841

    • @zcxads666 made their first contribution in #6837

    • @LiaoQi98 made their first contribution in #6892

    Full Changelog : v1.0.0-rc.24...v1.0.0-rc.25

    Contributors

    wxwwt, QuentinHsu, and 11 other contributors

    Open source →
  21. v1.0.0-rc.24 07 Aug 2026 pre-release
    Release notes

    Release: v1.0.0-rc.24

    New Features

    • Added user critical rate limiting middleware for access token and affiliate transfer routes to enhance security and stability.
    • Refined the categorization of fetched models in channels to improve organization and retrieval.

    Bug Fixes

    • Resolved an issue with redemption code quotas experiencing precision loss, ensuring accurate credit allocation (#6685).
    • Addressed an HTTP/2 transport issue where upstream stream resets could prevent transparent retries by correctly setting Request.GetBody in the relay (#6249).
    • Ensured Claude and Gemini endpoints are tested with the native request format for improved compatibility.

    Other

    • Enhanced the release synchronization workflow with optional file syncing capabilities in CI.

    What's Changed

    • fix(relay): set Request.GetBody so the HTTP/2 transport can transparently retry after an upstream stream reset by @BlockchainHe in #6249
    • feat(channels): refine fetched model categorization by @seefs001 in #6632
    • fix: test Claude/Gemini endpoints with native request format by @seefs001 in #6698
    • fix: 修复兑换码额度精度损失(#6680) by @lihu-001 in #6685

    New Contributors

    Full Changelog: v1.0.0-rc.23...v1.0.0-rc.24

    Open source →
  22. v1.0.0-rc.23 01 Aug 2026 pre-release
    Release notes

    Highlights: This release expands provider and channel compatibility with New API channels, DeepSeek Responses API support, zstd request decompression, and automatic group routing. It also improves operational accuracy with stream visibility in logs, more reliable tiered-retry billing, and upstream Bedrock cancellation when clients disconnect.

    New Features

    • Added New API channel support with Gemini-to-OpenAI streaming conversion, Advanced Custom Responses Compact handling, and multipart image edit support (#6559).
    • Added DeepSeek Responses API support (#6562).
    • Added automatic group selection for request routing (#6590).
    • Added per-channel HTTP transport controls so administrators can tune connection behavior per channel.
    • Added support for zstd-compressed requests (#6545).
    • Log owners can now see whether a request was streamed (#6558).

    Bug Fixes

    • Qwen thinking_budget is now preserved when requests are relayed (#5836).
    • Tiered retry billing now settles usage against the final selected group, including group-switch retries (#6570).
    • Bedrock requests are now cancelled when clients disconnect, reducing wasted upstream work (#6589).

    Improvements

    • Public header navigation links now use a consistent font size (#6557).

    What's Changed

    New Contributors

    Full Changelog: v1.0.0-rc.22...v1.0.0-rc.23

    Open source →
  23. v1.0.0-rc.22 26 Jul 2026 pre-release
    Release notes

    This release expands channel and model administration with upstream model discovery, new Gemini image models, configurable billing options, and Sub2API support. It also improves reliability across streaming, pricing, refunds, user management, and admin UI workflows.

    New Features

    • Channels can now discover available models from advanced custom and Codex-compatible upstreams (#6184).
    • Added support for the latest Gemini image GA models (#6371).
    • Added configurable tool pricing with Sub2API channel support and alpha-search billing.
    • OpenAI Realtime GA models are now available with improved routing compatibility (#6032).

    Bug Fixes

    • Responses-to-Chat streaming no longer emits duplicate tool calls (#6225).
    • Creating a model with an existing name no longer clears its saved pricing (#6365).
    • The unset-price models view now lists only models available from the selected channels (#6126).
    • Very large user quota values are now handled without overflow (#6134).
    • User list sorting now works correctly with paginated results (#6194).
    • MiniMax models are now correctly associated with the MiniMax vendor (#6164).
    • Playground model group selectors now handle auto-group listings and long options correctly (#6163).
    • Task refunds are no longer duplicated during concurrent status updates (#6074).
    • Top-up amount fields can now be cleared completely while editing (#6473).
    • Channel inline priority updates are more reliable (#6415).

    Improvements

    • Admin JSON editing now has a more consistent experience and avoids UI issues that could hide content (#6421).
    • Users page search is debounced to reduce unnecessary requests and improve responsiveness (#6474).
    • Proxy-backed channel requests are more compatible and stable (#6157).
    • Upstream error logs now provide more useful fallback details when providers return unclear errors (#6431).

    What's Changed

    • fix: list only channel models in unset price models tab by @feitianbubu in #6126
    • fix: purge authentication data on hard user deletion by @seefs001 in #6168
    • fix(users): prevent large quota values from overflowing by @QuentinHsu in #6134
    • fix: infer MiniMax vendor for MiniMax models by @fux-dev in #6164
    • fix: add server-side sorting to user list, prevent client-side sort on paged data by @DawnMoon1542 in #6194
    • fix(data-table): update table body immediately when toggling columns by @DawnMoon1542 in #6253
    • fix: prevent duplicate tool calls in Responses-to-Chat streaming by @nikuleo in #6225
    • feat(channel): support Codex upstream model discovery by @seefs001 in #6184
    • feat: support upstream model fetch for advanced custom channels by @seefs001 in #5971
    • refactor(auth): replace dashboard sessions with stateless tokens and session control by @Calcium-Ion in #6329
    • fix: 中转 gpt-realtime 系列 GA 模型时不再发送 realtime beta 标识 by @feitianbubu in #6032
    • fix(playground): prevent model group option stretching by @QuentinHsu in #6120
    • perf(data-table): optimize action column width allocation by @QuentinHsu in #6135
    • fix(web): show used quota for unlimited API keys by @RedwindA in #6224
    • fix(channel): improve proxy client compatibility and cache lifecycle by @yyhhyyyyyy in #6157
    • fix(playground): resolve auto group model listing by @QuentinHsu in #6163
    • fix: prevent duplicate suno task refunds via cas status update by @feitianbubu in #6074
    • chore(github): migrate issue templates to required forms by @seefs001 in #6452
    • fix(github): restore issue form visibility by @seefs001 in #6454
    • fix: log response body when parsed upstream error message is empty by @bigsongeth in #6431
    • fix: prevent model create from wiping existing pricing for same name by @feitianbubu in #6365
    • fix(web/channel): stabilize inline priority updates by @RedwindA in #6415
    • perf(json-editor): unify admin JSON editing experience by @QuentinHsu in #6421
    • feat: add gemini-3-pro-image and gemini-3.1-flash-image GA models by @feitianbubu in #6371
    • feat: support Tencent TokenHub API key via OpenAI-compatible protocol by @feitianbubu in #6232
    • fix: allow topup amount input to be fully cleared by @feitianbubu in #6473
    • fix: debounce users page search input by @feitianbubu in #6474

    New Contributors

    Full Changelog: v1.0.0-rc.21...v1.0.0-rc.22

    Open source →
  24. v1.0.0-rc.21 11 Jul 2026 pre-release
    Release notes

    Highlights

    The headline change is GPT-5.6 cache write billing: OpenAI cache_write_tokens are now charged at the cache-creation rate, with accounting safeguards around cached and uncached prompt tokens. This release also improves pricing workflows, Playground controls, channel table usability, and billing/logging reliability.

    New Features

    • Added GPT-5.6 cache write billing support, charging OpenAI cache_write_tokens at the cache-creation rate while keeping cached and uncached prompt token accounting consistent.
    • Pricing pages now support group-aware dynamic calculations and avoid showing sample-only special groups (#5906).
    • Model pricing settings now include an Unset Price Models tab plus status and sync filters, making it easier to find and configure models without prices (#6124).
    • The Playground now includes request parameter panels for chat and generation tuning, so users can adjust model behavior directly in the UI (#6044).
    • Channel lists now support manual column resizing and keep resized tables filling the available width (#5948).
    • Logs now show stream timing metrics and task detail views for clearer troubleshooting.
    • Added enhanced text protocol conversion and advanced custom routing capabilities for more flexible channel routing (#5825).

    Bug Fixes

    • Browser translation can no longer corrupt React-rendered pages (#5963).
    • Custom model names that differ only by case can now be added consistently, including from multi-select controls (#6061).
    • Billing now handles quota pre-consumption and image-stream disconnect edge cases more accurately.
    • Subscription reset handling is more reliable under concurrent updates (#6057).
    • Codex response passthrough fields now sync correctly (#6018).
    • Playground model selector lists now stay synchronized after model changes.
    • Custom home iframes can trigger top navigation after a user action as intended (#5955).
    • Restored paste behavior for default channel connection settings.

    Improvements

    • Upstream price sync tables in model pricing now load and render more efficiently (#6092).
    • Refined table badges, pricing layouts, sync dialogs, and default theme styling for a cleaner admin UI.
    • Font assets now resolve correctly across workspace layouts.

    What's Changed

    • fix(web): prevent browser translation from mutating React roots by @cat0825 in #5963
    • feat(web): 支持渠道列表手动调整列宽 by @zuiho-kai in #5948
    • fix(web): let channel table fill available width by @zuiho-kai in #6031
    • chore: remove dead files resurrected by v1.0 launch commit by @feitianbubu in #6041
    • fix: use GORM v2 row locking for subscription resets by @seefs001 in #6057
    • feat(playground): add playground parameter settings panel by @QuentinHsu in #6044
    • fix: allow adding model names that differ only by case in multi-select by @feitianbubu in #6061
    • fix: remove sample special usable groups leaking into pricing page by @feitianbubu in #5906
    • perf(model-pricing): optimize upstream price sync tables by @QuentinHsu in #6092
    • fix(web): allow user-activated top navigation for custom home iframe by @Heykode in #5955
    • chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 by @dependabot[bot] in #6096
    • fix: sync codex responses passthrough fields by @seefs001 in #6018
    • feat: enhance text protocol conversion and advanced custom routing by @Calcium-Ion in #5825
    • feat: add unset price models tab to model pricing settings by @feitianbubu in #6124

    New Contributors

    Full Changelog: v1.0.0-rc.20...v1.0.0-rc.21

    Open source →
  25. v1.0.0-rc.20 07 Jul 2026 pre-release
    Release notes

    Highlights

    This release adds GPT-5.6 pricing support and stale instance cleanup tools for administrators. It also fixes several quota and pricing edge cases, including wallet reward transfers and decimal ratio input.

    New Features

    • Added token pricing support for GPT-5.6 models.
    • Added system-info actions for cleaning up stale instances. (#5953)

    Bug Fixes

    • Wallet reward transfers now respect the configured quota unit instead of using an incorrect fixed unit. (#5808)
    • Group ratio fields now allow decimal values such as 0.05 to be typed normally. (#5995)
    • Tiered pricing now uses a default token estimate during pre-consumption, improving quota calculation for affected pricing rules.

    What's Changed

    • fix: 分组倍率 Ratio 输入框保留小数中间态,修复无法输入 0.05 by @feitianbubu in #5995
    • feat(system-info): add stale instance cleanup actions by @seefs001 in #5953
    • fix(wallet): honor configured quota units for reward transfers by @A-Words in #5808

    New Contributors

    Full Changelog: v1.0.0-rc.19-i18nfix.2...v1.0.0-rc.20

    Open source →
  26. v1.0.0-rc.19 07 Jul 2026 pre-release
    Release notes

    New Features

    • Admins can now reset subscription quotas and review quota saturation events for auditing, making quota management easier (#5952).
    • Added Traditional Chinese (zh-TW) localization for the new UI (#5942).

    Bug Fixes

    • Fixed billing quota calculations for very large quotas so limits are applied correctly.

    What's Changed

    New Contributors

    Full Changelog: v1.0.0-rc.18...v1.0.0-rc.19

    Open source →
  27. v1.0.0-rc.18 06 Jul 2026 pre-release

    Nothing published for this version

  28. v1.0.0-rc.17 06 Jul 2026 pre-release

    Nothing published for this version

  29. v1.0.0-rc.16.0.20260703161317-b6e8ff9dd5d2 03 Jul 2026 pre-release

    Nothing published for this version

  30. v1.0.0-rc.16.0.20260703085751-917a2cff64fe 03 Jul 2026 pre-release

    Nothing published for this version

  31. v1.0.0-rc.16 03 Jul 2026 pre-release

    Nothing published for this version

  32. v1.0.0-rc.15.0.20260629044530-43591fba7762 29 Jun 2026 pre-release

    Nothing published for this version

  33. v1.0.0-rc.15.0.20260626134823-d10fc762fa4c 26 Jun 2026 pre-release

    Nothing published for this version

  34. v1.0.0-rc.15.0.20260624141529-b191f4737592 24 Jun 2026 pre-release

    Nothing published for this version

  35. v1.0.0-rc.15 24 Jun 2026 pre-release

    Nothing published for this version

  36. v1.0.0-rc.14 20 Jun 2026 pre-release

    Nothing published for this version

  37. v1.0.0-rc.13 19 Jun 2026 pre-release

    Nothing published for this version

  38. v1.0.0-rc.12.0.20260618133855-f7dae5cbe620 18 Jun 2026 pre-release

    Nothing published for this version

  39. v1.0.0-rc.12 18 Jun 2026 pre-release

    Nothing published for this version

  40. v1.0.0-rc.11 13 Jun 2026 pre-release

    Nothing published for this version

  41. v1.0.0-rc.10.0.20260610094737-59a93cf5c7bb 10 Jun 2026 pre-release

    Nothing published for this version

  42. v1.0.0-rc.10.0.20260605033929-d2f7f9ee3adf 05 Jun 2026 pre-release

    Nothing published for this version

  43. v1.0.0-rc.10.0.20260527052305-5b86ce0d7001 27 May 2026 pre-release

    Nothing published for this version

  44. v1.0.0-rc.10 26 May 2026 pre-release

    Nothing published for this version

  45. v1.0.0-rc.9 26 May 2026 pre-release

    Nothing published for this version

  46. v1.0.0-rc.8 22 May 2026 pre-release

    Nothing published for this version

  47. v1.0.0-rc.7.0.20260522034832-f2c7647ecff6 22 May 2026 pre-release

    Nothing published for this version

  48. v1.0.0-rc.7.0.20260522030058-19f1821fc8a2 22 May 2026 pre-release

    Nothing published for this version

  49. v1.0.0-rc.7.0.20260519104621-2d1ca1538457 19 May 2026 pre-release

    Nothing published for this version

  50. v1.0.0-rc.7 19 May 2026 pre-release

    Nothing published for this version

  51. v1.0.0-rc.6.0.20260519041124-0936e2504655 19 May 2026 pre-release

    Nothing published for this version

  52. v1.0.0-rc.6 13 May 2026 pre-release

    Nothing published for this version

  53. v1.0.0-rc.5.0.20260512085430-3856b9d2c0bc 12 May 2026 pre-release

    Nothing published for this version

  54. v1.0.0-rc.5 12 May 2026 pre-release

    Nothing published for this version

  55. v1.0.0-rc.4.0.20260511032525-ba474393fbb9 11 May 2026 pre-release

    Nothing published for this version

  56. v1.0.0-rc.4.0.20260506195432-415d21d07100 06 May 2026 pre-release

    Nothing published for this version

  57. v1.0.0-rc.4 06 May 2026 pre-release

    Nothing published for this version

  58. v1.0.0-rc.3.0.20260506121705-ee190b604985 06 May 2026 pre-release

    Nothing published for this version

  59. v1.0.0-rc.3 06 May 2026 pre-release

    Nothing published for this version

  60. v1.0.0-rc.2 30 Apr 2026 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive