Skip to content

Latest commit

 

History

History
121 lines (72 loc) · 7.12 KB

CHANGELOG.md

File metadata and controls

121 lines (72 loc) · 7.12 KB

Changelog

0.10.1

(Full Changelog)

Bugs fixed

  • Fix blocking of pty_read when there isn't pty data ready to read #107 (@icankeep)

Contributors to this release

(GitHub contributors page for this release)

@icankeep

0.10.0

(Full Changelog)

Enhancements made

Bugs fixed

  • avoid persistent handle on IOLoop instance #102 (@minrk)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@andfoy | @blink1073 | @cailiang9 | @minrk

0.9.5

0.9.4

0.9.3

  • Make sure SIGPIPE has default handler set #91 (@dlukes)

0.9.2

0.9.1

0.9.0

v0.8.3

  • Add kwargs to NamedTermManager.new_named_terminal #70 (@qntnrbns)

0.8.2

0.8.1

0.8

0.7

  • Reduce duplication in PtyWithClients.terminate #43 (@srstevenson)
  • Pass signal to terminal from manager method #42 (@srstevenson)
  • Send SIGHUP to the process group in the terminal, not just the leader #38 (@takluyver)
  • Include LICENSE.txt file in the tarball #34 (@irushchyshyn)
  • Add requirements and README for demos #31 (@stuaxo)
  • Revert pinging implementation, and call super method in websocket open #28 (@takluyver)
  • keep websocket connection alive by sending pings when there is no activity #27 (@zyzhu2000)

0.6

0.5

  • Fix bugs when max_terminals reached, with test cases #11 (@payne92)
  • More liberal read time out to address Travis CI test issues #10 (@payne92)
  • More unit tests #8 (@payne92)

0.4

  • Initial unit test framework #6 (@payne92)
  • Buffer the last 10 reads from the pty, and play back to new clients #5 (@takluyver)

0.3.2

  • add async terminate method #3 (@minrk)