Skip to content

Latest commit

 

History

History
106 lines (59 loc) · 7.67 KB

File metadata and controls

106 lines (59 loc) · 7.67 KB

Changelog

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

2.0.0 (2025-12-01)

⚠ BREAKING CHANGES

  • add SpikeDetector, SpikeBinner nodes to client; remove SpikeDetect node from client and server

Features

  • add get_last_sync_time_ns to TimeSyncClient (#102) (90a7ffc)
  • add SpikeDetector, SpikeBinner nodes; remove SpikeDetect node (#99) (2a6c029)
  • add TimeSyncClient (#101) (9f89ee3)
  • Fix issue where uri is forgotten (#104) (c84a88a)
  • populate synapse_api_version DeviceInfo field in server (#94) (20b0aea)

Bug Fixes

  • configure iface ip for local test (#148) (be02b14)
  • fix issue with LogLevel type annotation on certain client device methods (#105) (e0bc439)
  • increase timeout for discovery (#149) (6228713)
  • synapsectl deploy issues with dependency: rich (#154) (c1201db)
  • Update paths for NWB compatibility (#123) (3ae1970)

2.2.0 (2025-05-01)

Features

  • Fix issue where uri is forgotten (#104) (c84a88a)
  • populate synapse_api_version DeviceInfo field in server (#94) (20b0aea)

Bug Fixes

  • fix issue with LogLevel type annotation on certain client device methods (#105) (e0bc439)

2.1.0 (2025-04-24)

Features

  • add get_last_sync_time_ns to TimeSyncClient (#102) (90a7ffc)
  • support streaming device queries (#95) (e45e5f5)

2.0.0 (2025-04-21)

⚠ BREAKING CHANGES

  • add SpikeDetector, SpikeBinner nodes to client; remove SpikeDetect node from client and server

Features

  • add SpikeDetector, SpikeBinner nodes; remove SpikeDetect node (#99) (2a6c029)
  • add TimeSyncClient (#101) (9f89ee3)
  • support new channel mapping header (#93) (aef46c8)
  • allow users to search by name or ip (#100) (7eb7e42)

1.0.2 (2025-04-07)

1.0.1 (2025-03-21)

Bug Fixes

  • fix missing import needed for impedance results saving (#88) (3ee6af2)

1.0.0 (2025-03-17)

⚠ BREAKING CHANGES

  • upgrade StreamOut node to use UDP unicast

In preparation for switching to UDP unicast, we have updated the StreamOut configuration to support udp unicast

  • Updates synapse api
  • Modularizes packet loss/bitrate calculation in streaming
  • Updates stream out to use Udp unicast

Features

  • add logs and tail cli, support GetLogs and TailLogs RPCs (#70) (fac3df8)
  • add SFTP-based file handling implementation (#74) (6d50716)
  • upgrade to use udp unicast (#73) (adca3c5)

Bug Fixes

  • fix issue with parsing configs with no electrode id, electrode_id (#80) (f75a433)
  • Remove unused wifi configuration (#81) (89af771)
  • Updated real time plotter to use channel ids directly (#85) (d6f0dd5)
  • support new and old format of config in plotting (#82) (27c5ff4)

0.11.0 (2025-03-10)

Bug Fixes

  • fix SignalConfig exports and StreamOut example (#75) (50d12ad)