Skip to content

Release Notes

This section contains the release notes for all versions of the Upassist Python SDK.

Latest Release

v0.0.8 - Bug fixes, Dependencies and Project Management Improvements

Key Features:

  • 🐍 Bug fixes
  • 🔧 Improved build system and package management
  • 📦 Updated dependencies and type checks

Read full release notes

Previous Releases

v0.0.7 - Documentation and Project Management Improvements

  • 📚 Enhanced documentation with release notes section
  • 🐍 Updated Python version requirement to 3.10+
  • 🔧 Improved build system and package management
  • 🛠️ Enhanced development workflow and CI/CD
  • 📦 Updated dependencies and security checks

v0.0.6 - Documentation and Build System Improvements

  • Comprehensive API documentation with MkDocs
  • Enhanced build system with dynamic version management
  • Improved code quality tools (ruff, isort, black)
  • Added security checks and version validation
  • Updated package management and dependencies

v0.0.5

  • Initial public release
  • Basic heartbeat monitoring functionality
  • Log management features
  • Synchronous and asynchronous API clients
  • Type-safe data models with Pydantic

Version Support

Version Status Python Versions Release Date
0.0.8 Current ≥3.10 2025-05-13
0.0.7 Supported ≥3.10 2025-05-01
0.0.6 Supported ≥3.12 2025-05-01
0.0.5 Deprecated ≥3.12 2025-04-29

Upgrade Guide

To upgrade to the latest version:

pip install --upgrade upassist

For development dependencies:

pip install --upgrade "upassist[dev]"
pip install --upgrade "upassist[docs]"

Release Schedule

The Upassist Python SDK follows semantic versioning (MAJOR.MINOR.PATCH):

  • MAJOR version for incompatible API changes
  • MINOR version for backwards-compatible functionality
  • PATCH version for backwards-compatible bug fixes

We aim to release new versions with the following frequency:

  • Major releases: As needed for breaking changes
  • Minor releases: Every 2-3 months
  • Patch releases: As needed for bug fixes

Contributing

If you find any issues or have suggestions for improvements, please:

  1. Check the existing issues
  2. Create a new issue if needed
  3. Follow our contribution guidelines

For more information, visit Upassist Cloud