Skip to content

Commit bec1604

Browse files
chore(main): release 1.1.0 (#179)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 51c6f92 commit bec1604

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v1.0.2...v1.1.0) (2026-04-06)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
11+
12+
### Documentation
13+
14+
* 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))
15+
316
## [1.0.2](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v1.0.1...v1.0.2) (2026-02-04)
417

518

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.2",
23+
version="1.1.0",
2424
description="Dataproc client library for Spark Connect",
2525
long_description=long_description,
2626
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)