Skip to content

build(deps): bump github.com/openziti/sdk-golang from 1.4.1 to 1.5.0#938

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/openziti/sdk-golang-1.5.0
Open

build(deps): bump github.com/openziti/sdk-golang from 1.4.1 to 1.5.0#938
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/openziti/sdk-golang-1.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps github.com/openziti/sdk-golang from 1.4.1 to 1.5.0.

Release notes

Sourced from github.com/openziti/sdk-golang's releases.

Release v1.4.2

What's Changed

Full Changelog: openziti/sdk-golang@v1.3.1...v1.4.2

Changelog

Sourced from github.com/openziti/sdk-golang's changelog.

Release notes 1.5.0

Notes

Session and service refresh timers now include configurable jitter to avoid thundering-herd load spikes on the controller. A new RefreshJitter field on Options controls the amount of randomization applied to refresh intervals. It is a fraction (0.0–0.5) representing the ±percentage of the configured interval. The default value is 0.1 (±10%), and the maximum allowed value is 0.5 (±50%).

For example, with the default 5-minute service refresh interval and 0.1 jitter, each refresh will fire at a random time between 4m30s and 5m30s. Internally, fixed-interval tickers have been replaced with per-cycle randomized timers, so each refresh cycle gets a newly randomized delay.

Issues Fixed and Dependency Updates

Release notes 1.4.2

This release exposes internal OIDC responses for structures for testing purposes.

Issues Fixed and Dependency Updates

Commits
  • e874bc4 Merge pull request #876 from openziti/jitter-refreshes
  • a0590e3 Addressed review comments
  • 506473f Update deps and changelog
  • 3228cbe Add a jitter config, which will default to 0.1, for session and service refre...
  • 8c3062b Merge pull request #873 from openziti/dependabot/go_modules/non-major-11814ea1da
  • 8e16caf Merge pull request #872 from openziti/fix-max-terminators
  • a6a9945 Address review comments
  • 61a74f5 Update changelog
  • 0680346 Return the connId in inspect responses. Fixes #879
  • 8d911d8 Ensure we're not writing responses from the the rxer goroutine. Fixes #878
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/openziti/sdk-golang](https://github.com/openziti/sdk-golang) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/openziti/sdk-golang/releases)
- [Changelog](https://github.com/openziti/sdk-golang/blob/main/CHANGELOG.md)
- [Commits](openziti/sdk-golang@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/openziti/sdk-golang
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 2, 2026
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.37%. Comparing base (dd0288b) to head (4690397).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #938   +/-   ##
=======================================
  Coverage   41.37%   41.37%           
=======================================
  Files          62       62           
  Lines        3722     3722           
=======================================
  Hits         1540     1540           
  Misses       2079     2079           
  Partials      103      103           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant