Skip to content

Commit 7031332

Browse files
Merge pull request #109 from microsoft/Tarun/prepare150
Prepare 1.5.0
2 parents 339d6ca + 2cccec9 commit 7031332

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
1.5.0 (2025-08-13)
2+
~~~~~~~~~~~~~~~~~~
3+
Azureml_Inference_Server_Http 1.5.0 (2025-08-13)
4+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5+
6+
Enhancements
7+
------------
8+
9+
- In Pydantic version 2, the @root_validator decorator has been deprecated. Migrated to the new @model_validator decorator,
10+
which provides similar functionality but aligns better with the updated design of Pydantic.
11+
12+
- Migrated from OpenCensus to OpenTelemetry as recommened in the Azure ecosystem. OpenCensus is retired and no longer maintained,
13+
whereas OpenTelemetry is the actively supported. OpenTelemetry offers enhanced functionality, better integration with Azure Monitor,
14+
and a unified framework for collecting metrics, traces, and logs, ensuring future-proof observability.
15+
16+
Sunsetting details of OpenCensus can be found here: https://opentelemetry.io/blog/2023/sunsetting-opencensus/
17+
118
1.4.1 (2025-06-10)
219
~~~~~~~~~~~~~~~~~~
320
Azureml_Inference_Server_Http 1.4.1 (2025-06-10)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
__version__ = "1.4.1"
4+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)