|
Upstream:
- Add experimental SameSite cookie support.
- Add `samesite` attribute to Mojo::Cookie::Response and
Mojolicious::Cookies
- Add Mojo::File->lstat
- Add Mojo::File->remove
- Improve `eval` command with support for promises
- Improve Mojo::JSON::Pointer to ignore many invalid JSON pointers
- Add experimental Mojo::Promise->timeout
- Remove deprecated Plugin::PODRenderer
- Remove deprecated Mojo::Home->mojo_lib_dir
- Fix warning in Mojo::Log
- Add experimental Mojo::Promise->map
- Add experimentla Mojolicious::Renderer->min_compress_size
- Now also signs the cookie name when using signed cookies.
- Mojo::IOLoop::Server no longer checks if listen sockets are writable
- Add experimental Mojo::Promise->timer
- Add Test::Mojo->header_exists{,_not}
- Fix Mojo::Promise's finally callback being passed a value which is
incompatible with JavaScript API
- Fix Mojo::Promise `finally` being able to change promise values
- Fix merge in Mojo::Parameters losing multiple values with the same
shared name.
- Update jQuery to 3.4.0
- Mojo::Promise->wait no longer affected by manually stopped event loops
- Fix Mojo::Promise->new not accepting a passed callback for wrapping
continuation-passing style APIs
- Mojo::Headers now rejects characters in header values that would
corrupt the HTTP message
- Mojo::Util `getopt` now behaves more like `GetOptionsFromArray`
- Fix Mojo::UserAgent request timeouts not working for keep-alive
requests.
- Deprecate using config stash values and $config variable in templates
used by Plugin::Config.
- Deprecate Mojo::Collection::slice
- Add experimental proxy->{get_p,post_p,start_p} helpers to
Plugin::DefaultHelpers
- Add experimental Mojo::Headers->dehop
- Add experimental Mojo::IOLoop::Stream->{bytes_waiting,can_write}
- Add experimental Mojo::IOLoop::Stream `high_water_mark` attribute.
- Updated bundled TLS certificate
- Mojo::Base flags no longer required in a certain order
- Mojo::Headers clone performance 100% faster.
- Improved streaming performance
- Fix typo in Mojo::Message::Response 425 status message.
- Fix missing deprecation warning in Mojo::Promise
- Deprecate Mojo::Exception::verbose
- Add experimental Mojo::Exception->{check,raise}
- `generate plugin` command now accepts `-f` argument.
- Mojo::Exception->inspect now safe to call more than once.
- Fix various Mojo::Exception stack trace formatting bugs
- Fix Mojo::Sever daemonize exception handling
- Mojo::Exception check function now matches regex against stringified
exception objects as well
- Mojolicious::Validator `num` check now accepts negative numbers
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|