Skip to content

v0.5.0

Latest

Choose a tag to compare

@rrrkharse rrrkharse released this 06 Jul 23:13
4dc9f36

What's New

Features

  • Session injection for SigV4 signing — New sagemaker_mlflow.use_session() and set_session() APIs allow callers to inject a custom boto3 Session for per-context credential injection. Thread-safe and asyncio-safe via contextvars. (#25)

  • Inference image logging — Added support for logging inference image information alongside log_model, enabling deployment workflows that require image metadata. (#23)

  • Python 3.12, 3.13, and 3.14 support — Expanded test matrix and added classifiers for Python 3.12, 3.13, and 3.14. (#27)

Full Changelog

v0.4.0...v0.5.0