Releases: swan-cern/sparkmonitor
Releases · swan-cern/sparkmonitor
v3.3.0
What's Changed
- Upgrade from Node 20 to Node 24 by @LucaCanali in #51
v3.2.0
What's Changed
- Add support for building and using the listener with Spark 3 and Scala 2.13 by @LucaCanali in #47
- Cleanup Spark3 build and improve README by @LucaCanali in #49
- Update Python versions dependencies by @LucaCanali in #48
v3.1.2
What's Changed
- Improve spark build and test by @LucaCanali in #44
- The Spark 4 listener now builds against
spark-sql 4.1.1instead of4.0.0 - The Spark 4 Scala version was updated from 2.13.16 to 2.13.18
- The Spark 4
sbtbuild was updated from 1.9.3 to 1.12.4 - Updated GitHub Actions workflow dependencies, including checkout actions
- The Spark 4 listener now builds against
- Minor improvements to README by @LucaCanali in #45
- Clarified installation steps for JupyterLab and classic Notebook
- Documented support for PySpark 3.x and 4.x
Full Changelog: v3.1.1...v3.1.2
v3.0.5
v3.0.4
What's Changed
- Make colors of the spark jobs table consistent with the jupyterlab theme by @Kontinuation in #33
New Contributors
- @Kontinuation made their first contribution in #33
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- Add support for scala 2.13 and drop scala 2.11 in sparkmonitor by @LucaCanali in #35
- Fix Github action build and publish by @LucaCanali in #37
New Contributors
- @LucaCanali made their first contribution in #35
Full Changelog: v3.0.2...v3.0.3
v3.0.2
v3.0.1
v3.0.0
What's Changed
- job-table: sort stages by id by @utkarshgupta137 in #18
- store: sort stages by id by @utkarshgupta137 in #19
- SparkMonitor: update to Lab 4 by @diocas in #25
New Contributors
- @utkarshgupta137 made their first contribution in #18
- @diocas made their first contribution in #25
Full Changelog: v2.1.1...v3.0.0
v2.1.1
Spark 3.2 updates its version of json4s to 3.7.0-M11, which breaks our custom listener. We changed the build process to shade the json4s dependency and to have Sparkmonitor work with both new and old Spark versions
What's Changed
- shade json4s in scalalistener by @rccern in #6
- v2.1.0 by @rccern in #8
- fix spark3 version by @rccern in #9
- v2.1.1 by @rccern in #10
Full Changelog: https://github.com/swan-cern/sparkmonitor/commits/v2.1.1