What's Changed
v0.3.0 adds support for multi-word prefixes. Previously, prefixes could contain only lowercase alpha characters (user
, item
, etc.), with the latest changes, the prefix can also contain underscores (_
) to support multi-word prefixes (item_group
, access_token
, etc.). The 64 characters limit for the prefix length stays unchanged.
- chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 by @dependabot in #52
- chore(lint): Bump golangci-lint to v1.64.5 by @julienschmidt in #54
- chore: Bump Go versions by @julienschmidt in #55
- chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in #56
- chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in #60
- chore(deps): bump reviewdog/action-actionlint from 1.65.0 to 1.65.2 by @dependabot in #59
- chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 by @dependabot in #58
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.3 by @dependabot in #61
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4 by @dependabot in #63
- chore(deps): bump github.com/gofrs/uuid/v5 from 5.3.1 to 5.3.2 by @dependabot in #64
- chore(tooling): update golangci-lint by @matoous in #66
- feat: support multi-word prefixes by @matoous in #65
Full Changelog: v0.2.0...v0.3.0