Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lestrrat-go/jwx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.20
Choose a base ref
...
head repository: lestrrat-go/jwx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.21
Choose a head ref
  • 8 commits
  • 12 files changed
  • 3 contributors

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    ffcb990 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1084)

    * Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * run make tidy and gazelle-update-repos
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    dependabot[bot] and lestrrat authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    38d258e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Bump golang.org/x/crypto from 0.19.0 to 0.21.0 (#1086)

    * Bump golang.org/x/crypto from 0.19.0 to 0.21.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.21.0.
    - [Commits](golang/crypto@v0.19.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Run make tidy and gazelle-update-repos
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    dependabot[bot] and lestrrat authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    778ed27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request from GHSA-hj3v-m684-v259

    * Add WithMaxDecompressBufferSize option
    
    * tweak test name
    
    * Update documentation
    
    * Tweak Changes
    lestrrat authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d43f2ce View commit details
    Browse the repository at this point in the history
  3. Update Changes

    lestrrat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    17e2da9 View commit details
    Browse the repository at this point in the history
  4. silence linter

    For this particular case, we are aware that the error value is non-nil
    but we also know that it's io.EOF
    lestrrat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cdfaccf View commit details
    Browse the repository at this point in the history
  5. fix keyset suboption documentation (#1090)

    * Fix documentation
    
    This was probably introduced by a search-and-replace
    
    * one more doc fix
    lestrrat authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    551073b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1091 from lestrrat-go/develop/v2

    [v2] merge for v2.0.21
    lestrrat authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    611d914 View commit details
    Browse the repository at this point in the history
Loading