Skip to content

3.3.2: Minor Bugfixes

Compare
Choose a tag to compare
@griffinmilsap griffinmilsap released this 10 May 14:05
· 474 commits to main since this release
c879b19

ezmsg.core 3.3.2

  • Global topics supported by passing Enums to Connections
  • Clearing MessageCache after unit shutdown. This fixes BufferErrors on exit caused by references contained with the Caches.
  • Removed local cache reference from Publisher.
  • WIP: Remove proxy topics from graphviz output.

ezmsg-zmq 1.1.3

  • Closing monitor socket of ZMQPoller/Sender prior to closing primary socket. This fixes ResourceWarning on shutdown of the ZMQ units.

ezmsg-sigproc 1.2.1

  • Creating asyncio.Event with default factory for sigproc filter state. Fixes runtime loop error.