Skip to content

Commit 609b7d6

Browse files
author
ci
committed
prepare release v2.199.0
1 parent b7337fe commit 609b7d6

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

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+
342
## v2.198.0 (2023-11-27)
443

544
### Features
@@ -5955,4 +5994,4 @@
59555994

59565995
## 1.0.0
59575996

5958-
* Initial commit
5997+
* Initial commit

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.198.1.dev0
1+
2.199.0

0 commit comments

Comments
 (0)