better-ccflare 3.5.23 → 3.5.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -827,6 +827,12 @@ This repository includes an automated Claude code review system:
827
827
  - **Automatic Review**: Runs automatically when a new pull request is opened
828
828
  - **Manual Review**: Can be manually triggered by contributors by commenting `/claude-review` on the PR
829
829
 
830
+ ## Acknowledgements
831
+
832
+ Thanks to the contributors who have improved better-ccflare:
833
+
834
+ - [@zionts](https://github.com/zionts) — fix false "integrity check failed" banner on large DBs; adaptive incremental vacuum; payload retention default reduction ([#259](https://github.com/tombii/better-ccflare/pull/259))
835
+
830
836
  ## License
831
837
 
832
838
  MIT - See [LICENSE](LICENSE) for details
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "3.5.23",
3
+ "version": "3.5.24",
4
4
  "description": "Load balancer proxy for Claude API with intelligent distribution across multiple OAuth accounts to avoid rate limiting",
5
5
  "license": "MIT",
6
6
  "repository": {