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: go-pkgz/rest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.0
Choose a base ref
...
head repository: go-pkgz/rest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20.0
Choose a head ref
  • 14 commits
  • 14 files changed
  • 4 contributors

Commits on Feb 9, 2024

  1. add decode/encode to docs

    umputun committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8ebf860 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    a606a43 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Update middleware.go

    fixed issue #27
    RupeshHacker authored and umputun committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e07a582 View commit details
    Browse the repository at this point in the history
  2. Update middleware_test.go

    test case updated as per issue #28
    RupeshHacker authored and umputun committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8e030ce View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    e20f7ef View commit details
    Browse the repository at this point in the history
  2. add IPv4 link-local address to private ranges detector, update list

    169.254.0.0/16 is this new range is the same as fe80::/10 for IPv6.
    
    Also, add comments to each entry according to provided link and replace
    192.0.0.0/24 with more specific prefixes according to standard.
    paskal authored and umputun committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    fbfa8cb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    9738b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99aa0b7 View commit details
    Browse the repository at this point in the history
  3. switch ci to go 1.22

    umputun committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b8f8a98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a080755 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3951be View commit details
    Browse the repository at this point in the history
  6. fix goverals install

    umputun committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    9868376 View commit details
    Browse the repository at this point in the history
  7. switch to go 1.23

    umputun committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    80d630d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #32 from go-pkgz/hashed-auth

    Hashed auth
    umputun authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    3c3ee31 View commit details
    Browse the repository at this point in the history
Loading