|
1 | 1 | # Release History
|
| 2 | + |
2 | 3 | ## 1.29.0 (unreleased)
|
3 | 4 |
|
4 | 5 | ### Features Added
|
5 | 6 |
|
| 7 | +- Removed the dependencies - msrest and six |
| 8 | + |
6 | 9 | ### Bugs Fixed
|
7 | 10 |
|
8 | 11 | ## 1.28.1 (2025-07-08)
|
9 | 12 |
|
10 | 13 | ### Features Added
|
| 14 | + |
11 | 15 | - Added a workflow to create GitHub issues in case a major version of a dependency is released
|
12 | 16 |
|
13 | 17 | ## 1.27.1 (2025-05-13)
|
14 | 18 |
|
15 | 19 | ### Bugs Fixed
|
16 |
| - - Handle key error for missing props in PAT url case. |
| 20 | + |
| 21 | +- Handle key error for missing props in PAT url case. |
17 | 22 |
|
18 | 23 | ## 1.27.0 (2025-05-07)
|
19 | 24 |
|
20 | 25 | ### Features Added
|
| 26 | + |
21 | 27 | - Added Target storage connection for capability host.
|
22 | 28 |
|
23 | 29 | ### Bugs Fixed
|
| 30 | + |
24 | 31 | - Fix for compute Instance, disableLocalAuth property should be depend on ssh public access enabled.
|
25 | 32 | - Removing Git-related properties from job properties if a PAT token is detected in the repository URL.
|
26 | 33 | - Fix deployment creation for registry models
|
27 | 34 |
|
28 | 35 | ### Other Changes
|
| 36 | + |
29 | 37 | - Hub and Project are officially GA'd and no longer experimental.
|
30 | 38 | - PipelineComponentBatchDeployment, ModelBatchDeployment, ModelBatchDeploymentSettings are GA
|
31 | 39 |
|
32 | 40 | ## 1.26.4 (2025-04-23)
|
33 | 41 |
|
34 | 42 | ### Other Changes
|
35 |
| - - Restrict major version auto updates for external dependencies to ensure stability and prevent build failures for breaking changes. |
| 43 | + |
| 44 | +- Restrict major version auto updates for external dependencies to ensure stability and prevent build failures for breaking changes. |
36 | 45 |
|
37 | 46 | ## 1.26.3 (2025-04-17)
|
38 | 47 |
|
39 | 48 | ### Bugs Fixed
|
40 |
| - - Updated `marshmallow` dependency to restrict versions to `>=3.5,<4.0.0` |
41 |
| - in `install_requires` to ensure compatibility. |
| 49 | + |
| 50 | +- Updated `marshmallow` dependency to restrict versions to `>=3.5,<4.0.0` |
| 51 | + in `install_requires` to ensure compatibility. |
42 | 52 |
|
43 | 53 | ## 1.26.2 (2025-04-08)
|
44 | 54 |
|
45 | 55 | ### Bugs Fixed
|
46 |
| - - Made AI Search connections property optional while creating capability host. |
47 |
| - |
| 56 | + |
| 57 | +- Made AI Search connections property optional while creating capability host. |
| 58 | + |
48 | 59 | ## 1.26.1 (2025-03-27)
|
49 | 60 |
|
50 | 61 | ### Bugs Fixed
|
51 |
| - - Handle missing duration value in deployment poller result |
| 62 | + |
| 63 | +- Handle missing duration value in deployment poller result |
52 | 64 |
|
53 | 65 | ## 1.26.0 (2025-03-11)
|
54 | 66 |
|
55 | 67 | ### Features Added
|
56 |
| - - Adding parent job support for command job. |
57 |
| - - Adding multiple docker argument support for command job. |
| 68 | + |
| 69 | +- Adding parent job support for command job. |
| 70 | +- Adding multiple docker argument support for command job. |
58 | 71 |
|
59 | 72 | ### Bugs Fixed
|
60 |
| - - #37464 - Allowing to update a component in register with anonymousEnvironment environment. |
61 |
| - - #39744 - Fixing a serialization issue in RecurrencePattern schedule. |
62 |
| - - #39793 - Fixing bug in AML OBO to work with KV secret client. |
63 |
| - - Fix environment archiving and restore |
| 73 | + |
| 74 | +- #37464 - Allowing to update a component in register with anonymousEnvironment environment. |
| 75 | +- #39744 - Fixing a serialization issue in RecurrencePattern schedule. |
| 76 | +- #39793 - Fixing bug in AML OBO to work with KV secret client. |
| 77 | +- Fix environment archiving and restore |
64 | 78 |
|
65 | 79 | ### Other Changes
|
66 |
| - - Removing use of protected methods/classes imported from external libraries. |
| 80 | + |
| 81 | +- Removing use of protected methods/classes imported from external libraries. |
67 | 82 |
|
68 | 83 | ## 1.25.0 (2025-02-11)
|
69 | 84 |
|
70 | 85 | ### Features Added
|
71 | 86 |
|
72 | 87 | ### Bugs Fixed
|
73 |
| - - #39187 - Submitting a Command job created using the __call__ method on another Command is missing outputs. |
74 |
| - - #37738 - documentation fix for deployment entities. |
| 88 | + |
| 89 | +- #39187 - Submitting a Command job created using the __call__ method on another Command is missing outputs. |
| 90 | +- #37738 - documentation fix for deployment entities. |
75 | 91 |
|
76 | 92 | ### Other Changes
|
77 | 93 |
|
|
80 | 96 | ## 1.24.0 (2025-01-07)
|
81 | 97 |
|
82 | 98 | ### Bugs Fixed
|
83 |
| - - Fixed disableLocalAuthentication handling while creating amlCompute |
84 |
| - - Fixed model download issue |
| 99 | + |
| 100 | +- Fixed disableLocalAuthentication handling while creating amlCompute |
| 101 | +- Fixed model download issue |
85 | 102 |
|
86 | 103 | ## 1.23.1 (2025-01-07)
|
87 | 104 |
|
88 | 105 | ### Bugs Fixed
|
89 |
| - - Removed marshmallow _T reference |
| 106 | + |
| 107 | +- Removed marshmallow _T reference |
90 | 108 |
|
91 | 109 | ## 1.23.0 (2024-12-05)
|
92 | 110 |
|
93 | 111 | ### Features Added
|
94 |
| - - Added support for IP-based access control to default and hub workspaces. |
95 |
| - - Add support for additional include in spark component. |
96 |
| - - Adding enterprise agent feature for AI Hub and AI Project. Adding Create, Delete and Get operations. |
97 |
| - - Removing preview tag for following connections type |
98 |
| - - Azure AI Search |
99 |
| - - Azure AI Content Safety |
100 |
| - - Azure AI Speech |
101 |
| - - Azure Blob Storage |
102 |
| - - Microsoft OneLake |
103 | 112 |
|
| 113 | +- Added support for IP-based access control to default and hub workspaces. |
| 114 | +- Add support for additional include in spark component. |
| 115 | +- Adding enterprise agent feature for AI Hub and AI Project. Adding Create, Delete and Get operations. |
| 116 | +- Removing preview tag for following connections type |
| 117 | + - Azure AI Search |
| 118 | + - Azure AI Content Safety |
| 119 | + - Azure AI Speech |
| 120 | + - Azure Blob Storage |
| 121 | + - Microsoft OneLake |
104 | 122 |
|
105 | 123 | ## 1.22.3 (2024-11-20)
|
106 | 124 |
|
107 | 125 | ### Bugs Fixed
|
108 |
| - - Fix error message while resolving mlflow url in get workspace details |
| 126 | + |
| 127 | +- Fix error message while resolving mlflow url in get workspace details |
109 | 128 |
|
110 | 129 | ## 1.22.2 (2024-11-18)
|
111 | 130 |
|
112 | 131 | ### Bugs Fixed
|
113 |
| - - **#3620407** - Fix Datastore credentials show up as NoneCredentials |
114 | 132 |
|
115 |
| -## 1.22.1 (2024-11-13) |
| 133 | +- **#3620407** - Fix Datastore credentials show up as NoneCredentials |
116 | 134 |
|
| 135 | +## 1.22.1 (2024-11-13) |
117 | 136 |
|
118 | 137 | ### Bugs Fixed
|
119 |
| - - **#38493** - Fix error NoneType object is not subscriptable |
| 138 | + |
| 139 | +- **#38493** - Fix error NoneType object is not subscriptable |
120 | 140 |
|
121 | 141 | ## 1.22.0 (2024-11-11)
|
122 | 142 |
|
123 | 143 | ### Features Added
|
124 |
| - - Added support to select firewall sku to used for provisioning azure firewall when FQDN rules are added in |
| 144 | + |
| 145 | +- Added support to select firewall sku to used for provisioning azure firewall when FQDN rules are added in |
125 | 146 | AllowOnlyApprovedOutbound mode. FirewallSku options are `Standard` or `Basic`, defaults to `Standard`
|
126 |
| - - Update TLS version from 1.0 to 1.2 |
127 |
| - - Added support for Distillation jobs. Can be created by importing `disillation` from `azure.ai.ml.model_customization` |
128 |
| - - Added Workspace property `ProvisionNetworkNow` to trigger the provisioning of the managed VNet with the default |
129 |
| - Options when creating a Workspace with the managed VNet enabled, or else it does nothing |
| 147 | +- Update TLS version from 1.0 to 1.2 |
| 148 | +- Added support for Distillation jobs. Can be created by importing `disillation` from `azure.ai.ml.model_customization` |
| 149 | +- Added Workspace property `ProvisionNetworkNow` to trigger the provisioning of the managed VNet with the default |
| 150 | + Options when creating a Workspace with the managed VNet enabled, or else it does nothing |
| 151 | + |
130 | 152 | ### Bugs Fixed
|
131 |
| - - Fix send email notification issue in model monitoring |
132 | 153 |
|
| 154 | +- Fix send email notification issue in model monitoring |
133 | 155 |
|
134 | 156 | ## 1.21.1 (2024-10-21)
|
135 | 157 |
|
136 |
| - |
137 | 158 | ### Bugs Fixed
|
138 | 159 |
|
139 | 160 | - **#37857** - Fix online deployment registry issue
|
140 |
| - |
141 | 161 |
|
142 | 162 | ## 1.21.0 (2024-09-30)
|
143 | 163 |
|
|
710 | 730 | ### Features Added
|
711 | 731 |
|
712 | 732 | - First preview.
|
713 |
| - |
|
0 commit comments