| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-05 | 478 Bytes | |
| v4.8.5 source code.tar.gz | 2026-03-05 | 6.3 MB | |
| v4.8.5 source code.zip | 2026-03-05 | 6.7 MB | |
| Totals: 3 Items | 12.9 MB | 0 | |
Changelog
🐛 Bug fixes
- Fixed regression with the snapshot and logo URLs returning a 404
- Fixed [#351] issue with the wrong URL redirect after signup
🔒 Security fixes
- Added protection against unintended private network requests using the API connector. Set
CB_ALLOW_PRIVATE_NETWORK_CALLS=trueto enable private network API calls. By default, existing connections can still connect through the private networks. (thanks @cwanglab for reporting)