Skip to content

Releases: barchart/alerting-service-public

v4.19.2

04 Apr 17:27
4e3c958
Compare
Choose a tag to compare

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

04 Apr 16:51
c187ac8
Compare
Choose a tag to compare

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

01 Apr 22:13
7815476
Compare
Choose a tag to compare

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 the AlertManager class, as appropriate.
  • Added the async keyword to functions of the JwtProvider class, as appropriate.

v4.18.5

10 Jul 21:02
b98c621
Compare
Choose a tag to compare

Technical Enhancements

  • Removed unnecessary import from JwtProvider class.

v4.18.4

26 May 01:21
8c82776
Compare
Choose a tag to compare

Technical Enhancements

v4.18.3

26 May 01:20
c1f780a
Compare
Choose a tag to compare

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

13 Mar 18:15
Compare
Choose a tag to compare

Bug Fixes

  • Updated validation logic for the AlertManager.assignPublisherTypeDefault function. The default_recipient attribute is now required.

v4.18.0

08 Mar 21:43
Compare
Choose a tag to compare

New Features

  • Added the AlertManager.configureSymbolLookup function, allowing symbol validation logic to vary, based on the user's domain.

v4.17.0

05 Mar 22:15
Compare
Choose a tag to compare

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

05 Mar 22:14
Compare
Choose a tag to compare

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.