Develop to prod 0.4.0#307
Merged
Merged
Conversation
Marks the minor-version cut following the substantive batch landed under
0.3.x:
- the P3–P6 refactor series consolidating per-category behavior into
ModalityRegistry + extracting RecordProcessor / BatchWriter / TableLock
(#253, #255, #256, #257, #272, #273, #274, #275, #276, #278, #280,
#284)
- atomicity work that closes the create_table-before-validate window
at multiple gates (#260/#265/#279, #289/#292)
- preflight UX fixes — typo suggestions on schema types (#264/#293),
JSONL detection (#263), clean LabelDiversity behaviour on JSON
edge cases (#267/#294), file-type error includes allowed
extension (#291/#295)
- canonical column-identifier grammar (#288)
- tokenizer fingerprint hardening (#286)
- self-supervised edge-label metadata fix (#297)
- TSF README example aligned with runtime validators (#290/#296)
setup.py reads the literal from __init__.py (#175), so this is the only
file to bump.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
chore(release): bump version to 0.4.0
Collaborator
|
👋 Heads-up — Code review queue is at 39 / 30 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
saadqbal
approved these changes
Jun 18, 2026
5 tasks
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
Related
Type of change
Test plan
Screenshots / recordings
Deployment notes
Checklist
Note
Low Risk
The visible diff is a one-line version change with no runtime logic; overall release risk depends on other commits in the sync PR, not shown here.
Overview
Release version bump for v0.4.0 as part of the develop → prod sync (
Develop to prod 0.4.0).Updates
__version__intracebloc_ingestor/__init__.pyfrom0.3.12to0.4.0. Per existing release practice, this is the only file that must change for the version string;setup.pyreads it via_read_version()at build time so PyPI andimport tracebloc_ingestorstay aligned.The major SemVer step (0.3 → 0.4) signals breaking or otherwise significant changes that are expected to land with this sync, even though this diff is only the version literal.
Reviewed by Cursor Bugbot for commit df307e5. Bugbot is set up for automated code reviews on this repo. Configure here.