Skip to content

Releases: peterschwps/SAP-Datasphere-CLI

v0.4.0

Choose a tag to compare

@peterschwps peterschwps released this 08 Jul 21:31
6ac8b7b

0.4.0 (2026-07-08)

⚠ BREAKING CHANGES

  • moved batch orchestration into the cli (#21)

Features

  • moved batch orchestration into the cli (#21) (fbecbd1)
  • replaced the macos binary with a pypi installation (#20) (2677839)

Refactoring

  • moved the package to src layout as datasphere_cli (#18) (db9215d)

v0.3.2

Choose a tag to compare

@peterschwps peterschwps released this 07 Jul 18:51
3955499

0.3.2 (2026-07-07)

Features

Documentation

v0.3.1

Choose a tag to compare

@peterschwps peterschwps released this 07 Jul 18:13
c3ceabd

0.3.1 (2026-07-07)

Bug Fixes

  • ran pyinstaller without local sources in release builds (8c83302)

Documentation

  • added readme badges and updated title (b26e339)

v0.3.0

Choose a tag to compare

@peterschwps peterschwps released this 07 Jul 17:14
bedb9ee

0.3.0 (2026-07-07)

Features

  • added file-backed action wrappers (3316648)

Refactoring

  • made settings and logging setup explicit (1df05ac)
  • moved the api layer into the datasphere-api library (2ccdb52)
  • ran menu actions through the datasphere-api client (de3b47b)
  • removed embedded datasphere api layer (65b3237)

Continuous Integration

  • added release-please and pypi release pipeline (0ad3b9b)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:11
build: added option to start workflow manually

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 15:13
feat: added TUI with Textual (#7)

* build: added Textual

* style: added ASCII logo

* feat: added Textual screen with header and footer; added menu handler

* chore: added missing init

* refactor: changed name of .tcss file

* feat: added ParamScreen and ExecutionScreen needed to execute any menu options

* style: changed color codes of logging levels to match official SAP color palettes

* refactor: added logic to start Textual app

* refactor: improved order

* refactor: removed old menu as it is not needed anymore

* style: changed comment

* fix: fixed log level CRITICAL not being displayed correctly

* style: added style to error message of the ExecutionScreen

* style: added additional log statement for more clarity

* style: changed hex code for errors

* feat: added editor to change the settings from the CLI

* refactor: changed globals to class attributes to enable reloading the config after editing the settings file

* refactor: changed naming convention of SETTINGS_FILE variable

* chore: added styles for the in-app settings editor

* build: bumped minor version

* build: moved textual-dev to dev dependency group

---------

Co-authored-by: Peter Schwips <p.schwips@nbb-netzgesellschaft.de>

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 11:42
Merge branch 'main' of https://github.com/peterschwps/SAP-Datasphere-…

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Nov 19:56
Initial commit