Skip to content

Commit 9ea3d23

Browse files
committedJan 25, 2025·
doc: changelog
1 parent 9323063 commit 9ea3d23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ SPDX-License-Identifier: AGPL-3.0-or-later
66

77
# Changelog
88

9+
# 4.46.0
10+
11+
* Adds worker messages in `api/v2/workers/messages` endpoints. Worker messages can be set by horde moderators or by their own workers and will (soon) be returned to the workers every time they pop a request as a way to send them important messages since when we don't have any other method of communication with them.
12+
* Extended `max_context_length` max to 1M tokens
13+
* Fixed error when creating new teams
14+
915
# 4.45.0
1016

1117
* Can now assign shared keys to styles. When a shared key is assigned to a style, if it is still valid (i.e. not expired and has kudos)

‎horde/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
HORDE_VERSION = "4.45.0"
5+
HORDE_VERSION = "4.46.0"
66
HORDE_API_VERSION = "2.5"
77

88
WHITELISTED_SERVICE_IPS = {

0 commit comments

Comments
 (0)
Please sign in to comment.