Skip to content

Releases: dbpedia/databus-python-client

databusclient v0.15

07 Jan 14:33
9901fca

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.15] - 2025-12-31

Added

  • Vault authentication improvements with host-restricted token exchange
  • Comprehensive tests for Vault authentication behavior
  • Enhanced docstrings across all modules for better documentation coverage
  • Support for download redirect handling

Fixed

  • Vault token exchange now restricted to known hosts for improved security
  • Clearer authentication error messages
  • README instructions now consistent with PyPI release

Changed

  • Updated CLI usage documentation to reflect current command structure
  • Improved error handling in download operations

Notes

  • Version 0.15 skips 0.13 and 0.14 as requested in issue #35
  • This release updates the PyPI package to align with current repository features

What's Changed

  • feat: webdav upload by @gg46ixav in #29
  • feat: cli option to delete datasets by @Integer-Ctrl in #38
  • PR: #36 by @Integer-Ctrl in
    • feat: api-key authentication for protected databus downloads (--databus-key)
    • chore: README rewrite
    • fix: content-Length mismatches
  • Refactor/project structure by @Integer-Ctrl in #39
  • chore: added pr template and issue templates
  • ci: ruff linter & formatter

v0.14 – Docker Support, CLI Migration, and Extended Download Capabilities

14 Oct 18:11
d78f129

Choose a tag to compare

This release introduces containerization, improved CLI usability, and extended download capabilities with authentication support.

  • Docker Support
  • Enhanced Documentation
    • Expanded README.md with usage examples for the Docker image, new download options, and Vault authentication
  • CLI Framework Migration
    • Replaced Typer with Click
    • Converted deploy and download commands with slightly renamed options and arguments for consistency
  • Extended Download Capabilities
    • Support added for downloading: file, version, artifact (latest), and group (latest artifacts in group)
  • Vault Authentication
  • General Updates
    • Dependency updates, test improvements, and minor code/formatting refinements

v0.13

08 Oct 14:40

Choose a tag to compare

v0.13 Pre-release
Pre-release

initial release