Skip to content

Releases: AnswerDotAI/conkernelclient

v0.0.13

Choose a tag to compare

@jph00 jph00 released this 06 Jul 04:13

New Features

  • Add ops module with iopub collection, execute composites, generic requests, DAP proxy, and lifecycle helpers; make Session.send patch lazy via apply_session_patch (#9)

v0.0.12

Choose a tag to compare

@jph00 jph00 released this 11 Jun 03:34
  • Fix timeout/race zmq bug

v0.0.11

Choose a tag to compare

@jph00 jph00 released this 02 Jun 23:44

New Features

  • Remove 'Orphan reply' warning (#7)

v0.0.10

Choose a tag to compare

@jph00 jph00 released this 15 Apr 03:05

New Features

  • Add DeadKernelError for ZMQ socket failures with targeted exception handling (#6)

v0.0.9

Choose a tag to compare

@jph00 jph00 released this 13 Apr 22:39

New Features

  • Fix concurrent execute races: fail-fast on channel stop/kernel death, abort pending on kernel error, add stop_on_error support (#5)

v0.0.7

Choose a tag to compare

@jph00 jph00 released this 27 Feb 03:43

New Features

  • Add stdin_send (#4)

v0.0.6

Choose a tag to compare

@jph00 jph00 released this 27 Feb 03:41

New Features

  • Add stdin_send (#4)

v0.0.5

Choose a tag to compare

@jph00 jph00 released this 27 Feb 03:23

Bugs Squashed

  • Fix race conditions in channel start/stop and add reader error logging (#3)

v0.0.4

Choose a tag to compare

@jph00 jph00 released this 26 Feb 22:38

New Features

  • Ensure shell reader task is fully started before returning from start_channels (#2)

v0.0.3

Choose a tag to compare

@jph00 jph00 released this 26 Feb 00:33
  • Add readme