Skip to content

Commit 00ec9bf

Browse files
authored
chore: release bigframes v2.43.0 (#17460)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.16.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e <details><summary>bigframes: v2.43.0</summary> ## [v2.43.0](bigframes-v2.42.0...bigframes-v2.43.0) (2026-06-12) ### Features * add `bigframes.bigquery.bit_count` and conversion scalar function (#17433) ([7f29823](7f29823f)) ### Bug Fixes * preserve aliases on cast columns and fix star selection in sqlglot (#17394) (#17455) ([145034a](145034a3)) * improve error message when unescaped `{` are found in SQL cells (#17346) ([3a90cc8](3a90cc8e)) * bump pyarrow from 15.0.2 to 23.0.1 in /packages/bigframes (#17386) ([f59c2b2](f59c2b2a)) ### Documentation * add a notebook explaining bqsql magics cell chaining (#17216) ([1a0de4a](1a0de4a7)) </details>
1 parent f4945bd commit 00ec9bf

5 files changed

Lines changed: 25 additions & 6 deletions

File tree

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e
1515
libraries:
1616
- id: bigframes
17-
version: 2.42.0
17+
version: 2.43.0
1818
last_generated_commit: ""
1919
apis: []
2020
source_roots:

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ default:
5858
library_type: GAPIC_AUTO
5959
libraries:
6060
- name: bigframes
61-
version: 2.42.0
61+
version: 2.43.0
6262
skip_release: true
6363
python:
6464
library_type: INTEGRATION

packages/bigframes/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
[1]: https://pypi.org/project/bigframes/#history
66

7+
## [2.43.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.42.0...bigframes-v2.43.0) (2026-06-12)
8+
9+
10+
### Documentation
11+
12+
* add a notebook explaining bqsql magics cell chaining (#17216) ([1a0de4a7701b7fdf4c2593b1960f1194ebc49793](https://github.com/googleapis/google-cloud-python/commit/1a0de4a7701b7fdf4c2593b1960f1194ebc49793))
13+
14+
15+
### Features
16+
17+
* add `bigframes.bigquery.bit_count` and conversion scalar function (#17433) ([7f29823fadb3cff42dbe666f8c7aa33bab3c7021](https://github.com/googleapis/google-cloud-python/commit/7f29823fadb3cff42dbe666f8c7aa33bab3c7021))
18+
19+
20+
### Bug Fixes
21+
22+
* preserve aliases on cast columns and fix star selection in sqlglot (#17394) (#17455) ([145034a345eb3e14ea3f23dfcafa3d2409a09067](https://github.com/googleapis/google-cloud-python/commit/145034a345eb3e14ea3f23dfcafa3d2409a09067))
23+
* bump pyarrow from 15.0.2 to 23.0.1 in /packages/bigframes (#17386) ([f59c2b2aa61316cf04b650933036ef50f6a1f08c](https://github.com/googleapis/google-cloud-python/commit/f59c2b2aa61316cf04b650933036ef50f6a1f08c))
24+
* improve error message when unescaped `{` are found in SQL cells (#17346) ([3a90cc8e867c8a2d2f8060858fde9eda94f80a54](https://github.com/googleapis/google-cloud-python/commit/3a90cc8e867c8a2d2f8060858fde9eda94f80a54))
25+
726
## [2.42.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.41.0...bigframes-v2.42.0) (2026-06-08)
827

928

packages/bigframes/bigframes/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.42.0"
15+
__version__ = "2.43.0"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2026-06-08"
18+
__release_date__ = "2026-06-12"
1919
# {x-release-please-end}

packages/bigframes/third_party/bigframes_vendored/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.42.0"
15+
__version__ = "2.43.0"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2026-06-08"
18+
__release_date__ = "2026-06-12"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)