Skip to content

Latest commit

 

History

History
411 lines (229 loc) · 24 KB

CHANGELOG.md

File metadata and controls

411 lines (229 loc) · 24 KB

Changelog

0.18.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @pre-commit-ci

0.18.0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dcsaba89 | @dependabot | @pre-commit-ci

0.17.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dependabot | @incase | @pre-commit-ci

0.17.0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @pre-commit-ci

0.16.0

(Full Changelog)

Bugs fixed

  • Fix issue where large stdin writes can cause Tornado to hang #189 (@KoopaKing)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @KoopaKing | @pre-commit-ci

0.15.0

No merged PRs

0.13.3

(Full Changelog)

Bugs fixed

  • Test ConPTY backend against pywinpty 2.0.5 #146 (@andfoy)

Contributors to this release

(GitHub contributors page for this release)

@andfoy | @blink1073

0.13.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

  • Add test for terminating the terminals and fix Windows terminal shutdown behavior #142 (@blink1073)

Contributors to this release

(GitHub contributors page for this release)

@andfoy | @blink1073 | @fcollonval | @Wh1isper | @yusufbashi

0.13.1

(Full Changelog)

Maintenance and upkeep improvements

  • python_requires is an option in setup.cfg #140 (@minrk)

Contributors to this release

(GitHub contributors page for this release)

@minrk

0.13.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @Wh1isper

0.12.4

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073

0.12.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @devmonkey22

0.12.2

(Full Changelog)

Bugs fixed

  • Use read_buffer for reconnect and remove preopen_buffer #127 (@Wh1isper)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@andfoy | @blink1073 | @Wh1isper

0.12.1

(Full Changelog)

Bugs fixed

  • Revert "only override TERM if its not previously set" #119 (@rvalieris)

Contributors to this release

(GitHub contributors page for this release)

@rvalieris

0.12.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@hugovk | @rvalieris

0.11.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073

0.11.0

(Full Changelog)

Enhancements made

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@arjanvandervelde | @blink1073 | @OmriShiv

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)