Releases: message-db/message-db
Releases · message-db/message-db
v1.3.0
Wed Oct 12 2022
This version requires the use of an update script for existing installations. For instructions, see:
https://github.com/message-db/message-db/blob/master/database/update/1.3.0.md
- The
get_last_stream_message
function can receive an optionaltype
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) - The database installation scripts terminate on error, rather than proceeding with the rest of the installation when a script error occurs
v1.2.6
v1.2.5
v1.2.4
Sun Mar 7 2021
- The
messages
tables columns are ordered for more efficient physical storage allocation.
This version should not be considered an update to an existing database. It requires a new installation of the database, and therefore its advantages will only apply to new databases.
v1.2.3
v1.2.2
Mon May 4 2020
This version requires the use of an update script for existing installations. For instructions, see:
https://github.com/message-db/message-db/blob/master/database/update/1.2.2.md
- The
get_category_messages
server function will return the entire, unlimited extent of messages in a category if -1 is sent as thebatch_size
argument - The
get_stream_messages
server function will return the entire, unlimited extent of messages in a stream if -1 is sent as thebatch_size
argument