@eventide/message-db
Version:
Microservice native event store and message store for Postgres
13 lines (7 loc) • 718 B
Markdown
# 1.2.2 Update
Note: There are no backward-incompatible changes in this update.
This update requires the execution of the v1.2.2 update script: `1.2.2.sh`. For instructions on applying update scripts, see:
[http://docs.eventide-project.org/user-guide/message-db/update.html](http://docs.eventide-project.org/user-guide/message-db/update.html)
The following changes are made by the 1.2.2.sh update script:
- The `get_category_messages` server function will return the entire, unlimited extent of messages in a category if -1 is sent as the `batch_size` argument
- The `get_stream_messages` server function will return the entire, unlimited extent of messages in a stream if -1 is sent as the `batch_size` argument