Skip to content

Commit 356d9b7

Browse files
chore(main): release 1.0.0rc6 (#141)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Igor Dvorzhak <[email protected]>
1 parent e5b1708 commit 356d9b7

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+
## [1.0.0rc6](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v1.0.0rc5...v1.0.0rc6) (2025-10-10)
4+
5+
6+
### Features
7+
8+
* Add support for running Spark Connect client inside the Dataproc s8s batch ([#150](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/150)) ([e5b1708](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/e5b17086d1fbd37a91b50fe4c725df0e5eb5fcd8))
9+
* add support for sparksql magic ([#137](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/137)) ([274f013](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/274f0135d2f6b0fe65511eb79ca0f4154377cd4c))
10+
11+
12+
### Bug Fixes
13+
14+
* Ensure DataprocSparkConnectException displays error messages in all Jupyter environments ([#136](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/136)) ([1fc26f5](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/1fc26f597a67542a562b1c2d0a57e4276827802b))
15+
* pysparkvalue error ([#144](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/144)) ([436d97e](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/436d97e798bd26661871c6cad3673d913d10377f))
16+
* Revert the exception message fix in SC 1.0 ([#147](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/147)) ([21b6239](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/21b6239c500bd45447b2c07d404082dbd2fa7169))
17+
318
## [1.0.0rc5](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v1.0.0rc4...v1.0.0rc5) (2025-09-19)
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="1.0.0rc5",
23+
version="1.0.0rc6",
2424
description="Dataproc client library for Spark Connect",
2525
long_description=long_description,
2626
author="Google LLC",

0 commit comments

Comments
 (0)