-
-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: umputun/reproxy
base: v1.1.1
head repository: umputun/reproxy
compare: v1.2.0
- 17 commits
- 240 files changed
- 4 contributors
Commits on Mar 15, 2024
-
Add 'X-Forwarded-URL' to request header (#176)
* Add 'X-Forwarded-URL' to request header 'X-Forwarded-URL' has been added to the request header in the proxy core to improve redirection handling. * lint: address unused param warn, supress for tests
Configuration menu - View commit details
-
Copy full SHA for d2a4f56 - Browse repository at this point
Copy the full SHA d2a4f56View commit details -
switch to go 1.22, update deps
update version of runners, change goveralls install update docker build to v1.22 drop useless codeanalysis ci step
Configuration menu - View commit details
-
Copy full SHA for 7d88029 - Browse repository at this point
Copy the full SHA 7d88029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351de86 - Browse repository at this point
Copy the full SHA 351de86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ee5ba - Browse repository at this point
Copy the full SHA e2ee5baView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9085e7 - Browse repository at this point
Copy the full SHA d9085e7View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a9e489 - Browse repository at this point
Copy the full SHA 0a9e489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f61676 - Browse repository at this point
Copy the full SHA 6f61676View commit details -
Bump the github-actions-updates group with 5 updates
Bumps the github-actions-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `2` | `3` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` | | [actions/setup-go](https://github.com/actions/setup-go) | `4` | `5` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `3` | `6` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `docker/setup-qemu-action` from 2 to 3 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) Updates `docker/setup-buildx-action` from 2 to 3 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) Updates `actions/setup-go` from 4 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) Updates `golangci/golangci-lint-action` from 3 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab01034 - Browse repository at this point
Copy the full SHA ab01034View commit details -
Bump goreleaser/goreleaser from v1.14.0 to v1.25.1
Bumps goreleaser/goreleaser from v1.14.0 to v1.25.1. --- updated-dependencies: - dependency-name: goreleaser/goreleaser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72f5dbb - Browse repository at this point
Copy the full SHA 72f5dbbView commit details -
Bump golang.org/x/net from 0.22.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](golang/net@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7936e01 - Browse repository at this point
Copy the full SHA 7936e01View commit details -
Bump the go-modules-updates group with 3 updates
Bumps the go-modules-updates group with 3 updates: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [github.com/stretchr/testify](https://github.com/stretchr/testify) and [golang.org/x/crypto](https://github.com/golang/crypto). Updates `github.com/prometheus/client_golang` from 1.19.0 to 1.19.1 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.0...v1.19.1) Updates `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) Updates `golang.org/x/crypto` from 0.21.0 to 0.23.0 - [Commits](golang/crypto@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules-updates - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-updates - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-updates ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbed6ed - Browse repository at this point
Copy the full SHA cbed6edView commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30173d5 - Browse repository at this point
Copy the full SHA 30173d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899e101 - Browse repository at this point
Copy the full SHA 899e101View commit details
Commits on May 22, 2024
-
Added host substitution in MTProxy match type #189
A host substitution functionality has been added to the match logic for the MTProxy match type. This allows for more flexible routing rules, enabling the replacement of "$host" and "${host}" placeholders in the destination URL with the server name, before performing the regex match. Updated corresponding tests to reflect this change. make additional test without host substitution add test with ${host} substitutionConfiguration menu - View commit details
-
Copy full SHA for 271beed - Browse repository at this point
Copy the full SHA 271beedView commit details -
prevent log access races in tests
suppress false postive linter warns
Configuration menu - View commit details
-
Copy full SHA for d3bbec8 - Browse repository at this point
Copy the full SHA d3bbec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73c4928 - Browse repository at this point
Copy the full SHA 73c4928View commit details
Commits on May 23, 2024
-
Added support for wildcard prefix in server patterns (#191)
* Added support for wildcard prefix in server patterns This update introduces the ability to use a wildcard prefix in server patterns for domain matching. It also includes corresponding tests for this new functionality, ensuring "*.domain.com" style patterns can be handled correctly.
Configuration menu - View commit details
-
Copy full SHA for 57552c1 - Browse repository at this point
Copy the full SHA 57552c1View 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 v1.1.1...v1.2.0