- updated to 1.0050
see /usr/share/doc/packages/perl-Plack/Changes
1.0050 2022-09-05 08:46:44 PDT
[BUG FIXES]
- Revert #660 where POST requests failed when Middleware::Static was used with a code in `path` (#683)
1.0049 2022-09-01 10:43:42 PDT
[IMPROVEMENTS]
- Fix typos in docs #659
- Test improvements, including moving from Travis CI to GitHub
- Restrict non-GET/HEAD requests to App::File #662
- Improved nginx FastCGI example #675
- Added documentation about port 5000 for MacOS Montery
- Added verify_SSL in Plack::LWPish #677
- Added 'force' option to IIS6ScriptNameFix #679
OBS-URL: https://build.opensuse.org/request/show/1001440
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Plack?expand=0&rev=37
- updated to 1.0048
see /usr/share/doc/packages/perl-Plack/Changes
1.0048 2020-11-29 16:20:00 PST
[IMPROVEMENTS]
- Updated documentation for cotent_length and content_type #625
- Allow hyphens in file extensions for custom MIME types #614
- Updated some python test script to work with Python 3 #639
[BUG FIXES]
- Fix HTTP::Message::PSGI to work with delayed writer without content #653
- Plackup reloader allows restarting the server when the path contains .git or .svn, just not at the beginning of the path #632
- Added MIME types for .webp, .ttf and .xlsx files (rrwo)
- Fix Plack::Request content to not error when Content-Type is empty #655
OBS-URL: https://build.opensuse.org/request/show/852307
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Plack?expand=0&rev=35
[BUG FIXES]
- Revert the change to use the faster header builder because it breaks the legit
Plack::Response constructor that sets HTTP::Header object directly (#541)
1.0038 2015-11-25 12:36:29 PST
[IMPROVEMENTS]
- Added MIME type for apk files #514 (allanwhiteford)
- Allow passing custom formatters to Plack::Middleware::AccessLog #515 (frew)
- Allow '0' be a valid category for log4perl middleware #523
- Doc fix for Plack::Runner #528 (polettix)
- Doc improvements for -R/-M command line #529 (mickeyn)
- Bind test server explicitly on 127.0.0.1, not 0.0.0.0
- Support single-process manager in FCGI #535 (ianburrell)
- Optimize Plack::Response header builder #540 (kazeburo)
1.0037 2015-06-19 10:01:31 PDT
[Improvements]
- Lint: Support HTTP/2 in SERVER_PROTOCOL (kazuho) #511
- Bump HTTP::Headers::Fast dependency #512
1.0036 2015-06-03 12:01:53 PDT
[BUG FIXES]
- Fix CGIBin test to not use CGI.pm #509
1.0035 2015-04-16 10:08:21 CEST
[BUG FIXES]
- Fixed parsing of empty query string pairs (aristotle) #500
[IMPROVEMENTS]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Plack?expand=0&rev=30
[IMPROVEMENTS]
- Skip cgi related tests for Win32 (chorny) #413
- Skip tests that could potentially write empty bytes, which could cause
issues on some servers on local sockets with HTTP::Tiny
- Skip tests that require HTTP::Cookies, if not available #414
- Not a dev release, including XS free version of Plack::Test*
- Fix cgibin tests that often fail on Win32 #375
[INCOMPATIBLE CHANGES]
- use HTTP::Tiny in Plack::Test::Suite and Plack::Test::Server rather than skipping it.
- No XS! Eliminates dependency to LWP::UserAgent by making it completely optional for
testing. If you run Plack::Test with Server implemenetation or run Plack::Test::Suite
(for PSGI handlers) without LWP installed, the tests will automatically be skipped.
This removes the eventual sub-dependency to HTML::Parser, which is the only XS dependency
in Plack. #408
[IMPROVEMENTS]
- Fixed the warning in OO usage of Plack::Builder (doy) #407
- Shotgun loader now dies if used in Win32 since it leaks memory #320, #400
- Suppress warnings for Test::TCP (kazeburo) #406
- $res->to_app shortcut (ether) #409
- Fix warnings for Plack::App::WrapCGI (frioux)
- Ignore emacs lock file from restarter (maio)
- Add documentation for environment variable in Auth::Basic
- Some Metadata cleanup and Travis CI
- Use Apache::LogFormat::Compiler in AccessLog (kazeburo)
[BUG FIXES]
- Fixed a major bug in 1.0020-1.0021 where posix_default prevents arbitrary arguments
for plackup-compat (e.g. starman) to handle them (Thanks to justnoxx) Starman#66
[IMPROVEMENTS]
- Fixed test warnings (Keedi Kim)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Plack?expand=0&rev=19
- updated to 0.9988
- Fixes HTTP_HOST in HTTP::Message::PSGI #287 (doy)
[IMPROVEMENTS]
- Support streaming in AccessLog::Timed (Peter Makholm)
- Support streaming in ErrorDocument
- Removed UTF8 hack in HTTP::Message::PSGI. Depends on URI.pm 1.59 (wreis)
- Set Host headers correctly in HTTP::Message::PSGI #177
- Added documentation on supported %-flags in AccessLog (ether)
- Skip unnecessary tests on non-developer environment
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Plack?expand=0&rev=16