Releases: sumup/typeid
Releases · sumup/typeid
v0.3.0
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
v0.2.0 Dependency updates
Chore release with updated dependencies.
What's Changed
- chore: Lint config and lint fixes by @julienschmidt in #24
- chore(deps): bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0 by @dependabot in #26
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #25
- chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #27
- chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #28
- chore(deps): bump github.com/gofrs/uuid/v5 from 5.2.0 to 5.3.0 by @dependabot in #30
- chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #29
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #33
- chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #34
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #35
- chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #37
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #36
- chore(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1 by @dependabot in #32
- chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #38
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 by @dependabot in #39
- feat: minor README touchups by @matoous in #40
- chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in #41
- fix(lint): Correct import prefix by @julienschmidt in #42
- chore(ci): Update Go versions by @julienschmidt in #43
- chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #46
- feat(docs): README badges by @matoous in #44
- feat(ci): lint github actions by @matoous in #45
- chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 by @dependabot in #48
- chore(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.3.2 by @dependabot in #50
- chore(deps): bump github.com/gofrs/uuid/v5 from 5.3.0 to 5.3.1 by @dependabot in #49
- chore(deps): bump reviewdog/action-actionlint from 1.64.1 to 1.65.0 by @dependabot in #53
Full Changelog: v0.1.0...v0.2.0
v0.1.0 Initial release
What's Changed
- chore: Update benchmark by @jgraeger in #19
- feat: support for last 3 version of go by @matoous in #17
- feat: update README by @matoous in #18
- feat(docs): more links in readme by @matoous in #23
Chores
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #5
- chore(deps): bump github.com/gofrs/uuid/v5 from 5.0.0 to 5.1.0 by @dependabot in #6
- chore(deps): bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5 by @dependabot in #7
- chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #11
- chore(deps): bump actions/checkout from 4.1.3 to 4.1.5 by @dependabot in #14
- chore(deps): bump github.com/gofrs/uuid/v5 from 5.1.0 to 5.2.0 by @dependabot in #16
- chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by @dependabot in #15
New Contributors
- @matoous made their first contribution in #17
- @jgraeger made their first contribution in #19
- @julienschmidt made their first contribution in #20
Full Changelog: https://github.com/sumup/typeid/commits/v0.1.0