Releases: barchart/alerting-service-public
Releases · barchart/alerting-service-public
v4.19.2
Bug Fixes
- Updated the
AlertManager.filterPropertiesForSymbol
function to further limit options-flow properties (to US equities, indices, and ETFs). - Updated the
AlertManager.filterTemplatesForSymbol
function to further limit options-flow properties (to US equities, indices, and ETFs).
v4.19.1
Bug Fixes
- Updated the
AlertManager.filterPropertiesForSymbol
function to further limit options-flow properties (to US equities and US indices). - Updated the
AlertManager.filterTemplatesForSymbol
function to further limit options-flow properties (to US equities and US indices).
v4.19.0
New Features
- Updated the
AlertManager.filterPropertiesForSymbol
function to exclude options-flow properties for instruments that do not have options. - Updated the
AlertManager.filterTemplatesForSymbol
function to exclude options-flow properties for instruments that do not have options.
Technical Enhancements
- Updated the
uuid
library to the next major version. - Added the
async
keyword to functions of theAlertManager
class, as appropriate. - Added the
async
keyword to functions of theJwtProvider
class, as appropriate.
v4.18.5
Technical Enhancements
- Removed unnecessary import from
JwtProvider
class.
v4.18.4
Technical Enhancements
- Updated
@barchart/marketdata-api-js
to the next major version. - Updated
@barchart/common-js
to the latest version.
v4.18.3
Other
- Added explanation of
alert_behavior
options to documentation.
Technical Enhancements
- Updated example UI to support new Alert Behavior strategies.
- Removed all references to deprecated
automatic_reset
attribute.
v4.18.2
Bug Fixes
- Updated validation logic for the
AlertManager.assignPublisherTypeDefault
function. Thedefault_recipient
attribute is now required.
v4.18.0
New Features
- Added the
AlertManager.configureSymbolLookup
function, allowing symbol validation logic to vary, based on the user's domain.
v4.17.0
New Features
- Added
AlertManager.deletePublisherTypeDefault
function.
Bug Fixes
- Corrected validation logic for
PublisherTypeDefault
object creation.
Other
- Fixed failure of example page to properly update UI state after saving publisher settings.
v4.16.0
New Features
- Added the
AlertManager.subscribeConnectionStatus
function.
Technical Enhancements
- Updated logic that invokes consumer-provided subscription handler functions to
catch
any uncaught errors generated by the handlers and continue operations.