Skip to content

Releases: symfony/console

v5.1.0

31 May 06:17
v5.1.0
Compare
Choose a tag to compare

Changelog (v5.1.0-RC2...v5.1.0)

  • bug #37007 Fix QuestionHelper::disableStty() (chalasr)
  • bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)

v5.0.9

31 May 06:13
v5.0.9
Compare
Choose a tag to compare

Changelog (v5.0.8...v5.0.9)

  • bug #37007 Fix QuestionHelper::disableStty() (chalasr)
  • bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
  • bug #36696 don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas)
  • bug #36590 Default hidden question to 1 attempt for non-tty session (ostrolucky)

v4.4.9

31 May 05:29
v4.4.9
Compare
Choose a tag to compare

Changelog (v4.4.8...v4.4.9)

  • bug #37007 Fix QuestionHelper::disableStty() (chalasr)
  • bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)
  • bug #36696 don't check tty on stdin, it breaks with "data lost during stream conversion" (nicolas-grekas)
  • bug #36590 Default hidden question to 1 attempt for non-tty session (ostrolucky)

v3.4.41

31 May 05:24
v3.4.41
Compare
Choose a tag to compare

Changelog (v3.4.40...v3.4.41)

  • bug #37007 Fix QuestionHelper::disableStty() (chalasr)
  • bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)

v5.1.0-RC2

26 May 07:39
v5.1.0-RC2
Compare
Choose a tag to compare
v5.1.0-RC2 Pre-release
Pre-release

Changelog (v5.1.0-RC1...v5.1.0-RC2)

  • no changes

v5.1.0-RC1

16 May 12:36
v5.1.0-RC1
Compare
Choose a tag to compare
v5.1.0-RC1 Pre-release
Pre-release

Changelog (v5.1.0-BETA1...v5.1.0-RC1)

  • no changes

v5.0.8

28 Apr 18:58
v5.0.8
Compare
Choose a tag to compare

Changelog (v5.0.7...v5.0.8)

  • no changes

v4.4.8

28 Apr 18:52
v4.4.8
Compare
Choose a tag to compare

Changelog (v4.4.7...v4.4.8)

  • no changes

v3.4.40

28 Apr 18:46
v3.4.40
Compare
Choose a tag to compare

Changelog (v3.4.39...v3.4.40)

  • no changes

v5.0.7

30 Mar 15:09
v5.0.7
Compare
Choose a tag to compare

Changelog (v5.0.6...v5.0.7)

  • bug #36222 Fix OutputStream for PHP 7.4 (guillbdx)