10000 Comparing v0.4.4...v0.4.5 · nats-io/nkeys · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: nats-io/nkeys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.4
Choose a base ref
...
head repository: nats-io/nkeys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.5
Choose a head ref
  • 15 commits
  • 10 files changed
  • 5 contributors

Commits on Mar 16, 2023

  1. CI: bump staticcheck GHAction

    For initial setup, I used the docs at
    <https://staticcheck.io/docs/running-staticcheck/ci/github-actions/> which
    worked, but we noticed slightly late that there were deprecation warnings on
    our shiny new GitHub Action.
    Meanwhile, <https://github.com/marketplace/actions/staticcheck> has a newer
    version of the action.
    
    So bump the staticcheck action version (not the staticcheck binary version).
    philpennock committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9fe76da View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. [FIX] added windows binary

    Fixes #50
    aricart committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0876df1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge pull request #51 from nats-io/fix-50

    [FIX] added windows binary
    aricart authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c891293 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. YAML Enginering: quote go-version string

    Try to ensure that when we switch to Go 1.20 we don't forget to quote the
    string to protect against the version being parsed as `1.2`.
    philpennock committed May 7, 2023
    Configuration menu
    Copy the full SHA
    64eab80 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Use readKeyFile to read both seed file and public key file

    It's consistent with the key reading behavior in `sign`, and we can add some
    comments in both seed file and public key file.
    
    And encode the signature with base64 url nopadding format instead of base64 std,
    since jwt signature is using base64 url nopadding format. So that `nk` command
    can be used to verify jwt token conviniently.
    
    Signed-off-by: JUN JIE NAN <nanjunjie@gmail.com>
    nanjj committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1db6785 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge pull request #54 from nanjj/main

    Use readKeyFile to read both seed file and public key file
    derekcollison authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    82f3ee7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Made decode a little fast

    and added a benchmark test.
    
    Signed-off-by: JUN JIE NAN <nanjunjie@gmail.com>
    nanjj committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3018df5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from nanjj/main

    Made `decode` a little fast
    derekcollison authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    50e9b6d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Add issue forms

    Signed-off-by: Byron Ruth <byron@nats.io>
    bruth committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    eea74f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Fix issue config discussions link

    [ci skip]
    bruth authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4647ec0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from nats-io/add-issue-forms

    Add issue forms
    derekcollison authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9fb4151 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. [FIX] added binaries to match nats-server

    Fixes #32
    aricart committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6b488b3 View commit details
    Browse the repository at this point in the history
  2. bump version number

    aricart committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d935834 View commit details
    Browse the repository at this point in the history
  3. bump go to 1.21.x

    aricart committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    53c0777 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58 from nats-io/arch-bins

    [FIX] added binaries to match nats-server
    aricart authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3e454c8 View commit details
    Browse the repository at this point in the history
Loading
0