Skip to content

Commit 3b7df0d

Browse files
chore(main): release 0.9.0 (#124)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 65e8d4d commit 3b7df0d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v0.8.3...v0.9.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* add builder methods for session configuration ([#115](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/115)) ([3a6a218](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/3a6a21883782ccc8b62624906bee53e0cb708e64))
9+
* Add Python version check and warning ([#114](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/114)) ([65e8d4d](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/65e8d4d83c35e02a0ed3cac66c95db5cb5255a9f))
10+
* Add view session details button ([#123](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/123)) ([01b8f05](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/01b8f05e6fbff2d359fe01924fb2e0d212d34402))
11+
* Refactor and centralize client environment detection ([#117](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/117)) ([3b1a0a0](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/3b1a0a0c928b89773ee583aa2303d1f334dbc82d))
12+
13+
14+
### Bug Fixes
15+
16+
* Detect only IDE (not plugins) in the `environment.py` ([#125](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/125)) ([4733981](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/47339810b8015169951fd418fe11e3de5f78359f))
17+
318
## [0.8.3](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v0.8.2...v0.8.3) (2025-07-21)
419

520

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="dataproc-spark-connect",
23-
version="0.8.3",
23+
version="0.9.0",
2424
description="Dataproc client library for Spark Connect",
2525
long_description=long_description,
2626
author="Google LLC",

0 commit comments

Comments
 (0)