Skip to content

Commit 6923a73

Browse files
committed
Set version 6.5 and release date in changelog
Merged-by: Martin Grzenia <martin.grzenia@iml.fraunhofer.de>
1 parent 428e8db commit 6923a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentcs-documentation/src/docs/release-notes/changelog.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ The openTCS developers
1616
This change log lists the most relevant changes for past releases in reverse chronological order.
1717
(Note that the openTCS project adheres to https://semver.org/[Semantic Versioning].)
1818

19-
== Unreleased
19+
== Version 6.5 (2025-08-08)
2020

2121
* New features and enhancements:
2222
** Reduce the time it takes to persist large plant models into the kernel.
2323
** Avoid re-setting the same processing vehicle of an order sequence, which triggers an entry in the log and one in the sequence's object history.
2424
And if in some way the same processing vehicle is indeed set again, at least don't add an object history entry.
2525
** Add example vehicle envelopes to the demo model.
2626
** Update web API specification and implementation to version 1.12.0:
27-
*** Extend the endpoint `POST /vehicles/NAME/routeComputationQuery` by an optional parameter which specifies the maximum number of routes to compute for one destination point.
27+
*** Extend the endpoint `POST /vehicles/{NAME}/routeComputationQuery` by an optional parameter which specifies the maximum number of routes to compute for one destination point.
2828
*** Add an endpoint `POST /vehicles/{NAME}/commAdapter/message`, which allows sending messages to the communication adapter that is attached to a vehicle.
2929
*** The `GET /events` endpoint now returns status messages of transport orders and vehicles that contain the same information as the transport orders and vehicles returned via the `GET /transportOrders` and `GET /vehicles` endpoints.
3030
*** Add support for Server-Sent Events (SSE) to the web API.

0 commit comments

Comments
 (0)