Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 9.15 KB

CHANGES.md

File metadata and controls

84 lines (60 loc) · 9.15 KB

Eventide Postgres Changes

2.0.1.0

Wed Oct 12 2022

Updates to the message_store and message_store-postgres libraries to support Message DB v1.3.0.

The message_store-postgres library’s Get::Stream::Last class’s actuator supports an optional parameter named type. This is in addition to the stream_name parameter that has always been part of the Get::Stream::Last actuator’s signature.

Libraries affected:

  • message-store (v2.3.2.0)
  • message-store-postgres (v2.4.4.0)

2.0.0.0

December 2019

WARNING:

The Eventide v2 code is incompatible with a v1 message store database. Don't update the Eventide toolkit code until you're ready to update your message store database.

Test Bench

All tests in the v2 stack have been ported and updated to the new version of Test Bench released in October, 2019.

Postgres Message Store

Message DB

Message Store Client

Messaging

Consumer

  • [breaking change] Entity stream names are no longer supported by consumers (http://docs.eventide-project.org/user-guide/consumers.html)
  • Correlation query conditions are no longer composed in the consumer and passed to the message store database server functions. The message store database composes the correlation query conditions within its server functions.
  • Consumer group query conditions are no longer composed in the consumer and passed to the message store database server functions. The message store database composes the correlation query conditions within its server functions.

Documentation