Skip to content

Releases

Current status: alpha

We're actively working towards our beta release. Track our progress here!

Alpha phase notice

During the alpha phase, breaking changes may occur between releases as we establish the core features.

  • Latest release


    Version 0.1.0-a2 (Alpha)

     •   2025-02-22

  • Supported versions


    Python 3.11+

    Compatibility

Quick start

Version Status Release Date Links
0.1.0-a2 active 2025-02-22

Use the following command to install the latest version of Plateforme:

pip install plateforme
uv add plateforme
Install a specific version

Use the following command to install a specific version or the current development version of Plateforme:

# Specific version
pip install plateforme==[version]

# Development version
pip install git+https://github.com/plateformeio/plateforme.git
# Specific version
uv add plateforme==[version]

# Development version
uv add git+https://github.com/plateformeio/plateforme.git

Feedback and issues


Changelog

0.1

alpha-2

 •   2025-02-22

  • Added shell feature with enhanced namespace support as part of CLI architecture refactoring
  • Introduced computed field support within schema definitions
  • Added auditable resource basic implementation (work in progress)
  • Exported members utility for retrieving module exports
  • Favicon support for docs endpoints
  • Settings dictionary type hints
  • Logging color support detection
  • CLI color support checking
  • Auto mkdir functionality for logging filenames
  • Mutable instance configuration and dictionary
  • Manager methods collection filtering
  • Mutable service configuration
  • Refactored handling of forward references in type annotations
  • Added deferred type serialization
  • Disabled emoji when not UTF-8
  • Added CLI logging offset
  • Fixed levelname padding calculation
  • Ensured default values for model owner
  • Prevented passing keyword arguments to parent classes
  • Fixed self-referencing associations
  • Inherited correctly from base resource
  • Refactored after model validators to use instance methods
  • Refactored exports of expressions and selectors
  • Refactored packages placeholder
  • Updated environment configuration

alpha-1

 •   2025-02-15


Compatibility

Plateforme is compatible with Python 3.11 and later versions. If you need support for an earlier version, please let us know by joining the discussion.