Append DBR/DBW client-name suffix for batch database DAO + bump to v67#1662
Merged
xinyaochen-sudo merged 1 commit intoJun 24, 2026
Conversation
Sync src/ from private gitsoma repo (enterprise-api/updated-dataloader) for the v67 release. Brings over the DBR/DBW telemetry suffix on the Sforce-Call-Options client header (batch mode + database DAO) and its unit tests. Bumps dataloader and force-partner-api to 67.0.0. Only src/ and version are synced per the migration plan; internal build plumbing (Nexus SWT deps, env-var versioning, stampy scripts) stays private.
xinyaochen-sudo
marked this pull request as draft
June 23, 2026 18:38
xinyaochen-sudo
marked this pull request as ready for review
June 23, 2026 23:21
amers185
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a telemetry suffix to the
Sforce-Call-Options: client=...header when Data Loader runs in batch mode with a database DAO, and bumps the release to 67.0.0.Changes
pom.xml: bumpdataloaderandforce-partner-apito 67.0.0ClientBase.java: append/DBR(databaseRead) or/DBW(databaseWrite) to the client header in batch mode; CSV and UI modes unchangedClientBaseGetClientNameTest.java: 15 unit tests covering the suffix logic plus UI/CSV no-suffix regression guardsWhy
Lets
LoginEvent.Applicationmeasure adoption of the database DAO surface. Telemetry only — no contract change, no flag.Testing
25/25 unit tests green; verified end-to-end against a sandbox (batch + database read/write carry the correct suffix; csv unchanged).