From d1f54881ba9a0940c1d1bedc9ffc90db468e9c3f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:26:37 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bae21..04c9254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.0](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v1.0.2...v1.1.0) (2026-04-06) + + +### Features + +* Add support for %dpip magic to install packages on Spark session ([#176](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/176)) ([e335569](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/e335569a2c701f08bda4205d6977c5c4a26c75bf)) +* Auto-detect more popular IDEs for usage tracking ([#182](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/182)) ([51c6f92](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/51c6f928068890a7998a018f7b756994cc6b15ba)) + + +### Documentation + +* Document all builder methods ([#178](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/178)) ([b596df7](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/b596df72445bbec391053384eb7c53eea9c29abe)) + ## [1.0.2](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v1.0.1...v1.0.2) (2026-02-04) diff --git a/setup.py b/setup.py index 539e50e..ed90610 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="dataproc-spark-connect", - version="1.0.2", + version="1.1.0", description="Dataproc client library for Spark Connect", long_description=long_description, long_description_content_type="text/markdown",