| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-19 | 1.6 kB | |
| v3.12.0 source code.tar.gz | 2026-05-19 | 18.0 MB | |
| v3.12.0 source code.zip | 2026-05-19 | 19.0 MB | |
| Totals: 3 Items | 37.1 MB | 5 | |
New Features
- SageMaker Token Generator (#5868): Embed the
aws-sagemaker-token-generatorlibrary intosagemaker.coreso users can generate SageMaker bearer tokens without installing a separate wheel. Usage:from sagemaker.core.aws_sagemaker_token_generator import provide_token - Feature Processor - Spark 3.5 / Python 3.12 support (#5816): Dynamic Spark image resolution based on installed PySpark and Python versions. Supports Spark 3.1/3.2/3.3/3.5 with Python 3.9 and 3.12. Auto-installs
sagemaker-feature-store-pysparkfor Spark remote jobs.
Bug Fixes
- Networking
vpc_configAttributeError and telemetry region fallback (#5839): FixAttributeErroronvpc_configin networking and telemetry region fallback for classmethods. - Add CustomAttributes field to DefaultPayloadsModel (#5870): Add missing
CustomAttributesfield toDefaultPayloadsModel. - sagemaker-core: Preserve falsy values in
serialize()output (#5860): Fix bug whereFalse,0, and""were silently dropped byserialize()due to truthy check. This caused issues likeoptimize_model=Falsebeing sent asTrue. - serve: Prevent code injection in
capture_dependenciespath interpolation (#5792): Security fix — userepr()escaping to prevent code injection via crafted directory names inModelBuilderwithdependencies={"auto": True}. (CWE-94, P414309851) - VolumeSizeInGB missing from v3 deploy for JumpStart models (#5847): Fix
VolumeSizeInGBnot being passed through when deploying models withinference_volume_sizefrom JumpStart config.