Releases: ncthbrt/nact-persistence-postgres
Releases · ncthbrt/nact-persistence-postgres
v6.0.2
v6.0.1
v6.0.0
JSONB Serialization Bug Fix
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
Added nact as a peer dependency
v4.0.2 Added nact as a peer dependency
Added reason-nact as a peer dependency
v1.0.1 Added nact as a peer dependency
Fix for actors without snapshots
v4.0.1 Thingz
Updated to use Nact v4, which now supports snapshotting
Merge pull request #2 from ncthbrt/fixes/v4-compatibility Fixes/v4 compatibility
Instanceof fix
v3.1.5 Update package.json