Skip to content

Releases: Beever-Labs/auralogger-python

bugfix22

Choose a tag to compare

@Bhanu-Vardhan-Reddy Bhanu-Vardhan-Reddy released this 02 Jul 20:44
Update version to 0.1.10 and enhance session handling in configuration

- Bumped the version in `pyproject.toml` to 0.1.10.
- Added optional `session` argument to `Auralogger.configure(...)` and `Auralogger.sync_from_secret(...)`, with precedence for session resolution: explicit arg → `AURALOGGER_PROJECT_SESSION` from env → `proj_auth` response.
- Updated documentation in `README.md`, `user-docs/commands.md`, and `user-docs/environment.md` to reflect changes in session handling and configuration.
- Enhanced CLI commands to include session management in prompts and initialization snippets.
- Improved error handling and user feedback related to session configuration in various components.

lets debug

Choose a tag to compare

@Bhanu-Vardhan-Reddy Bhanu-Vardhan-Reddy released this 05 May 18:18
Update version to 0.1.8 and enhance smoke test documentation

- Bumped the version in `pyproject.toml` to 0.1.8.
- Added detailed instructions for running local smoke tests in `dev-docs/README.md`, including setup for credentials and installation steps.
- Expanded the `smoke_aura_log.py` script to include load testing, async testing, and concurrent logging capabilities, improving test coverage and functionality.