mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-15 21:48:13 +03:00
-
released this
2026-07-10 18:08:11 +03:00 | 15 commits to main since this release📅 Originally published on GitHub: Fri, 10 Jul 2026 15:18:27 GMT
🏷️ Git tag created: Fri, 10 Jul 2026 15:08:11 GMTFeatures
- upgrade shadcn components (80509c8 by @stonith404)
- add ability to skip consent for client (d467855 by @stonith404)
- prompt admin with PKCE client support hint (#1499 by @James18232)
- login code input boxes (#1545 by @James18232)
- drop TOFU support for callback URL (931a6c2 by @stonith404)
- add OAuth APIs with scoped permissions (#1542 by @stonith404)
- add support for unencrypted OIDC request parameter (25dcad7 by @stonith404)
- add description field to oidc clients (#1547 by @seanmckenzie428)
- add tab bar navigation for crowded pages (28a553f by @stonith404)
Bug Fixes
- login code null submission and login code length check (#1512 by @James18232)
- various bugs in observability / OTel (#1564 by @ItalyPaleAle)
- /authorize endpoint crashes when list of scopes is empty (#1575 by @ItalyPaleAle)
- mobile layout improvements (2910c51 by @stonith404)
Documentation
- add link to API docs (968d072 by @stonith404)
- fix wrong OpenAPI documentation (da3677f by @stonith404)
Other
- close low-demand feature requests (35987b9 by @stonith404)
- Bump the "all-dependencies" group with 2 updates across multiple ecosystems (#1528 by @dependabot[bot])
- fix locators after shadcn upgrade (dbbe2a4 by @stonith404)
- use fosite for OAuth 2.0 logic (#1520 by @stonith404)
- wrap last two migrations into transaction (cf9a319 by @stonith404)
- remove dead code (519cda0 by @stonith404)
- update vulnerable dependencies (e538ea0 by @stonith404)
- fix flaky test (7eaaea7 by @stonith404)
- add AGENTS.md (d0243fe by @stonith404)
- use goreleaser for binaries and static image builds (#1478 by @kmendell)
- add support for Docker Hub (99ab38d by @stonith404)
- remove static next image tag (49305ed by @stonith404)
- don't build unnecessary binaries for
nextimage (4b957a0 by @stonith404) - change Depot project (cdc2374 by @stonith404)
- don't tag
nextimage with current version (cf54786 by @stonith404) - add exempt user to PR quality checks (254ae88 by @stonith404)
- migrate API key functionality to single
apikeymodule (9fce987 by @stonith404) - migrate Webauthn functionality to single
webauthnmodule (58fcf7c by @stonith404) - migrate signup functionality to single
usersignupmodule (ecad31c by @stonith404) - make API key renewal date picker navigation date-independent (#1560 by @ItalyPaleAle)
- integrate Francis actor framework for background jobs, cron scheduling, and rate limiting (#1556 by @ItalyPaleAle)
- Bump the "all-dependencies" group with 3 updates across multiple ecosystems (#1563 by @dependabot[bot])
- use go-kit for sending emails (#1565 by @ItalyPaleAle)
- update AAGUIDs (#1567 by @github-actions[bot])
- move Pocket ID specific logic from Fosite into Pocket ID repo (9a94aa0 by @stonith404)
- update Fosite version (337fc6f by @stonith404)
- pass transaction to
resolveResource(7667377 by @stonith404) - remove redundant dtos (fa2d08c by @stonith404)
- rename migrations (c72da58 by @stonith404)
- remove duplicate fosite config properties (190914f by @stonith404)
- fix migration version in
database.json(a5f2192 by @stonith404) - fix wrong migration name (ce7d3a7 by @stonith404)
- run formatter (59a6868 by @stonith404)
- upgrade go version (f62d476 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.9.0...v2.10.0
Downloads