Releases: barchart/events-public
Releases · barchart/events-public
v5.2.0
New Features
- Extended
EventJobSchema.START
andEventJobSchema.PROCESS
schemas, addingfilter.types
attribute.
Technical Enhancements
- Updated the
uuid
library to the next major version. - Updated the
@barchart/common-js
library, taking enhancements to theSchema
class. - Updated other dependencies implicitly.
v5.1.0
New Features
- Added
EventType.CMDTYVIEW_WORKSPACE_ACTIVATED
enumeration item. - Added
browser
context toEventType.CMDTYVIEW_LOGIN
enumeration item.
Bug Fixes
- Corrected the product type used by cmdtyView events.
Technical Enhancements
- Updated Lerna by three major versions.
- Updated other dependencies implicitly.
v5.0.0
New Features
- Added
version
field into the event database schema. - Added support of
version
field for SDK.
v4.2.0
New Features
- Added new
ProductType
for cmdty Marketplace. - Added new
EventType
items for Marketplace.
v4.1.2
Technical Enhancements
- Added
symbol
context for alerts-related events, as appropriate.
v4.1.1
Technical Enhancements
- Added
symbol
context for portfolio-related events, as appropriate.
v4.1.0
New Features
- Added validation functions to
EventType
enumeration items. These validation functions are used to check contextual data for event occurrences.
v4.0.1
Other
- Minor updates to documentation. No functional changes. No breaking changes.
v4.0.0
Breaking Changes
- Adapted the
ReportGateway
to comply with a new major version of the remote API. This update should be transparent to the user.
v3.3.6
Other
- Modified release script to automatically update the API version embedded in
openapi.yaml
file.