Skip to content

Tags: terranigma-solutions/liquid_earth_python_sdk

Tags

2025.1.0

Toggle 2025.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor token API tests and remove unused `user_id` parameter (#6)

# Updated token API test cases to validate token creation, revocation, and verification logic comprehensively

- Removed unused imports (`socket`, `os`) from `_utils.py`
- Improved response handling by safely accessing Content-Type header with `.get()` method
- Removed `user_id` parameter from token management functions as it's no longer required by the API
- Added comprehensive token lifecycle test that validates creation, verification, and revocation
- Implemented test skipping logic with `EXPLICIT` flag instead of global `pytestmark`
- Added proper token validation checks throughout the test process

v2025.1.0

Toggle v2025.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor token API tests and remove unused `user_id` parameter (#6)

# Updated token API test cases to validate token creation, revocation, and verification logic comprehensively

- Removed unused imports (`socket`, `os`) from `_utils.py`
- Improved response handling by safely accessing Content-Type header with `.get()` method
- Removed `user_id` parameter from token management functions as it's no longer required by the API
- Added comprehensive token lifecycle test that validates creation, verification, and revocation
- Implemented test skipping logic with `EXPLICIT` flag instead of global `pytestmark`
- Added proper token validation checks throughout the test process

2025.1.0rc3

Toggle 2025.1.0rc3's commit message
[BUG] Set default value for BACKEND_OVERRIDE environment variable

The BACKEND_OVERRIDE environment variable now defaults to an empty list if not provided. This improves reliability by avoiding potential issues with undefined values in the configuration.

2025.1.0rc2

Toggle 2025.1.0rc2's commit message
[ENH] Update requirements: remove version specifiers and replace subs…

…urface dependency

vtest

Toggle vtest's commit message
TeamCity change in 'LiquidEarthPythonSdk' project: 'Release' build co…

…nfiguration settings were updated

v2025.1.0rc3

Toggle v2025.1.0rc3's commit message
[BUG] Set default value for BACKEND_OVERRIDE environment variable

The BACKEND_OVERRIDE environment variable now defaults to an empty list if not provided. This improves reliability by avoiding potential issues with undefined values in the configuration.

v2025.1.0rc2

Toggle v2025.1.0rc2's commit message
[ENH] Update requirements: remove version specifiers and replace subs…

…urface dependency

v2025.1.0rc1

Toggle v2025.1.0rc1's commit message
[ENH] Rename package from 'liquid_earth_api' to 'liquid_earth_sdk' an…

…d update description

v2025.0.1b1

Toggle v2025.0.1b1's commit message
[ENH] Rename package from 'liquid_earth_api' to 'liquid_earth_sdk' an…

…d update description