Skip to content

Latest commit

 

History

History
67 lines (32 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

67 lines (32 loc) · 3.64 KB

Changelog

0.5.2 (2025-02-11)

Bug Fixes

  • append project to session URIs and use location instead of the region in the builder (#40) (b7134d9)

0.5.1 (2025-02-05)

Bug Fixes

  • Support Spark Connect Server URIs w/o trailing / (23dff94)

0.5.0 (2025-02-04)

⚠ BREAKING CHANGES

  • rename dataprocConfig to googleSessionConfig

Bug Fixes

  • rename dataprocConfig to googleSessionConfig (f041e9d)

0.4.1 (2025-01-31)

Bug Fixes

  • remove import reference of old package (#31) (28651cb)

0.4.0 (2025-01-29)

⚠ BREAKING CHANGES

  • rename python package to google-spark-connect (#25)
  • Rename package to google.cloud.spark_connect.GoogleSparkSession

Bug Fixes

  • Remove unused/invalid "spark" field in session config proto (d349b15)
  • terminate s8s session on kernel termination (#24) (beeaa98)

Code Refactoring

  • rename package and class to google.cloud.spark_connect.GoogleSparkSession (#21) (313dba4)
  • rename python package to google-spark-connect (#25) (357d1fe)

0.2.0 (2024-12-05)

Miscellaneous Chores

0.1.0 (2024-12-05)

Bug Fixes

  • Rename /regions/ path to /locations/ (8d7e4c8)
  • Rename /regions/ path to /locations/ in client (#13) (f51151a)