Skip to content

Releases: hastic-zzz/hastic-server

0.3.2-beta

08 Apr 18:36
Compare
Choose a tag to compare

Added

  • Learning timeout #481
  • Server info: number of task resolvers #510
  • Server info: Detections number #516
  • Hastic-exporter for Prometheus #520

Changed

  • Synchronization with panel #455
  • Add tasks to queue when analytics is not ready #468
  • Send data to detection in chunks #489
  • Batch detection #500
  • Find start and end of peaks and troughs #506

Fixed

0.3.1-beta

05 Mar 11:31
Compare
Choose a tag to compare

Fixed

  • TypeError: ufunc 'isnan' not supported for the input types #447
  • Analytic bucket size #446

0.3.0-beta

26 Feb 20:08
Compare
Choose a tag to compare

Added

  • Webhook about missing connection to Grafana #412
  • Accept various URL inputs #416
  • Print config options on start #365
  • More info in webhooks #436
  • Accept various URL inputs #416
  • RPM release #317

Fixed

  • KeyError: 'ipeaks' #410
  • Drops pattern ValueError: All elements of patterns_list should have same length #414
  • ValueError: operands could not be broadcast together with shapes #425
  • Do not insert found segment if it intersects with negative #434
  • No server info #417
  • Disable webhook: TypeError: Cannot read property 'toString' of undefined #415
  • UnhandledPromiseRejectionWarning #419

Changed

  • Pattern filtering logic #366
  • Add correlation in general model #437

0.2.8-alpha

11 Feb 16:23
Compare
Choose a tag to compare
0.2.8-alpha Pre-release
Pre-release

Added

  • Renaming of analytic units #343

Fixed

  • Empty config value is not replaced by default value #380
  • Error: cannot read property analyticUnitId of undefined #378
  • Setting GRAFANA_URL in .env doesn't work #376
  • Nonetype object has no attribute update #375
  • Threshold value is not saving #368
  • Sort segments in processDetectionResult #354
  • Thresholds work incorrect with elastic datasource #388
  • KeyError 45058 #389
  • Error: missing segments in result or it is corrupted #392
  • Wrong time in threshold segments #403
  • Elasticsearch: Fix bucket aggregations grafana-datasource-kit/#56
  • Webhooks don't find any patterns #401

Changed

  • Default config options for docker-compose without .env #372
  • Log all analytic errors #353
  • Save threshold alert state #340

0.2.7-alpha

22 Jan 14:38
6c85d02
Compare
Choose a tag to compare
0.2.7-alpha Pre-release
Pre-release

Added

Fixed

  • Webhooks #341
  • ElasticSearch scrolling grafana-datasource-kit/#49
  • Detection return empty result #347
  • Segments from data puller not in db and panel #350
  • TypeError: console.debug is not a function in node 6 #360
  • Error: '<' not supported between instances of 'NoneType' and 'NoneType' #323
  • IndexError: list index out of range if segment has NaN #242
  • Error: name 'parse_segment' is not defined #315
  • Error: ValueError - dataset input should have multiple elements #325

Changed

  • Move data cropping to the models #335

0.2.6-alpha

07 Dec 09:40
Compare
Choose a tag to compare
0.2.6-alpha Pre-release
Pre-release

Added

  • Verification of incoming and outgoing data in analytics #227

Fixed

  • Restore webhooks API #149
  • The center of drop and jump patterns is shifted from real value #291
  • No detections after fresh learning #298

0.2.5-alpha

03 Dec 12:14
Compare
Choose a tag to compare
0.2.5-alpha Pre-release
Pre-release

Added

Fixed

0.2.4-alpha

19 Nov 17:23
Compare
Choose a tag to compare
0.2.4-alpha Pre-release
Pre-release

Added

  • Processing for 'NaN' values #231

Changed

  • Server info v2 #167
  • Specific error messages #201
  • Models with filtering #186
  • Decouple "analytics" and "server" processes to different docker containers #187

Fixed

  • Fix models for choosing the "wrong" patterns #195
  • Old segments are not deleted #198
  • Analytics works with one labeled segment #191
  • Error list index out of range AND max() arg is an empty sequence #212
  • Incorrect work of models with single patterns #234
  • Incorrect work of analytics with NaN-filled dataset #247
  • Anti-segments do not fall into analytics #181

0.2.3-alpha

27 Sep 09:33
ca5b503
Compare
Choose a tag to compare
0.2.3-alpha Pre-release
Pre-release

NOTE: hastic-panels of versions older than 0.2.3 are not supported

Added

Changed

  • Reduce amount of required labeled segments for learning #147

0.2.2-alpha

12 Sep 09:10
Compare
Choose a tag to compare
0.2.2-alpha Pre-release
Pre-release

NOTE: hastic-panels of versions older than 0.2.0 are not supported

Changed

  • Consider segment width in models #136
  • Increase learning dataset timerange