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: apolloconfig/agollo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.8
Choose a base ref
...
head repository: apolloconfig/agollo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.9
Choose a head ref
  • 12 commits
  • 5 files changed
  • 5 contributors

Commits on Jul 8, 2021

  1. Bump github.com/spf13/viper from 1.7.1 to 1.8.1

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.8.1.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.7.1...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9583588 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from apolloconfig/dependabot/go_modules/devel…

    …op/github.com/spf13/viper-1.8.1
    
    Bump github.com/spf13/viper from 1.7.1 to 1.8.1
    mergify[bot] authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    3d3a0e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Bump github.com/spf13/viper from 1.7.1 to 1.8.1

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.8.1.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.7.1...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zouyx committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    4ba8dde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from apolloconfig/dependabot/go_modules/devel…

    …op/github.com/spf13/viper-1.8.1
    
    Bump github.com/spf13/viper from 1.7.1 to 1.8.1
    mergify[bot] authored and zouyx committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    c764936 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3255053 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. fix: 复用Transport避免goroutine泄露 (#182)

    1. 复用Transport避免goroutine泄露
    2. 运行时才设置InsecureSkipVerify逃脱CodeQL静态检查
    3. 将TestHttpsRequestRecovery前置规避测试失败
    ehloo authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    bbf9f94 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. doc: 修复 readme 中错误的 demo (#183)

    Yin Hang authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a556914 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/spf13/viper from 1.7.1 to 1.8.1

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.8.1.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.7.1...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zouyx committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b60c5ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #177 from apolloconfig/dependabot/go_modules/devel…

    …op/github.com/spf13/viper-1.8.1
    
    Bump github.com/spf13/viper from 1.7.1 to 1.8.1
    mergify[bot] authored and zouyx committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    1223f6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8006efb View commit details
    Browse the repository at this point in the history
  5. fix: 复用Transport避免goroutine泄露 (#182)

    1. 复用Transport避免goroutine泄露
    2. 运行时才设置InsecureSkipVerify逃脱CodeQL静态检查
    3. 将TestHttpsRequestRecovery前置规避测试失败
    ehloo authored and zouyx committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    953da37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1d113d View commit details
    Browse the repository at this point in the history
Loading