Skip to content

Commit

Permalink
doc: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Jan 25, 2025
1 parent 9323063 commit 9ea3d23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ SPDX-License-Identifier: AGPL-3.0-or-later

# Changelog

# 4.46.0

* 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.
* Extended `max_context_length` max to 1M tokens
* Fixed error when creating new teams

# 4.45.0

* 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)
Expand Down
2 changes: 1 addition & 1 deletion horde/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

HORDE_VERSION = "4.45.0"
HORDE_VERSION = "4.46.0"
HORDE_API_VERSION = "2.5"

WHITELISTED_SERVICE_IPS = {
Expand Down

0 comments on commit 9ea3d23

Please sign in to comment.