chore(release): prep v1.12.3#208
Merged
Merged
Conversation
Bumps __version__.py from 1.12.2 → 1.12.3 and prepends a v1.12.3 section to CHANGELOG.md summarizing the seven PRs merged since v1.12.2. Co-authored-by: Copilot <223556219+Copilot@users.noreply.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.
Why this change is needed
Cuts a new patch release
v1.12.3to ship the seven PRs merged tomainsincev1.12.2:dbt clonefixes for fresh targets + cross-workspace destinationsint_teststoken expiry from JWTexp(was hardcoded to 2028, bypassing refresh)connections.py#203 — remove dead Thrift exception branch inexception_handlerparse_retry_afterto shared helper and dropdatetime.utcnow()#200 — consolidate four_parse_retry_aftercopies into_http_utils.pyand drop deprecateddatetime.utcnow()botocore/boto3loggers to DEBUG at import timere.DOTALLas a keyword arg in Livy comment-strippingre.sub(was silently settingcount=16)__exit__methods #193 — stop suppressing exceptions in all six__exit__methods acrosssingleton_livy.pyandconcurrent_livy.pyHow
Release-prep only — no functional code change:
src/dbt/adapters/fabricspark/__version__.pyfrom1.12.2→1.12.3(patch bump — all changes are bug fixes or internal refactors; no new public API)## v1.12.3section toCHANGELOG.mdsummarizing the seven PRs above (generated via thegenerate-changelogskill from.temp/VERSION_CHANGELOG_FULL.md)The existing
v1.12.2section is preserved unchanged below the new entry.Test
N/A — release metadata only. CI on this branch will exercise the full
lint/build/testmatrix against the released code paths to confirm the bump is green before tagging.Per
docs/RELEASE_CHECKLIST.md, the next steps after this merges:mainv1.12.3againstmain(triggersrelease.yml→ PyPI publish)dbt-fabricspark==1.12.3on pypi.org