|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v2.232.1 (2024-09-19) |
| 4 | + |
| 5 | +### Bug Fixes and Other Changes |
| 6 | + |
| 7 | + * update image_uri_configs 09-17-2024 07:17:54 PST |
| 8 | + * support latest container version in image_uris and DJLModel for lmi c… |
| 9 | + |
| 10 | +## v2.232.0 (2024-09-12) |
| 11 | + |
| 12 | +### Features |
| 13 | + |
| 14 | + * add deployment config name in modelbuilder telemetry |
| 15 | + * add Clarify image URIs for us-isof |
| 16 | + |
| 17 | +### Bug Fixes and Other Changes |
| 18 | + |
| 19 | + * chore: add flaky test markers & skip region with low P3 instance capacity |
| 20 | + * update image_uri_configs 09-11-2024 11:54:11 PST |
| 21 | + * update image_uri_configs 09-10-2024 07:18:01 PST |
| 22 | + * [change] add us-gov and cn region repo accounts to djl and hugging face image metadata |
| 23 | + * update image_uri_configs 09-06-2024 07:17:55 PST |
| 24 | + * add us-gov region repo accounts to djl image metadata |
| 25 | + * pass name from modelbuilder constructor to created model |
| 26 | + |
| 27 | +## v2.231.0 (2024-08-30) |
| 28 | + |
| 29 | +### Features |
| 30 | + |
| 31 | + * Add SageMaker Core to the dependency |
| 32 | + |
| 33 | +### Bug Fixes and Other Changes |
| 34 | + |
| 35 | + * Disable test_mnist_async |
| 36 | + * SMP v2.5 |
| 37 | + * update image_uri_configs 08-29-2024 07:17:59 PST |
| 38 | + |
| 39 | +## v2.230.0 (2024-08-28) |
| 40 | + |
| 41 | +### Features |
| 42 | + |
| 43 | + * FastAPI integration for In_Process Mode (2/2) |
| 44 | + |
| 45 | +### Bug Fixes and Other Changes |
| 46 | + |
| 47 | + * chore: add HF LLM neuronx 0.0.24 image |
| 48 | + * TF-2.16 test modification and handling |
| 49 | + * fix test fail |
| 50 | + * Add troubleshooting links to exceptions |
| 51 | + * cross account private hub model fine-tuning |
| 52 | + * chore: cleanup jumpstart factory |
| 53 | + * disable failing integration tests |
| 54 | + |
| 55 | +## v2.229.0 (2024-08-15) |
| 56 | + |
| 57 | +### Features |
| 58 | + |
| 59 | + * Support for ModelBuilder In_Process Mode (1/2) |
| 60 | + * Pulling in dependencies (in_process mode) using conda environment |
| 61 | + * Add optional CodeArtifact login to FrameworkProcessing job script |
| 62 | + * implemented security-monitoring to send metrics to CW #1510 |
| 63 | + |
| 64 | +### Bug Fixes and Other Changes |
| 65 | + |
| 66 | + * alt configs model deployment and training issues |
| 67 | + * fix keras extension in integ test |
| 68 | + * update image_uri_configs 08-13-2024 07:17:54 PST |
| 69 | + * trn1 instance family does not support volume size |
| 70 | + * Update model.py |
| 71 | + * removed log statement |
| 72 | + * update image_uri_configs 08-09-2024 07:18:00 PST |
| 73 | + * Added torchrun compatibility for distributet training across multiple GPUs in a single node (single instance) |
| 74 | + * BiasConfig type hint |
| 75 | + * add model monitor image accounts for ap-southeast-5 and eu-central-2 |
| 76 | + * aligned UTC times with PST |
| 77 | + * ensure hpt jobs inherit tags from config |
| 78 | + * add JumpStart PDT and OSU regions |
| 79 | + * chore(deps): bump certifi in /src/sagemaker/serve/utils |
| 80 | + * Updates for DJL 0.29.0 release |
| 81 | + * chore(deps): bump apache-airflow from 2.9.2 to 2.9.3 in /requirements/extras |
| 82 | + * chore(deps): bump torch from 2.0.1 to 2.2.0 in /tests/data/serve_resources/mlflow/pytorch |
| 83 | + * avoided printing stack trace and escaped input |
| 84 | + * removing kwargs as this is breaking predictor_cls param for mode… |
| 85 | + |
| 86 | +## v2.228.0 (2024-08-06) |
| 87 | + |
| 88 | +### Features |
| 89 | + |
| 90 | + * triton v24.05 |
| 91 | + |
| 92 | +### Bug Fixes and Other Changes |
| 93 | + |
| 94 | + * chore: telemetry for deployment configs |
| 95 | + * censoring sensitive values from being logged |
| 96 | + * update image_uri_configs 08-05-2024 07:17:38 PST |
| 97 | + * enable uncompressed model artifacts upload to S3 for SAGEMAKER_ENDPOINT overwrite for TGI, TEI, MMS model servers |
| 98 | + * ModelReference deployment for Alt Configs models |
| 99 | + * Add optional typecheck for nullable parameters |
| 100 | + * Update package metadata |
| 101 | + * release TEI 1.4.0 |
| 102 | + |
| 103 | +## v2.227.0 (2024-07-30) |
| 104 | + |
| 105 | +### Features |
| 106 | + |
| 107 | + * added code scanning through CodeQL |
| 108 | + |
| 109 | +### Bug Fixes and Other Changes |
| 110 | + |
| 111 | + * Fixed cpu isntance type for the estimator register test |
| 112 | + * update image_uri_configs 07-29-2024 11:28:28 PST |
| 113 | + * avoid AccessDenied error for a while on SageMaker Studio wtih do… |
| 114 | + * SMP PT 2.3 Fix |
| 115 | + * chore: pin framework version in serverless inference tests |
| 116 | + * image uri in TGI 2.2.0 image |
| 117 | + * explicitly access enum member values to avoid Python version related regression |
| 118 | + * chore: add huggingface TGI 2.2.0 config |
| 119 | + * update image_uri_configs 07-22-2024 11:53:54 PST |
| 120 | + * update image_uri_configs 07-17-2024 07:17:38 PST |
| 121 | + * update image_uri_configs 07-16-2024 07:17:45 PST |
| 122 | + * add support for new regions |
| 123 | + |
| 124 | +## v2.226.1 (2024-07-17) |
| 125 | + |
| 126 | +## v2.226.0 (2024-07-12) |
| 127 | + |
| 128 | +### Features |
| 129 | + |
| 130 | + * Curated hub improvements |
| 131 | + * InferenceSpec support for MMS and testing |
| 132 | + |
| 133 | +### Bug Fixes and Other Changes |
| 134 | + |
| 135 | + * ModelBuilder not passing HF_TOKEN to model. |
| 136 | + * update image_uri_configs 07-10-2024 07:18:04 PST |
| 137 | + |
| 138 | +## v2.225.0 (2024-07-10) |
| 139 | + |
| 140 | +### Features |
| 141 | + |
| 142 | + * model optimization |
| 143 | + |
| 144 | +### Bug Fixes and Other Changes |
| 145 | + |
| 146 | + * fix integ test |
| 147 | + * update uris for v1.1.1 |
| 148 | + * update image_uri_configs 07-04-2024 07:17:24 PST |
| 149 | + |
| 150 | +## v2.224.4 (2024-07-04) |
| 151 | + |
| 152 | +### Bug Fixes and Other Changes |
| 153 | + |
| 154 | + * allow for inf spec and server override to be passed |
| 155 | + |
| 156 | +## v2.224.3 (2024-07-03) |
| 157 | + |
| 158 | +### Bug Fixes and Other Changes |
| 159 | + |
| 160 | + * Upgrade local dependencies |
| 161 | + * Improve docstrings for estimator tags |
| 162 | + |
| 163 | +## v2.224.2 (2024-06-27) |
| 164 | + |
| 165 | +### Bug Fixes and Other Changes |
| 166 | + |
| 167 | + * Update DJLModel class for latest container releases |
| 168 | + * list_models() for python3.8 |
| 169 | + |
| 170 | +## v2.224.1 (2024-06-21) |
| 171 | + |
| 172 | +### Bug Fixes and Other Changes |
| 173 | + |
| 174 | + * JumpStart CuratedHub Launch |
| 175 | + * Update README.rst to show conda-forge version of SageMaker SDK |
| 176 | + * Update tox.ini |
| 177 | + * chore(deps): bump apache-airflow from 2.9.1 to 2.9.2 in /requirements/extras |
| 178 | + * Model server override logic |
| 179 | + |
| 180 | +## v2.224.0 (2024-06-19) |
| 181 | + |
| 182 | +### Features |
| 183 | + |
| 184 | + * JumpStartModel attach |
| 185 | + |
| 186 | +### Bug Fixes and Other Changes |
| 187 | + |
| 188 | + * feat(sagemaker-mlflow): New features for SageMaker MLflow |
| 189 | + * Upgrading to PT 2.3 for release |
| 190 | + * chore: use ml.g5.2xlarge for integ test |
| 191 | + * Enable telemetry logging for Remote function |
| 192 | + * Fix Dependabot Issues - MLFlow Version |
| 193 | + |
3 | 194 | ## v2.223.0 (2024-06-13) |
4 | 195 |
|
5 | 196 | ### Features |
|
0 commit comments