|
Upstream:
- Add Test::Mojo->attr_{is,isnt,like,unlike}
- Mojolicious::Static->is_fresh now supports weak etags
- Mojo::Base `-async` now `-async_await` due to fun parsing problems in
perl.
- Fix Mojo::Base where `-async_await` would not load Mojo::Promise
- Add experimental Mojo::Util->humanize_bytes
- Add experimental Mojo::ByteStream->humanize_bytes
- Update Future::AsyncAwait requirement to 0.36 for tests
- Plugin::DefaultHelpers proxy->{get,post,start}_p no longer
experimental
- Mojolicious::Renderer->{compress,min_compress_size} no longer
experimental
- Mojo::IOLoop::Stream `high_water_mark` no longer experimental
- Mojolicious::Renderer->respond no longer experimental
- Mojo::IOLoop::Stream->{bytes_waiting,can_write} no longer experimental
- Mojo::Headers->dehop no longer experimental
- Mojo::Util->scope_guard no longer experimental
- Mojolicious::Validator size check now only requires one argument
- Mojolicious::Validator now properly validates empty strings instead of
ingoring them.
- Fix plugin generator to not use an __END__ section
- Add Mojolicious::Validator `not_empty` filter
- Add Test::Mojo `handler` attribute
- Add Test::Mojo->test
- Improve extension testing in Test::Mojo
- Improve uniqueness of `request_id` in Mojo::Message::Request
- Add Mojo::Server::Daemon->keep_alive_timeout
- Add `-k` option to daemon and prefork commands.
- Add `keep_alive_timeout` setting to Hypnotoad
- Increase default timeouts
- Improve timeout setting peformance in Mojo::IOLoop::Stream
- Improve ->again in various reactors to allow changing invocation time
of active timers.
- Fix support for 425 status in Mojo::Message::Response
- Add Mojo::IOLoop::Subprocess->run_p
- Fix Mojo::Server::Daemon getting keep-alive timeout instead of
inactivity timeout on active connections.
- Fix Mojo::UserAgent race condition where test servers would disconnect
prematurely.
- Fix support for disabling inactivity timeout in Mojo::UserAgent
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|