Skip to content

Commit b99ffff

Browse files
authored
Bump version. (#1503)
1 parent 683f6e1 commit b99ffff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

custom_model_runner/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
#### [1.16.17] - 2025-06-05
8+
##### Changed
9+
- Fixed issue with OTel tracing when flask server uses more then on process
10+
- Added gracefull shutdown for OTel tracer
11+
712
#### [1.16.16] - 2025-06-03
813
##### Changed
914
- Minor improvements required for chat API and agentic metrics

custom_model_runner/datarobot_drum/drum/description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
This is proprietary source code of DataRobot, Inc. and its affiliates.
55
Released under the terms of DataRobot Tool and Utility Agreement.
66
"""
7-
version = "1.16.16"
7+
version = "1.16.17"
88
__version__ = version
99
project_name = "datarobot-drum"

0 commit comments

Comments
 (0)