You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@ Before using the client, install it via pip:
41
41
python3 -m pip install databusclient
42
42
```
43
43
44
+
Note: the PyPI release was updated and this repository prepares version `0.15`. If you previously installed `databusclient` via `pip` and observe different CLI behavior, upgrade to the latest release:
This release addresses issue #35 by providing a new PyPI package (version 0.15) to ensure `pip install databusclient` provides the latest CLI features and bug fixes.
5
+
6
+
## Version
7
+
**0.15** (skipping 0.13 and 0.14 as requested)
8
+
9
+
## What's New
10
+
11
+
### Features & Improvements
12
+
-**Vault Authentication Enhancement**: Host-restricted token exchange for improved security
13
+
-**Better Error Messages**: Clearer authentication error messages for easier debugging
14
+
-**Download Redirect Handling**: Improved handling of redirects during file downloads
15
+
-**Comprehensive Documentation**: Enhanced docstrings across all modules
16
+
17
+
### Bug Fixes
18
+
- Fixed Vault token exchange to only work with known hosts
19
+
- Improved error handling in download operations
20
+
- Aligned README with current CLI behavior
21
+
22
+
### Testing
23
+
- Added comprehensive tests for Vault authentication
24
+
- Improved test coverage overall
25
+
26
+
## Installation
27
+
28
+
After this release is published to PyPI, users can install or upgrade with:
29
+
30
+
```bash
31
+
pip install databusclient==0.15
32
+
# or to upgrade
33
+
pip install --upgrade databusclient
34
+
```
35
+
36
+
## Build Artifacts
37
+
38
+
The following distribution files have been created and validated:
0 commit comments