File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.3.0] - 2026-02-09
2+
3+ - Add Stripe-style key types and environments (publishable/secret keys with test/live isolation)
4+ - Add public key token storage for non-revocable publishable keys
5+ - Add headless helpers for custom dashboard integrations
6+ - Add usage analytics scopes for admin dashboards
7+ - Fix PostgreSQL FOR UPDATE with COUNT aggregate error
8+ - Fix blank scopes bypass in key_types mode: empty scopes no longer grant unrestricted access when permission ceilings are configured
9+
110## [ 0.2.1] - 2025-08-04
211
312- Fix SecurityController callback reference from : authenticate_api_keys_user ! to : authenticate_api_keys_owner !
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ApiKeys
4- VERSION = "0.2.1 "
4+ VERSION = "0.3.0 "
55end
You can’t perform that action at this time.
0 commit comments