chore(sdk): release 0.3.1#121
Conversation
Bumps both SDK clients to 0.3.1 and adds CHANGELOG entries for the ingestFiles/ingest_files 8 MiB python3 guard (allowOversized / EFILE_TOO_LARGE_FOR_CPYTHON), whose code landed on main via #116. - TS: package.json + src/version.ts + CHANGELOG.md (check:version consistent) - Python: pyproject.toml + src/sqlfs/_version.py + CHANGELOG.md Merging this to main fires the SDK release workflows, publishing 0.3.1 to npm + PyPI with the guard code already present.
|
Warning Review limit reached
More reviews will be available in 13 minutes and 9 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Bumps both SQL-FS SDK clients to 0.3.1 and adds the CHANGELOG entries for the 8 MiB
ingestFiles/ingest_filesguard whose code already landed onmainvia #116.sql-fs-sdk):package.json+src/version.ts+CHANGELOG.mdsql-fs-sdk/sqlfs):pyproject.toml+src/sqlfs/_version.py+CHANGELOG.mdEach runtime's three version sources agree on
0.3.1(TScheck:versionpasses; Python pyproject /_version.py/ CHANGELOG all match).Changelog entry (both SDKs)
On merge to
main, the SDK release workflows fire (they gate on push-to-main + paths underclients/**):ts-sdk-release→npm publishsql-fs-sdk@0.3.1+ git tagv0.3.1+ GitHub Releasepython-sdk-release→ PyPI publish0.3.1(OIDC trusted publisher) + tagpython-sdk-v0.3.1+ GitHub ReleaseThe guard code is already on
main(#116, squash691a5d4), so these will be correct, complete0.3.1releases.