Skip to content

Releases: ncthbrt/nact-persistence-postgres

v6.0.2

03 May 15:05
Compare
Choose a tag to compare
Improved reliability of tests:

v6.0.1

03 May 14:32
Compare
Choose a tag to compare
Updated dependencies

v6.0.0

04 Apr 19:13
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/ncthbrt/nact-persistence-…

JSONB Serialization Bug Fix

22 Dec 11:29
Compare
Choose a tag to compare

pg-promise performs type inference so when an array is specified as the data payload, it attempts to format the payload as text[] instead of jsonb. This release forces it to always use the correct type.

Thanks @idkjs for reporting this bug.

v4.3.0

21 Dec 16:57
Compare
Choose a tag to compare
Bumped version

Added nact as a peer dependency

20 Dec 13:10
Compare
Choose a tag to compare
v4.0.2

Added nact as a peer dependency

Added reason-nact as a peer dependency

20 Dec 13:20
Compare
Choose a tag to compare
v1.0.1

Added nact as a peer dependency

Fix for actors without snapshots

07 Dec 14:44
Compare
Choose a tag to compare

Updated to use Nact v4, which now supports snapshotting

04 Dec 11:52
5f8b8ba
Compare
Choose a tag to compare
Merge pull request #2 from ncthbrt/fixes/v4-compatibility

Fixes/v4 compatibility

Instanceof fix

20 Nov 20:52
de9efb8
Compare
Choose a tag to compare
v3.1.5

Update package.json