Skip to content

Commit 32b6ec8

Browse files
committed
Change doc is updated for v3.0.0
1 parent 55db354 commit 32b6ec8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changes
22

3+
## 3.0.0
4+
5+
Wed Oct 12 2022
6+
7+
Message DB compatibility: [1.3.0](https://github.com/message-db/message-db/releases/tag/v1.3.0)
8+
9+
This version requires the use of an update script for existing installations. For instructions, see:
10+
11+
[https://github.com/message-db/message-db/blob/master/database/update/1.3.0.md](https://github.com/message-db/message-db/blob/master/database/update/1.3.0.md)
12+
13+
- The `get_last_stream_message` function can receive an optional `type` argument that constrains the result to the last message of a stream of a specified message type (see: [http://docs.eventide-project.org/user-guide/message-db/server-functions.html#get-last-message-from-a-stream](http://docs.eventide-project.org/user-guide/message-db/server-functions.html#get-last-message-from-a-stream))
14+
- The database installation scripts terminate on error, rather than proceeding with the rest of the installation when a script error occurs
15+
316
## 2.1.6
417

518
Fri Mar 13 2021

0 commit comments

Comments
 (0)