Skip to content

Latest commit

 

History

History
96 lines (47 loc) · 5.55 KB

File metadata and controls

96 lines (47 loc) · 5.55 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2025-04-14)

⚠ BREAKING CHANGES

  • add SpikeDetector, SpikeBinner nodes; remove SpikeDetect node

Features

  • add 'StreamQuery' support to Device (#34) (fb2247a)
  • add SpikeDetector, SpikeBinner nodes; remove SpikeDetect node (#33) (5d6f263)

1.1.0 (2025-04-03)

1.0.1 (2025-03-26)

1.0.0 (2025-03-25)

⚠ BREAKING CHANGES

  • migrate StreamOut from UDP multicast to UDP unicast
  • return 'Status' from Device and Config API methods

Features

  • add Device.getLogs, Device.tailLog RPCs (#19) (43719e8)
  • add Status obj, return status from Device and Config calls (#17) (c925f43)
  • disk-writer: add DiskWriter node (1a40373)
  • support udp unicast in StreamOut node (#27) (a175fd1)

Bug Fixes

  • sha parsing and rate limiting on postinstall script (#15) (11d6aec)

0.13.0 (2025-03-13)

Features

  • disk-writer: add DiskWriter node (5274dd8)

0.12.0 (2025-03-06)

⚠ BREAKING CHANGES

  • return 'Status' from Device and Config API methods

Features

  • add Device.getLogs, Device.tailLog RPCs (#19) (43719e8)
  • add Status obj, return status from Device and Config calls (#17) (c925f43)

Bug Fixes

  • sha parsing and rate limiting on postinstall script (#15) (11d6aec)

0.11.1 (2025-02-11)

Bug Fixes

  • fix issue where Info() would return error status on successful call with device error status (#14) (4e9fe47)

0.11.0 (2025-02-07)

Features

  • add BroadbandSource, SpikeSource nodes (#10) (6175d17)
  • update discovery implementation (#9) (220e472)

Bug Fixes

  • fix installation of package (postinstall hook) by falling back to synapse-api zip download if submodule not available (#11) (f06f4d1)

0.10.0 (2025-01-15)

Features

  • add options to all calls (deadline), update protos (#7) (23b1e3d)

Bug Fixes

  • device ingests socket information on info() call (#5) (e21c6c2)
  • replace 'shape' field in stream-in node (#4) (bf84021)