Skip to content

Commit 060ff73

Browse files
committed
Release Action server 2.15.0
1 parent a928f66 commit 060ff73

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

action_server/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.15.0 - 2025-10-02
6+
57
- The `api/runs/{runid}/log.html` endpoint will now generate a `log.html` with partial contents if the run still hasn't finished.
68

79
## 2.14.3 - 2025-09-09

action_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sema4ai-action-server"
3-
version = "2.14.3"
3+
version = "2.15.0"
44
description = """Sema4AI Action Server"""
55
authors = ["Fabio Z. <fabio@robocorp.com>"]
66
readme = "README.md"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import List
22

3-
__version__ = "2.14.3"
3+
__version__ = "2.15.0"
44
version_info = [int(x) for x in __version__.split(".")]
55

66
__all__: List[str] = []

0 commit comments

Comments
 (0)