Skip to content

Releases: 10Duke/event-api

Version 1.7.1

17 May 06:45
ed82eb0
Compare
Choose a tag to compare

Add validFrom and validUntil fields to LicenseProvisioned event

Version 1.6.0

07 Nov 12:18
7d87003
Compare
Choose a tag to compare

Add consumedUseCount and consumedUseTime fields on LicensedConsumed event

Version 1.5.0

11 Sep 06:39
Compare
Choose a tag to compare
  • Add LicenseReservationReleased event
  • Add entitlementId, reservationType and assignmentId fields in LicenseChecked and LicenseConsumed events

Version 1.3.0

03 Jul 10:54
Compare
Choose a tag to compare
  • Added field userType to support different kind of users. userType: "client" can be used when object of the event is a client application.

Version 1.2.0

17 Jan 16:51
Compare
Choose a tag to compare

Add license events

Version 1.1.2

14 May 10:53
Compare
Choose a tag to compare

Add object and user fields to audit event objects

Version 1.1.1

14 May 07:45
Compare
Choose a tag to compare

Add missing eventTime field to audit event objects

Version 1.1.0

13 May 14:29
Compare
Choose a tag to compare
  • add new interfaces for event data fields in com.tenduke.events.api.model.data
  • add new interfaces for event objects in com.tenduke.events.api.model.object
  • support event versioning

Version 1.0.3

12 Mar 07:46
Compare
Choose a tag to compare

Added jackson-annotations as provided dependency and annotate event classes so that by default null event fields are not serialized if using Jackson for serialization.

Version 1.0.2

20 Dec 11:49
Compare
Choose a tag to compare

Add ErrorInfo and ErrorInfoFields to describe error information in events