v0.3.5 (Feb 26, 2026)
Fix(es):
- Add support for Azure Denmark East region (Copenhagen).
- Fix SCD table schema generation in CLI
createcommand. - Replace deprecated
datetime.utcnow()calls withdatetime.now(UTC). - Add field deserializers and reconstructors to
cpus,gpus,storages, andprice_tieredcolumns to prevent
Pydantic serialization
warnings and to preserve the original data types when loading from the database. - Fix and extend test cases for field serializers and OVH vendor module.
- Add Provisioned IOPS (io1, io2) storage types and update gp3 volume limits (IOPS, throughput, size) for AWS.
- Fix
DynamicDocstringsgriffe extension to accept the newagentkeyword argument introduced in griffe 0.49.0. - Pin
mkdocs<2.0as MkDocs 2.0 is incompatible with Material for MkDocs. - Fix
mkdocsbuild warnings and version incompatibilities.
New feature(s):
- Record the monthly cap for ondemand prices.
‼ Breaking changes:
- Minimum required Python version upgraded from 3.9 to 3.11.