Description:
This update for perl-Minion, perl-Mojo-SQLite, perl-Mojolicious fixes the following issues:
Changes in perl-Mojolicious:
- updated to 9.400.0 (9.40)
see /usr/share/doc/packages/perl-Mojolicious/Changes
9.40 2025-05-12
- Added EXPERIMENTAL support for resumable file downloads.
- Added EXPERIMENTAL download methods to Mojo::File and Mojo::UserAgent::Transactor.
- updated to 9.390.0 (9.39)
see /usr/share/doc/packages/perl-Mojolicious/Changes
9.39 2024-11-23
- Added EXPERIMENTAL support for encrypted session cookies.
This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the
encrypted attribute.
$app->sessions->encrypted(1);
- Added EXPERIMENTAL encrypted attribute to Mojolicious::Sessions.
- Added EXPERIMENTAL encrypted_cookie and every_encrypted_cookie methods to Mojolicious::Controller.
- Added EXPERIMENTAL decrypt_cookie, encrypt_cookie and generate_secret functions to Mojo::Util.
- Fixed a bug in Mojo::Message::Request where message size limits were not always correctly applied.
(Alexander Kuehne)
- updated to 9.380.0 (9.38)
see /usr/share/doc/packages/perl-Mojolicious/Changes
9.38 2024-08-17
- Added support for new core booleans in Perl 5.36+ to Mojo::JSON. (haarg)
- Deprecated support for "'" package separators that have been deprecated in Perl. (Grinnz)
- updated to 9.37
see /usr/share/doc/packages/perl-Mojolicious/Changes
9.37 2024-05-13
- Improved Mojo::Base include time with a new Mojo::BaseUtils module. (okurz)
- updated to 9.36
see /usr/share/doc/packages/perl-Mojolicious/Changes
9.36 2024-03-06
- Updated Bootstrap from version 4 to 5. (sergiotarxz)
- Improved Morbo to restart on deleted files. (hernan604)
Changes in perl-Mojo-SQLite:
- updated to 3.009
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
3.009 2022-03-22 20:16:03 EDT
- Fix race condition in Mojo::SQLite::Migrations where two processes could attempt to create the same migration. (#25, Oliver Kurz)
- updated to 3.008
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
3.008 2021-11-28 11:10:24 EST
- Update documentation to indicate that upsert operations are now supported via SQL::Abstract::Pg.
- updated to 3.007
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
3.007 2021-08-01 20:17:42 EDT
- Increase DBD::SQLite dependency to 1.68 to support and use sqlite_string_mode over sqlite_unicode (#22, Adam Williamson)
- The default options now set sqlite_string_mode to DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK,
unless sqlite_unicode is specified explicitly in from_string or from_filename. This is equivalent
to the previous behavior but ensures that DBD::SQLite will not return malformed strings.
- Support wal_mode option to enable WAL journaling mode, which is still currently the default,
but may not be set by default in a future release.
Changes in perl-Minion:
- updated to 10.310.0 (10.31)
see /usr/share/doc/packages/perl-Minion/Changes
10.31 2024-09-21
- Restore old repair behavior for job dependencies without performance loss. (HEM42)
- updated to 10.300.0 (10.30)
see /usr/share/doc/packages/perl-Minion/Changes
10.30 2024-06-05
- Improved stats performance in Minion::Backend::Pg by an order of magnitude. (rshingleton)