Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 518 Bytes

File metadata and controls

9 lines (7 loc) · 518 Bytes

v0.2.1

  • Fix: Corrected an invalid pyproject.toml build configuration (wheel-sources instead of wheel.sources) that caused import stackit.valkey to fail with ModuleNotFoundError

v0.2.0

  • Breaking Change/Fix: create_backup operation now returns CreateBackupResponseItem instead of List[CreateBackupResponseItem] The return type now correctly models the actual JSON response, this operation was broken beforehand.

v0.1.0

  • New: STACKIT valkey module to create key-value stores