What's New
Features
-
Session injection for SigV4 signing — New
sagemaker_mlflow.use_session()andset_session()APIs allow callers to inject a custom boto3 Session for per-context credential injection. Thread-safe and asyncio-safe viacontextvars. (#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)