Skip to content

Commit 2cc44da

Browse files
chore(main): release bigframes 2.48.0
1 parent 8e711b4 commit 2cc44da

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/bigframes": "2.47.0",
2+
"packages/bigframes": "2.48.0",
33
"packages/google-cloud-bigquery": "3.42.3",
44
"packages/google-crc32c": "1.8.0",
55
"packages/pandas-gbq": "0.35.0",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ default:
7474
library_type: GAPIC_AUTO
7575
libraries:
7676
- name: bigframes
77-
version: 2.47.0
77+
version: 2.48.0
7878
python:
7979
library_type: INTEGRATION
8080
- name: bigquery-magics

packages/bigframes/CHANGELOG.md

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

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

7+
## [2.48.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.47.0...bigframes-v2.48.0) (2026-08-04)
8+
9+
10+
### Features
11+
12+
* **bigframes:** Transpiler supports more string ops ([#17693](https://github.com/googleapis/google-cloud-python/issues/17693)) ([7d2bc21](https://github.com/googleapis/google-cloud-python/commit/7d2bc213caabb23eef04e8242e1a05351013d217))
13+
14+
15+
### Bug Fixes
16+
17+
* bump undici and @angular/build in /packages/bigframes/bigframes/display/table_widget_angular ([#17986](https://github.com/googleapis/google-cloud-python/issues/17986)) ([6938061](https://github.com/googleapis/google-cloud-python/commit/69380617aa68f565e0885911c87520abe216c358))
18+
* bump undici from 7.25.0 to 7.29.0 in /packages/bigframes/tests/js ([#17987](https://github.com/googleapis/google-cloud-python/issues/17987)) ([65a3571](https://github.com/googleapis/google-cloud-python/commit/65a3571325be9497c17d1c640b3cd56d8a7766e2))
19+
720
## [2.47.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.46.0...bigframes-v2.47.0) (2026-08-03)
821

922

packages/bigframes/bigframes/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.47.0"
15+
__version__ = "2.48.0"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2026-06-12"

packages/bigframes/third_party/bigframes_vendored/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.47.0"
15+
__version__ = "2.48.0"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2026-06-12"

0 commit comments

Comments
 (0)