Add v4.4 bridge release runway#130
Merged
Merged
Conversation
sidmohan0
added a commit
that referenced
this pull request
Apr 26, 2026
* chore(deps): bump sentencepiece from 0.2.0 to 0.2.1 (#114) Bumps [sentencepiece](https://github.com/google/sentencepiece) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/google/sentencepiece/releases) - [Commits](google/sentencepiece@v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: sentencepiece dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump cryptography from 44.0.2 to 46.0.5 (#119) Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.2 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.2...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump pillow and protobuf pins * chore: bump version to 4.3.0a1 [skip ci] * chore: bump version to 4.3.0b2 [skip ci] * chore: bump version to 4.3.0a2 [skip ci] * chore: bump version to 4.3.0b3 [skip ci] * chore: bump version to 4.3.0a3 [skip ci] * chore: bump version to 4.3.0b4 [skip ci] * chore: bump version to 4.3.0a4 [skip ci] * chore: bump version to 4.3.0b5 [skip ci] * chore: bump version to 4.3.0a5 [skip ci] * chore: bump version to 4.3.0b6 [skip ci] * chore: bump version to 4.3.0a6 [skip ci] * chore: bump version to 4.3.0b7 [skip ci] * chore: bump version to 4.3.0a7 [skip ci] * chore: bump version to 4.3.0b8 [skip ci] * chore: bump version to 4.3.0a8 [skip ci] * chore: bump version to 4.3.0b9 [skip ci] * chore: bump version to 4.3.0a9 [skip ci] * chore: bump version to 4.3.0b10 [skip ci] * chore: bump version to 4.3.0a10 [skip ci] * chore: bump version to 4.3.0b11 [skip ci] * Add v4.4 bridge release runway (#130) * feat: add v4.4 bridge release runway * docs: clarify contributor workflow * style: apply lint formatting * ci: allow prerelease base override (#131) * chore: bump version to 4.4.0b1 [skip ci] * Make telemetry opt-in for v4.4 (#132) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
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
This PR prepares the v4.4 bridge release before v5.0 and adds contributor workflow scaffolding for the open source project.
It includes:
datafog.scan,datafog.redact, anddatafog.protect.datafog.detectanddatafog.processwith no import-time warnings.Type
Target Branch
devmainfor a release/hotfixValidation
Commands run:
Results:
Optional profiles tested:
Notes For Reviewers
The top-level preview APIs default to the lightweight regex engine so the core install stays quiet without optional NLP extras. Users can still opt into
engine="smart"explicitly.After this lands, branch rules should be updated to require PRs into
dev, disable force pushes ondev, require at least one approval, require conversation resolution, and align required status-check names with the actual CI matrix jobs.