Skip to content

Releases: ostrolucky/stdinho

PHP 8.2 support

11 Feb 11:06
76a54db
Compare
Choose a tag to compare
  • Remove usage of dynamic properties on ProgressBar 76a54db

Full Changelog: 0.6.0...0.6.1

Support modern versions of dependencies

16 Oct 12:41
43c8965
Compare
Choose a tag to compare
  • Upgrade to GitHub-native Dependabot #4
  • Update jean85/pretty-package-versions requirement from ^1.1 to ^1.1 || ^2.0 #3
  • Support higher versions of dependencies, PHP 8.0 requirement 43c8965
  • Migrate to GH actions 28b906d
  • symfony/console >= 5 support, phpunit 9 751b8c9

Indicate abort status in progress bar

01 Dec 13:33
0488f7a
Compare
Choose a tag to compare
  • Show abort status in progress bar 0488f7a
  • Support symfony/console 5 ceaac2a

Fix percentages in progress bar

22 Oct 18:28
12717f5
Compare
Choose a tag to compare
  • Fix percentages in progress bar 12717f5

Fix crash that occurs when re-connecting

03 Aug 20:10
7818ffe
Compare
Choose a tag to compare
  • Fix crash that occurs when re-connecting 7818ffe

Fix premature server shutdown after --buffer-size is exceeded

22 Apr 14:47
6aa88c3
Compare
Choose a tag to compare
  • Fix premature server shutdown after buffer-size is exceeded 6aa88c3

--buffer-size option

22 Apr 01:06
80aa37a
Compare
Choose a tag to compare
  • Add --buffer-size option a8a7229
  • Add --connections-limit option 9c7cb8f
  • Disallow overwriting when stdin and -f with existing path is provided 4b16f65
  • Use less misleading default value for --http-headers 4b15f73

--http-headers option

27 Jan 01:22
Compare
Choose a tag to compare
  • Add --http-headers CLI option for specifying custom HTTP response header 1512083

Performance optimization

19 Jan 18:02
Compare
Choose a tag to compare
  • More consistent error handling with default symfony/console behaviour 66c7297
  • Improve CPU utilization (~74% -> ~51%) when writing to socket is faster 9984b39
  • Remove direct dependency on amphp/file, improve CPU usage and perf a290135
  • Better RFC 2616 compliance d3b3ad6
  • Autodetect filename from path to put to HTTP response 7fb87f8

Unlink temp files

19 Jan 18:19
Compare
Choose a tag to compare
  • Fix usage when both stdin and -f argument are available 81880ba
  • Unlink temp files on CTRL+C 0d302b1
  • Guide user how to exit 6de87b9