Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps github.com/conductorone/baton-sdk from 0.3.35 to 0.4.5.

Release notes

Sourced from github.com/conductorone/baton-sdk's releases.

v0.4.5

What's Changed

New Contributors

Full Changelog: ConductorOne/baton-sdk@v0.4.4...v0.4.5

v0.4.4

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.4.3...v0.4.4

v0.4.3

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.4.2...v0.4.3

v0.4.2

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.4.1...v0.4.2

v0.4.1

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.4.0...v0.4.1

v0.4.0

What's Changed

Full Changelog: ConductorOne/baton-sdk@v0.3.58...v0.4.0

v0.3.58

What's Changed

... (truncated)

Commits
  • ea50b81 Update protogen (#491)
  • f9c2a9f Update SDK version to v0.4.4
  • bc01558 Replace active sync ID annotation with explicit sync id in relevant requests....
  • 2183c86 Update SDK version to v0.4.3
  • a7570da wip lifecycle management action traits and filtering (#489)
  • 2dc1e02 Update SDK version to v0.4.2
  • 4252930 Error if connector implements old version of interface. (#487)
  • 716ae57 Update SDK version to v0.4.1
  • 291527e Set correct sync annotations for session store and connector store. (#486)
  • dd4918c Update SDK version to v0.4.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note

Upgrades to baton-sdk v0.4.5 and integrates session cache + ActiveSyncId, new LocalCredentialOptions, v2 resource delete/manager APIs, enhanced sync types/controls, and store/compactor/HTTP robustness updates.

  • SDK/API:
    • Add ActiveSyncId to request/validation; introduce Baton Session service (proto + gRPC).
    • Switch credential/account ops to LocalCredentialOptions (incl. encrypted password support).
    • Support DeleteResource with parent_resource_id; add ResourceManagerV2/ResourceDeleterV2 and forbid old interfaces.
  • Runtime/Session:
    • New session cache (memory + gRPC) and CLI wiring (WithSessionCache); interceptors propagate sync ID; connector cleanup includes ActiveSyncId.
  • Syncer:
    • Add skip-entitlements-and-grants, targeted/partial/resources-only sync types, and inject ActiveSyncId in requests.
    • Grant expansion toggle and improved cycle detection (SCC).
  • Store/Compactor:
    • Introduce sync types, grant stats, decoder options, attached/naive compactor paths.
  • Crypto:
    • Parse client secret JWK and convert credential options; password decrypt support.
  • Infra/Utils:
    • uhttp: honor Cache-Control: no-cache, better transient error handling; update klauspost/compress; add semver dep.

Written by Cursor Bugbot for commit 737d6da. This will update automatically on new commits. Configure here.

Bumps [github.com/conductorone/baton-sdk](https://github.com/conductorone/baton-sdk) from 0.3.35 to 0.4.5.
- [Release notes](https://github.com/conductorone/baton-sdk/releases)
- [Commits](ConductorOne/baton-sdk@v0.3.35...v0.4.5)

---
updated-dependencies:
- dependency-name: github.com/conductorone/baton-sdk
  dependency-version: 0.4.5
  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 Sep 30, 2025
@coderabbitai
Copy link

coderabbitai bot commented Sep 30, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

n, r.err = w.Write(r.block.output)
if r.err != nil {
return written, err
return written, r.err
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Write Errors Not Properly Propagated

This commit fixes an issue where w.Write() errors were not correctly propagated. In several places, the code returned a potentially stale err variable instead of r.err, which holds the specific error from the write operation.

Additional Locations (1)

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #67.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/conductorone/baton-sdk-0.4.5 branch October 6, 2025 18:18
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