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: umputun/reproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: umputun/reproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 16 commits
  • 425 files changed
  • 4 contributors

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    85702e4 View commit details
    Browse the repository at this point in the history
  2. replace keep host with less verbose but more detailed dbg messages on…

    …ly if keep host is enabled
    umputun committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1959706 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Bump the go-modules-updates group with 2 updates

    Bumps the go-modules-updates group with 2 updates: [github.com/didip/tollbooth/v7](https://github.com/didip/tollbooth) and [golang.org/x/crypto](https://github.com/golang/crypto).
    
    
    Updates `github.com/didip/tollbooth/v7` from 7.0.1 to 7.0.2
    - [Commits](didip/tollbooth@v7.0.1...v7.0.2)
    
    Updates `golang.org/x/crypto` from 0.23.0 to 0.24.0
    - [Commits](golang/crypto@v0.23.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/didip/tollbooth/v7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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]>
    dependabot[bot] authored and umputun committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    1e81d22 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Bump the go-modules-updates group across 1 directory with 2 updates

    Bumps the go-modules-updates group with 2 updates in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [golang.org/x/crypto](https://github.com/golang/crypto).
    
    
    Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.20.2
    - [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.1...v1.20.2)
    
    Updates `golang.org/x/crypto` from 0.24.0 to 0.26.0
    - [Commits](golang/crypto@v0.24.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      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]>
    dependabot[bot] authored and umputun committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    8c9d35e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. max request size also checks the size of url

    as go loads the request to memory, it is necessary to prevent huge urls to hit is hard. Checking RawQuery len to the same maxSize in practice may allow double-sized requests max, but will do for now
    umputun committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3f5b6bd View commit details
    Browse the repository at this point in the history
  2. switch to 1.23, bump deps

    umputun committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7185184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad84e95 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. refactor subtests

    umputun committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    92bd228 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Update archive naming for macOS compatibility

    The archive name template has been adjusted to label builds for Darwin as 'macos' instead of 'darwin'.
    umputun committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0c14b97 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Bump github.com/stretchr/testify

    Bumps the go-modules-updates group with 1 update in the / directory: [github.com/stretchr/testify](https://github.com/stretchr/testify).
    
    
    Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-modules-updates
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and umputun committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    4486cec View commit details
    Browse the repository at this point in the history
  2. Fix minor typos in README.md

    hovsep authored and umputun committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    5b878f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Bump the go-modules-updates group with 2 updates

    Bumps the go-modules-updates group with 2 updates: [github.com/go-pkgz/rest](https://github.com/go-pkgz/rest) and [golang.org/x/crypto](https://github.com/golang/crypto).
    
    
    Updates `github.com/go-pkgz/rest` from 1.19.0 to 1.20.2
    - [Release notes](https://github.com/go-pkgz/rest/releases)
    - [Commits](go-pkgz/rest@v1.19.0...v1.20.2)
    
    Updates `golang.org/x/crypto` from 0.29.0 to 0.31.0
    - [Commits](golang/crypto@v0.29.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-pkgz/rest
      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]>
    dependabot[bot] authored and umputun committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    a80e260 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. bump deps

    umputun committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    672d038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee60fd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    c970d11 View commit details
    Browse the repository at this point in the history
  2. lint: drop legacy key

    umputun committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    3a204ef View commit details
    Browse the repository at this point in the history
Loading