dsv-cli
dsv-cli copied to clipboard
build(gomod): ⚡ major gomod (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/caarlos0/env/v6 | v6.10.1 -> v11.3.1 |
||||
| github.com/golang-jwt/jwt/v4 | v4.5.2 -> v5.3.0 |
||||
| github.com/posener/complete | v1.2.3 -> v2.1.0 |
Release Notes
caarlos0/env (github.com/caarlos0/env/v6)
v11.3.1
Changelog
Bug fixes
f329e88: fix: Options.Environment: Do not merge with default env (#353) (@oxzi)9bf044a: fix: retract 11.3.0 (@caarlos0)
Other work
4ebfdad: ci: fix gitignore (@caarlos0)
Released with GoReleaser Pro!
v11.3.0
Changelog
New Features
59284e4: feat: implement interface { Unwrap() []error } for AggregateError to be compatibility with std errors.Join go1.20 without any breaking change (#336) (@itsabgr-raika)17fdb91: feat: set custom tag name for envDefault (#324) (@dnovikoff)1cb1967: feat: set custom tag name for envPrefix (#332) (@sv-kozlov)0136931: feat: supporttime.Location(#326) (@BorzdeG)4ab8b37: feat: support ignored value "-" for env tag (#338) (@sv-kozlov)
Bug fixes
6f3a5c0: fix: better handle envDefault, refactor merge options (#349) (@astak16)3afa723: fix: improve errors (#329) (@caarlos0)0cbf40b: fix: map value with : in it (@caarlos0)e55230b: fix: parsing into ptr fields with value (#340) (@hypnoglow)
Documentation updates
84c7739: docs: DefaultValueTagName example (@caarlos0)0847ba1: docs: add installation instructions to README.md (#330) (@eduardolat)76faca5: docs: project state (@caarlos0)
Other work
b76caa9: ci: add EditorConfig (#327) (@BorzdeG)1f955b7: ci: update (@caarlos0)f68d1dc: refactor: enable gocritic linter and fix lint issues (#342) (@alexandear)52e7186: refactor: modify the init logic for env tag options to make it more reasonable (#347) (@astak16)
Released with GoReleaser Pro!
v11.2.2
Changelog
Documentation updates
aa50469: docs: duplicated headline (@caarlos0)
Released with GoReleaser Pro!
v11.2.1
Changelog
Bug fixes
2683e95: fix: do not init empty arrays (#321) (@caarlos0)
Documentation updates
fac6114: docs: cleanup readme (#322) (@caarlos0)5d7eb0c: docs: fix bad example (@caarlos0)19de57d: docs: more examples (@caarlos0)be1c262: docs: more examples (@caarlos0)fb84246: docs: more examples (@caarlos0)1282042: docs: more examples (@caarlos0)3d8627f: docs: typos (@caarlos0)d7efb64: docs: update license year range (@caarlos0)
Released with GoReleaser Pro!
v11.2.0
Changelog
New Features
Documentation updates
33920af: docs: added a logo (@caarlos0)0de9383: docs: update (@caarlos0)
Released with GoReleaser Pro!
v11.1.0
Changelog
Bug fixes
432567c: fix: retract v11.0.1, gate init nil pointers (#318) (@caarlos0)
Other work
de7a9cc: ci: update goreleaser configs (@caarlos0)
Released with GoReleaser Pro!
v11.0.1
Changelog
Bug fixes
0f77fef: fix: add logic to handle nil pointer structs (#306) (@NithinGudla)
Documentation updates
1e2d9e1: docs: better explain UseFieldNameByDefault (@caarlos0)b436dff: docs: document generics (@caarlos0)
Released with GoReleaser Pro!
v11.0.0
Changelog
Breaking changes
- Updated module's Go version to 1.18
New Features
8aee119: feat: ParseAs, ParseAsWithOptions, Must (#300) (@caarlos0)
Bug fixes
c0ca5e0: fix: UseFieldNameByDefault when uppercased word in name (#297) (@caarlos0)
Documentation updates
b400510: docs: add related projects (#290) (@g4s8)5235aff: docs: add used and supported by section to readme (#289) (@caarlos0)506c331: docs: update (@caarlos0)af0d375: docs: update caution banner (@caarlos0)8cddcf2: docs: update readme (@caarlos0)fa32ef4: docs: update readme (@caarlos0)
Other work
4723331: feat!: prepare for release (@caarlos0)
Released with GoReleaser Pro!
v10.0.0
Changelog
Breaking changes
62b4ae1: feat!: ParseWithOptions: add the ability to override default opt.FuncMap keys (#272) (@Daniel538)
New Features
e7e49c4: feat: GetFieldParams and GetFieldParamsWithOptions functions (#261) (@saturn4er)92df8c4: feat: adds public ToMap function (#275) (@maxfilov)13ac655: feat: custom key value separator (#284) (@ruslan944)3f90e4a: enhancement: Expand with default values (#285) (@gabrielcipriano)
Documentation updates
6723663: docs: add map usage (#282) (@rfyiamcool)
Other work
6061c47: release: v10 (@caarlos0)
Released with GoReleaser Pro!
v9.0.0
Changelog
New Features
7a25c17: feat!: accept expand as an option to the env tag (#263) (@caarlos0)4f6bb22: feat!: v9 (@caarlos0)9124b0a: feat: add support Web Assembly (#265) (@BorzdeG)
Bug fixes
0f07b7f: fix: invalid environment variable (#271) (@aymanbagabas)0b4d8a6: fix: skip fields without env key in onSet (#266) (@aymanbagabas)
Documentation updates
390412e: docs: clarify custom parser funcs and required fields (@caarlos0)3f7d8cf: docs: fix examples in readme for v8.0.0 (#264) (@Mattias-)
Migrating from v8
Replace envExpand:"true" with ,expand, e.g.:
type Foo struct {
Foo string `env:"FOO,expand"`
}
Released with GoReleaser Pro!
v8.0.0
Changelog
Other work
224d85f: build: fix goreleaser flags (@caarlos0)fac0414: build: test on go stable and oldstable (#259) (@caarlos0)4e0f915: feat!: refactor parse and parse with options (#256) (@caarlos0)
Updating from v7
- if you use
env.Parsewith no options, no change is required. - if you use
env.Parsewith oneOptions{}, callenv.ParseWithOptionsinstead. - if you use
env.Parsewith options, and pass more than oneOptions{}, merge them into a single one, and useenv.ParseWithOptionsinstead. - if you use
env.ParseWithFuncs, useenv.ParseWithOptionsinstead, and put your parsers intoOptions{ FuncMap: <here> }.
Released with GoReleaser Pro!
v7.1.0
Changelog
New Features
b135bbd: feat: error types (#240) (@akutuev)17f0a63: feat: implement Is on AggregateError (#254) (@caarlos0)266f68b: feat: support map kind env (#244) (@ken8203)c08b0f9: feat: use field name by default (#253) (@caarlos0)
Bug fixes
dfd68b2: fix: improve map handling, coverage (@caarlos0)e5472ec: fix: remove untested behavior (@caarlos0)
Documentation updates
65ba2db: docs: caveats (@caarlos0)f434e98: docs: document how to handle error (@caarlos0)2d26ce1: docs: fix examples (@caarlos0)91e69e8: docs: maps (@caarlos0)850c2d8: docs: update to v7 (#249) (@alexandear)
Released with GoReleaser Pro!
v7.0.0
Changelog
Breaking changes
c687f95: feat!: set default if var is set but empty (#248) (@caarlos0)155f0a6: feat!: update to v7 (@caarlos0)
Documentation updates
23c6da1: docs: fix badge (@caarlos0)8e8e099: docs: fix typo (#243) (@braindev)877e1bf: docs: improve warning (@caarlos0)
Other work
ff86282: build: fix lint workflow (@caarlos0)0b725c8: build: fix workflows (@caarlos0)da848aa: build: remove deprecated lint option (@caarlos0)
Released with GoReleaser Pro!
golang-jwt/jwt (github.com/golang-jwt/jwt/v4)
v5.3.0
This release is almost identical to to v5.2.3 but now correctly indicates Go 1.21 as minimum requirement.
What's Changed
- Create CODEOWNERS by @oxisto in #449
- Bump Go version to indicate correct minimum requirement by @oxisto in #452
Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0
v5.2.3
What's Changed
- Bump GitHub workflows and Go versions by @mfridman in #438
- Implementing validation of multiple audiences by @oxisto in #433
- Bump golangci/golangci-lint-action from 7 to 8 by @dependabot[bot] in #440
- replaced interface{} to any by @aachex in #445
- Fix bug in validation of multiple audiences by @sfinnman-cotn in #441
New Contributors
- @aachex made their first contribution in #445
- @sfinnman-cotn made their first contribution in #441
Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3
v5.2.2
What's Changed
- Fixed https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp by @mfridman
- Fixed some typos by @Ashikpaul in #382
- build: add go1.22 to ci workflows by @mfridman in #383
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #387
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #389
- chore: bump ci tests to include go1.23 by @mfridman in #405
- Fix jwt -show by @AlexanderYastrebov in #406
- docs: typo by @kvii in #407
- Update SECURITY.md by @oxisto in #416
- Update
jwt.Parseexample to usejwt.WithValidMethodsby @mattt in #425
New Contributors
- @Ashikpaul made their first contribution in #382
- @kvii made their first contribution in #407
- @mattt made their first contribution in #425
Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2
v5.2.1
What's Changed
- chore: remove unnecessary conversions from tests by @estensen in #370
- Trivial: Typo fix for ECDSA error message by @tjs-cinemo in #373
- Fix incorrect error return by @ss49919201 in #371
New Contributors
- @tjs-cinemo made their first contribution in #373
- @ss49919201 made their first contribution in #371
Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1
v5.2.0
What's Changed
- Exported
NewValidatorby @oxisto in #349 - Improve ErrInvalidKeyType error messages by @Laurin-Notemann in #361
- Update MIGRATION_GUIDE.md by @jbarham in #363
New Contributors
- @Laurin-Notemann made their first contribution in #361
- @jbarham made their first contribution in #363
Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.1.0...v5.2.0
v5.1.0
What's Changed
- Using jwt's native
ErrInvalidTypeinstead ofjson.UnsupportedTypeErrorby @oxisto in #316 - Fix typos in comments and test names by @alexandear in #317
- Format: add whitespaces, remove empty lines by @alexandear in #319
- Refactor example: use io.ReadAll instead of io.Copy by @alexandear in #320
- Refactor code by using switch instead of if-else by @alexandear in #318
- A quick way to validate token string by @dcalsky in #302
- Refactor: remove unnecessary []byte conversion to string by @alexandear in #330
- Refactor: compare strings with strings.EqualFold by @alexandear in #329
- Avoid use of json.NewDecoder by @craigpastro in #313
- Update ParseUnverified godoc by @duhaesbaert in #341
- Update ci workflows (add go1.21) by @mfridman in #345
- Bump actions/checkout from 3 to 4 by @dependabot in #346
- Key rotation with VerificationKeySet by @mfridman in #344
- Add explicit ClaimsValidator implementation check for custom claims by @epelc in #343
- feat: allow making exp claim required by @tareksha in #351
- Add error handling to examples by @craigpastro in #312
New Contributors
- @alexandear made their first contribution in #317
- @dcalsky made their first contribution in #302
- @craigpastro made their first contribution in #313
- @duhaesbaert made their first contribution in #341
- @epelc made their first contribution in #343
- @tareksha made their first contribution in #351
Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.0.0...v5.1.0
v5.0.0
🚀 New Major Version v5 🚀
It's finally here, the release you have been waiting for! We don't take breaking changes lightly, but the changes outlined below were necessary to address some of the challenges of the previous API. A big thanks for @mfridman for all the reviews, all contributors for their commits and of course @dgrijalva for the original code. I hope we kept some of the spirit of your original v4 branch alive in the approach we have taken here.
~@oxisto, on behalf of @golang-jwt/maintainers
Version v5 contains a major rework of core functionalities in the jwt-go library. This includes support for several validation options as well as a re-design of the Claims interface. Lastly, we reworked how errors work under the hood, which should provide a better overall developer experience.
Starting from v5.0.0, the import path will be:
"github.com/golang-jwt/jwt/v5"
For most users, changing the import path should suffice. However, since we intentionally changed and cleaned some of the public API, existing programs might need to be updated. The following sections describe significant changes and corresponding updates for existing programs.
Parsing and Validation Options
Under the hood, a new validator struct takes care of validating the claims. A long awaited feature has been the option to fine-tune the validation of tokens. This is now possible with several ParserOption functions that can be appended to most Parse functions, such as ParseWithClaims. The most important options and changes are:
- Added
WithLeewayto support specifying the leeway that is allowed when validating time-based claims, such asexpornbf. - Changed default behavior to not check the
iatclaim. Usage of this claim is OPTIONAL according to the JWT RFC. The claim itself is also purely informational according to the RFC, so a strict validation failure is not recommended. If you want to check for sensible values in these claims, please use theWithIssuedAtparser option. - Added
WithAudience,WithSubjectandWithIssuerto support checking for expectedaud,subandiss. - Added
WithStrictDecodingandWithPaddingAllowedoptions to allow previously global settings to enable base64 strict encoding and the parsing of base64 strings with padding. The latter is strictly speaking against the standard, but unfortunately some of the major identity providers issue some of these incorrect tokens. Both options are disabled by default.
Changes to the Claims interface
Complete Restructuring
Previously, the claims interface was satisfied with an implementation of a Valid() error function. This had several issues:
- The different claim types (struct claims, map claims, etc.) then contained similar (but not 100 % identical) code of how this validation was done. This lead to a lot of (almost) duplicate code and was hard to maintain
- It was not really semantically close to what a "claim" (or a set of claims) really is; which is a list of defined key/value pairs with a certain semantic meaning.
Since all the validation functionality is now extracted into the validator, all VerifyXXX and Valid functions have been removed from the Claims interface. Instead, the interface now represents a list of getters to retrieve values with a specific meaning. This allows us to completely decouple the validation logic with the underlying storage representation of the claim, which could be a struct, a map or even something stored in a database.
type Claims interface {
GetExpirationTime() (*NumericDate, error)
GetIssuedAt() (*NumericDate, error)
GetNotBefore() (*NumericDate, error)
GetIssuer() (string, error)
GetSubject() (string, error)
GetAudience() (ClaimStrings, error)
}
Supported Claim Types and Removal of StandardClaims
The two standard claim types supported by this library, MapClaims and RegisteredClaims both implement the necessary functions of this interface. The old StandardClaims struct, which has already been deprecated in v4 is now removed.
Users using custom claims, in most cases, will not experience any changes in the behavior as long as they embedded RegisteredClaims. If they created a new claim type from scratch, they now need to implemented the proper getter functions.
Migrating Application Specific Logic of the old Valid
Previously, users could override the Valid method in a custom claim, for example to extend the validation with application-specific claims. However, this was always very dangerous, since once could easily disable the standard validation and signature checking.
In order to avoid that, while still supporting the use-case, a new ClaimsValidator interface has been introduced. This interface consists of the Validate() error function. If the validator sees, that a Claims struct implements this interface, the errors returned to the Validate function will be appended to the regular standard validation. It is not possible to disable the standard validation anymore (even only by accident).
Usage examples can be found in example_test.go, to build claims structs like the following.
// MyCustomClaims includes all registered claims, plus Foo.
type MyCustomClaims struct {
Foo string `json:"foo"`
jwt.RegisteredClaims
}
// Validate can be used to execute additional application-specific claims
// validation.
func (m MyCustomClaims) Validate() error {
if m.Foo != "bar" {
return errors.New("must be foobar")
}
return nil
}
Changes to the Token and Parser struct
The previously global functions DecodeSegment and EncodeSegment were moved to the Parser and Token struct respectively. This will allow us in the future to configure the behavior of these two based on options supplied on the parser or the token (creation). This also removes two previously global variables and moves them to parser options WithStrictDecoding and WithPaddingAllowed.
In order to do that, we had to adjust the way signing methods work. Previously they were given a base64 encoded signature in Verify and were expected to return a base64 encoded version of the signature in Sign, both as a string. However, this made it necessary to have DecodeSegment and EncodeSegment global and was a less than perfect design because we were repeating encoding/decoding steps for all signing methods. Now, Sign and Verify operate on a decoded signature as a []byte, which feels more natural for a cryptographic operation anyway. Lastly, Parse and SignedString take care of the final encoding/decoding part.
In addition to that, we also changed the Signature field on Token from a string to []byte and this is also now populated with the decoded form. This is also more consistent, because the other parts of the JWT, mainly Header and Claims were already stored in decoded form in Token. Only the signature was stored in base64 encoded form, which was redundant with the information in the Raw field, which contains the complete token as base64.
type Token struct {
Raw string // Raw contains the raw token
Method SigningMethod // Method is the signing method used or to be used
Header map[string]interface{} // Header is the first segment of the token in decoded form
Claims Claims // Claims is the second segment of the token in decoded form
Signature []byte // Signature is the third segment of the token in decoded form
Valid bool // Valid specifies if the token is valid
}
Most (if not all) of these changes should not impact the normal usage of this library. Only users directly accessing the Signature field as well as developers of custom signing methods should be affected.
What's Changed
- Added GitHub Actions Markdown by @oxisto in #260
- Remove
StandardClaimsin favor ofRegisteredClaimsby @oxisto in #235 - Adding more coverage by @oxisto in #268
- More consistent way of handling validation errors by @oxisto in #274
- New Validation API by @oxisto in #236
v5Pre-Release by @oxisto in #234- no need for string slice and call to strings.join by @moneszarrugh in #115
- Update MIGRATION_GUIDE.md by @liam-verta in #289
- Moving
DecodeSegementtoParserby @oxisto in #278 - Adjusting the error checking example by @oxisto in #270
- add documentation to hmac
Verify&Signto detail why string is not an advisable input for key by @dillonstreator in #249 - Add golangci-lint by @mfridman in #279
- Added dependabot updates for GitHub actions by @oxisto in #298
- Bump actions/checkout from 2 to 3 by @dependabot in #299
- Bump actions/setup-go from 3 to 4 by @dependabot in #300
- Added coverage reporting by @oxisto in #304
- Last Documentation cleanups for
v5release by @oxisto in #291 - enable jwt.ParsePublicKeyFromPEM to parse PKCS1 Public Key by @twocs in #120
New Contributors
- @moneszarrugh made their first contribution in #115
- @liam-verta made their first contribution in #289
- @dillonstreator made their first contribution in #249
- @dependabot made their first contribution in #299
- @twocs made their first contribution in #120
Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.5.0...v5.0.0
Configuration
📅 Schedule: Branch creation - "after 10pm,before 3am" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: mod upgrade --mod-name=github.com/caarlos0/env/v6 -t=11
could not load package: err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/DelineaXPM/dsv-cli:
github.com/caarlos0/env/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
github.com/golang-jwt/jwt/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
github.com/golang-jwt/jwt/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
github.com/posener/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
github.com/posener/complete/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
github.com/golang-jwt/jwt/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
github.com/posener/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
To ignore the vendor directory, use -mod=readonly or -mod=mod.
To sync the vendor directory, run:
go mod vendor
:warning: Snyk checks are incomplete. No issues have been found so far.
:warning: security/snyk check encountered an error. (View Details)
:warning: license/snyk check encountered an error. (View Details)
:white_check_mark: code/snyk check is complete. No issues have been found. (View Details)