Skip to content

Commit fb4100b

Browse files
authored
[RAPTOR-12492] unbump DRUM version back to 1.16.13 as it has not been released yet (#1420)
1 parent efa7795 commit fb4100b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

custom_model_runner/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ 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.14] - 2025-05-07
8-
##### Added
9-
- Add support for `AGENTIC_WORKFLOW` target type
10-
11-
#### [1.16.13] - 2025-04-29
7+
#### [1.16.13] - in progress
128
##### Added
139
- Request ID for logging messages
1410
- API requests are logged with Request ID
15-
- Access log with request_id for errored API calls
11+
- Access log with request_id for errored API calls
12+
- Add support for `AGENTIC_WORKFLOW` target type
1613

1714
##### Changed
1815
- Using logs output for all server operations. `print` command is discouraged in user modules.

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.14"
7+
version = "1.16.13"
88
__version__ = version
99
project_name = "datarobot-drum"

0 commit comments

Comments
 (0)