SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Future-0.50-40.19.noarch.rpm :

* Sat Mar 18 2023 Tina Müller - updated to 0.50 see /usr/share/doc/packages/perl-Future/Changes 0.50 2023-03-17 [CHANGES]
* Swap all unit tests from `Test::More` to `Test2::V0`
* Avoids test_requires on `Test::Refcount` or `Test::Fatal` [BUGFIXES]
* Fix documentation minisynopsis on `->udata`
* Set `AATTCARP_NOT` so that `AWAIT_GET` rethrow appears to come from the right location (RT145249)
* Tue Oct 18 2022 Tina Müller - updated to 0.49 see /usr/share/doc/packages/perl-Future/Changes 0.49 2022-10-17 [CHANGES]
* Big reshuffle to move most code into Future/PP.pm in order to support an optional Future-XS distribution too
* Attempt to load Future::XS by preference if it is available
* Additional unit tests for cornercases of XS implementation
* Remember to provide the AWAIT_WAIT API method
* Migrated Future::Queue out into its own distribution [BUGFIXES]
* Bugfixes and unit tests for convergents on pre-cancelled futures (RT144459)
* Thu Jan 27 2022 Tina Müller - updated to 0.48 see /usr/share/doc/packages/perl-Future/Changes 0.48 2022-01-26 [CHANGES]
* Implement the new AWAIT_ON_CANCEL API shape for Future::AsyncAwait [BUGFIXES]
* Make sure to set rtime for immediate futures (RT134620)
* Sat Jan 02 2021 Tina Müller - updated to 0.47 see /usr/share/doc/packages/perl-Future/Changes 0.47 2021-01-01 [BUGFIXES]
* Don\'t weaken() the waiting future in Future::Mutex as that causes it to be dropped in some situations
* Tue Oct 20 2020 Tina Müller - updated to 0.46 see /usr/share/doc/packages/perl-Future/Changes 0.46 2020-10-19 [CHANGES]
* Provide AWAIT_CHAIN_CANCEL named method for compatibility with upcoming Future::AsyncAwait::Awaitable method rename [BUGFIXES]
* Ensure that Future::Mutex returns proper cloned future instances when waiting (RT133563)
* Thu Apr 23 2020 - updated to 0.45 see /usr/share/doc/packages/perl-Future/Changes 0.45 2020-04-22 [CHANGES]
* API changes to make duck-typing closer to Promises/A+ et.al: + Allow sequencing methods to yield non-Future results; upgrade them to being Future-wrapped + Add ->resolve and ->reject as aliases of ->done and ->fail
* Recognise PERL_FUTURE_STRICT environment variable to restore previous sequencing method behaviour [BUGFIXES]
* ->without_cancel still needs to cancel result if caller is cancelled
* Ensure all Future::AsyncAwait interop methods properly respect subclassing
* Wed Mar 25 2020 - updated to 0.44 see /usr/share/doc/packages/perl-Future/Changes 0.44 2020-03-25 [CHANGES]
* Added ->result; use that in unit tests and docs where appropriate
* Slight performance boost in internals by direct field access rather than accessor methods
* Document ->await properly; make it wait until ready
* Discourage ->block_until_ready
* Wed Jan 08 2020 - updated to 0.43 see /usr/share/doc/packages/perl-Future/Changes 0.43 2020-01-07 [CHANGES]
* Implement the Future::AsyncAwait::Awaitable API methods directly
* Thu Nov 14 2019 - updated to 0.42 see /usr/share/doc/packages/perl-Future/Changes 0.42 2019-11-12 [CHANGES]
* Added Future::Queue [BUGFIXES]
* Remove already-completed futures from the on_cancel chain of others to avoid the list growing arbitrarily large in some situations; e.g easily provoked by long loops in Future::AsyncAwait
* Fri Jun 14 2019 Stephan Kulow - updated to 0.41 see /usr/share/doc/packages/perl-Future/Changes 0.41 2019-06-13 [CHANGES]
* Added Future::Exception->throw
 
ICM