26.07.1
Added 7
- Add Grok 4.5 model support
- Add 5.6 models
- Add support for ignoring specific issues in healthcheck
- Add support for ndjson logging
- Add GUI button for custom OIDC
- Add sign-in flow for crossOriginIsolated contexts
- Implement workers without cloudflare for local dev testing
Changed 3
- Use device info for rate limit fingerprinting
- Add spans to drivers and high frequency paths
- Update user pays model docs
Fixed 10
- Fix miscellaneous authentication bugs
- Fix Grok 4.5 release date
- Add phone errors into key-value store for debugging
- Fix possible XSS entrypoints
- Fix OIDC state
- Fix AI rate limits
- Fix cache healthcheck in memory for each node
- Fix missing OIDC error messages
- Check if user is suspended on WebDAV basic auth and others
- Fix UI signup order
From puter
What's Changed
- add grok 4.5 by @ProgrammerIn-wonderland in https://github.com/HeyPuter/puter/pull/3360
- fix: misc auth bug fixes by @Salazareo in https://github.com/HeyPuter/puter/pull/3362
- chore: cleanup uneeded ai messages by @Salazareo in https://github.com/HeyPuter/puter/pull/3363
- update user pays model docs by @reynaldichernando in https://github.com/HeyPuter/puter/pull/3364
- fix grok 4.5 release date by @reynaldichernando in https://github.com/HeyPuter/puter/pull/3365
- add 5.6 models by @ProgrammerIn-wonderland in https://github.com/HeyPuter/puter/pull/3366
- fix: add phone errors into kv for debugging by @Salazareo in https://github.com/HeyPuter/puter/pull/3367
- fix possible XSS entrypoints by @ProgrammerIn-wonderland in https://github.com/HeyPuter/puter/pull/3368
- fix: OIDC state by @Salazareo in https://github.com/HeyPuter/puter/pull/3370
- fix: ai rate limits by @Salazareo in https://github.com/HeyPuter/puter/pull/3371
- fingerprint: use device info for rate limit too by @Salazareo in https://github.com/HeyPuter/puter/pull/3372
- add support for ignoring specific issues in healthcheck by @ProgrammerIn-wonderland in https://github.com/HeyPuter/puter/pull/3374
- fix: cache healthcheck in mem for each node by @Salazareo in https://github.com/HeyPuter/puter/pull/3375
- Add spans to drivers and high frequency paths by @Salazareo in https://github.com/HeyPuter/puter/pull/3376
- fix: missing OIDC error messages by @Salazareo in https://github.com/HeyPuter/puter/pull/3377
- add support for ndjson logging by @ProgrammerIn-wonderland in https://github.com/HeyPuter/puter/pull/3381
- Check if user is suspended on WebDAV basic auth and others by @ProgrammerIn-wonderland in https://github.com/HeyPuter/puter/pull/3369
- feat: add sign-in flow for crossOriginIsolated contexts, take two by @velzie in https://github.com/HeyPuter/puter/pull/3338
- Add GUI button for custom OIDC by @ProgrammerIn-wonderland in https://github.com/HeyPuter/puter/pull/3384
- fix: ui signup order by @Salazareo in https://github.com/HeyPuter/puter/pull/3385
- fix: admin gates by @Salazareo in https://github.com/HeyPuter/puter/pull/3386
- Implement workers without cloudflare for local dev testing by @ProgrammerIn-wonderland in https://github.com/HeyPuter/puter/pull/3389
- fix: sanitize get user response by @Salazareo in https://github.com/HeyPuter/puter/pull/3390
- feat: email api wip by @Salazareo in https://github.com/HeyPuter/puter/pull/3391
- Fix static hosting domain fallback for self-hosted custom domains by @tamilselvanp57 in https://github.com/HeyPuter/puter/pull/3382
New Contributors
- @tamilselvanp57 made their first contribution in https://github.com/HeyPuter/puter/pull/3382
Full Changelog: https://github.com/HeyPuter/puter/compare/26.07...26.07.1