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: openziti/sdk-golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.45
Choose a base ref
...
head repository: openziti/sdk-golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.24.0
Choose a head ref
  • 12 commits
  • 20 files changed
  • 4 contributors

Commits on Jan 22, 2025

  1. Configuration menu
    Copy the full SHA
    a23ce16 View commit details
    Browse the repository at this point in the history
  2. fix append issue

    dovholuknf committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    bc44b0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0babe17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51614f View commit details
    Browse the repository at this point in the history
  5. tidy markdown

    qrkourier committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    afd095c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b560078 View commit details
    Browse the repository at this point in the history
  7. Bump the non-major group across 1 directory with 5 updates

    Bumps the non-major group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.15.3` | `2.16.4` |
    | [github.com/openziti/edge-api](https://github.com/openziti/edge-api) | `0.26.36` | `0.26.38` |
    | [github.com/openziti/transport/v2](https://github.com/openziti/transport) | `2.0.159` | `2.0.160` |
    | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.25.0` |
    | google.golang.org/protobuf | `1.36.2` | `1.36.3` |
    
    
    
    Updates `github.com/go-resty/resty/v2` from 2.15.3 to 2.16.4
    - [Release notes](https://github.com/go-resty/resty/releases)
    - [Commits](go-resty/resty@v2.15.3...v2.16.4)
    
    Updates `github.com/openziti/edge-api` from 0.26.36 to 0.26.38
    - [Release notes](https://github.com/openziti/edge-api/releases)
    - [Commits](openziti/edge-api@v0.26.36...v0.26.38)
    
    Updates `github.com/openziti/transport/v2` from 2.0.159 to 2.0.160
    - [Commits](openziti/transport@v2.0.159...v2.0.160)
    
    Updates `golang.org/x/oauth2` from 0.23.0 to 0.25.0
    - [Commits](golang/oauth2@v0.23.0...v0.25.0)
    
    Updates `google.golang.org/protobuf` from 1.36.2 to 1.36.3
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-resty/resty/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: non-major
    - dependency-name: github.com/openziti/edge-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: non-major
    - dependency-name: github.com/openziti/transport/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: non-major
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: non-major
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: non-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    7732613 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #666 from openziti/dependabot/go_modules/non-major…

    …-7d9e35f41c
    
    Bump the non-major group across 1 directory with 5 updates
    plorenz authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    f60fb40 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Merge pull request #662 from openziti/fix-http-client-example

    tweak NewSdkCollectionFromEnv and fix the http-client example
    dovholuknf authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    a195721 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #665 from openziti/tidy-examples

    let examples build checked out sdk
    qrkourier authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    4c6f31e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8e159f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #664 from openziti/proxy-support

    Add API for controlling proxy use when connecting to controller. Fixes #663
    plorenz authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    b3befec View commit details
    Browse the repository at this point in the history
Loading