Releases: FINTmodels/fint-event-model
Releases · FINTmodels/fint-event-model
v3.0.2
v3.0.2-rc-1
Reposilite fix.
v3.0.1
v3.0.1-rc-1
- Switch to Reposilite.
v3.1.0-beta-1
Added target
attribute.
v3.0.0
Model v3 contains extended support for updating information using events.
- Added
responseStatus
for the back-end to convey the result of the event - Added
operation
for the source to declare the kind of change to perform on information - Added
Problem
response for the back-end to convey semantic or functional issues with the event's payload
All objects are Serializable
and have a fixed serialVersionUID
.
v3.0.0-rc-2
Made Problem Serializable.
v3.0.0-rc-1
Merge pull request #6 from FINTmodels/feature-problems Add Problem type to event response.
v3.0.0-beta-1
Make getResponse() public so status endpoints can access full response.
v3.0.0-alpha-4
Event model v3 pre-release.
This updated event model is extended to support round-trip updates.