|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v2.199.0 (2023-11-30) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | + * Update boto3 version to 1.33.3 |
| 8 | + * Goldfinch InferenceComponent integration |
| 9 | + * Add Pipeline step decorator, NotebookJobStep, and scheduler |
| 10 | + * ModelBuilder for simplified model testing and deployment |
| 11 | + |
| 12 | +### Bug Fixes and Other Changes |
| 13 | + |
| 14 | + * Skip failing integ tests |
| 15 | + * chore: add jumpstart gated model integration tests |
| 16 | + * disable integration tests for Inference Component based endpoint for non supported regions |
| 17 | + * remove unnecessary whl file - Galactus |
| 18 | + * refactor endpoint type enums, comments, docstrings, method names… |
| 19 | + * Address SA feedback regarding deployment straight to Endpoint Mode - Galactus |
| 20 | + * fix HuggingFace GEN2 model deployment arguments |
| 21 | + * when customer role does not have permission to read logs from CW, default to standard logging - Galactus |
| 22 | + * Add pagination for ListInferenceComponent API responses, address non-blocking comments |
| 23 | + * Create CSVSerializerWrapper - Galactus |
| 24 | + * Model builder Final Fixes |
| 25 | + * remote function include_local_workdir default value |
| 26 | + * use copy instead of move in bootstrap script |
| 27 | + * WaiterError on failed pipeline execution. results() |
| 28 | + * Add a unit test for consistency between step and remote decorator |
| 29 | + * merge WorkdirConfig and custom_filter_filter parameters |
| 30 | + * Add back mixed step type integ test |
| 31 | + * do not delete temp folder generated by sdist |
| 32 | + * make collect_parameters decorator as private |
| 33 | + * HMAC signing for ModelBuilder Triton python backend |
| 34 | + |
| 35 | +### Documentation Changes |
| 36 | + |
| 37 | + * update docstring for Generation two endpoint and validation message |
| 38 | + * galactus doc updates |
| 39 | + * CustomFileFilter doc updates |
| 40 | + * NotebookJobSteps class parameter severity update |
| 41 | + |
3 | 42 | ## v2.198.0 (2023-11-27)
|
4 | 43 |
|
5 | 44 | ### Features
|
|
5955 | 5994 |
|
5956 | 5995 | ## 1.0.0
|
5957 | 5996 |
|
5958 |
| -* Initial commit |
| 5997 | +* Initial commit |
0 commit comments