-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: go-chi/chi
base: v5.1.0
head repository: go-chi/chi
compare: v5.2.0
- 16 commits
- 15 files changed
- 15 contributors
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb01474 - Browse repository at this point
Copy the full SHA eb01474View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dac67d9 - Browse repository at this point
Copy the full SHA dac67d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fedde2 - Browse repository at this point
Copy the full SHA 6fedde2View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39703bc - Browse repository at this point
Copy the full SHA 39703bcView commit details
Commits on Sep 18, 2024
-
Add
Find
toRoutes
interface (#872)* Add Find to Routes interface * Add example of using Routes.Find * Rename find-pattern example * And find_pattern middleware * Refactor find-pattern example to use official FindPattern middleware * Remove middleware.FindPattern for now --------- Co-authored-by: jriddle <jriddle@axon.com> Co-authored-by: Vojtech Vitek <vojtech.vitek@golang.cz>
Configuration menu - View commit details
-
Copy full SHA for 1089a7c - Browse repository at this point
Copy the full SHA 1089a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 134f373 - Browse repository at this point
Copy the full SHA 134f373View commit details -
feat(): add CF-Connecting-IP (#908)
* feat(): add CF-Connection-IP * feat(): custom real ip header #908 * fix(): typo * refactor(): remove cf-connecting-ip from default headers * refactor(): back to unexported default headers
Configuration menu - View commit details
-
Copy full SHA for cbaac31 - Browse repository at this point
Copy the full SHA cbaac31View commit details -
Fixed incorrect comment about routing (#887)
The comment was meant to demonstrate how non-wildcard routes can match wilecard routes, but there was likely a typo that made it incorrect.
Configuration menu - View commit details
-
Copy full SHA for df0303d - Browse repository at this point
Copy the full SHA df0303dView commit details -
Fix condition in TestRedirectSlashes (#856)
* Fix condition in TestRedirectSlashes * Improve test logs in middleware/strip_test.go --------- Co-authored-by: Vojtech Vitek <vojtech.vitek@golang.cz>
Configuration menu - View commit details
-
Copy full SHA for 7335050 - Browse repository at this point
Copy the full SHA 7335050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd7716 - Browse repository at this point
Copy the full SHA 5dd7716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c4d128 - Browse repository at this point
Copy the full SHA 2c4d128View commit details -
Ability to specify response HTTP status code for Throttle middleware (#…
…571) * Fix typo in doc comment for Throttle middleware * Add ability to specify response HTTP status code for Throttle middleware
Configuration menu - View commit details
-
Copy full SHA for 1f927a8 - Browse repository at this point
Copy the full SHA 1f927a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 882c15e - Browse repository at this point
Copy the full SHA 882c15eView commit details
Commits on Sep 26, 2024
-
Fix
Mux.Find
not correctly handling nested routes (#954)* Fix Mux.Find not correctly handling nested routes * Add more test cases for TextMuxFind * Fix Mux.Find returning partial path for failing cases
Configuration menu - View commit details
-
Copy full SHA for 6ceb498 - Browse repository at this point
Copy the full SHA 6ceb498View commit details
Commits on Dec 14, 2024
-
fix: allow multiple informational status (#961)
Informational status in the range 100-199 may be sent multiple times, unlike statuses in the range 200-599. This follows usage in the stdlib: https://github.com/golang/go/blob/485ed2fa5b5e0b7067ef72a0f4bdc9ca12b77ed7/src/net/http/server.go#L1216
Configuration menu - View commit details
-
Copy full SHA for d9d5e31 - Browse repository at this point
Copy the full SHA d9d5e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a20a0e - Browse repository at this point
Copy the full SHA 0a20a0eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.1.0...v5.2.0