The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.2.13    31.01.2024
           - decrease default resolver cache time 20 min -> 10 min
           - improve tests
1.2.12    03.10.2022
           - fix timer test
           - fix fs test name clash with unistd.h
1.2.11    22.06.2022
           - perl 5.36 related
1.2.10    10.02.2022
           - add on_establish to event listener API
           - move sockaddr() peeraddr() from Tcp to Stream
           - Timer new feature: pause/resume
           - API for getting connect timer for resuming timeout for logical connections
           - add XLog dependency
1.2.9     26.11.2021
           - upgrade tests for catch-v3
1.2.8     18.11.2021
           - internal misc junk
1.2.7     09.11.2021
           - inherit cloexec on file/sock dup
1.2.6     06.09.2021
           - protection from recursive loop run
1.2.5     13.07.2021
           - fix typo in logs, internal stuff
1.2.4     02.07.2021
           - Makefile.PL cosmetics
           - fix compilation warnings
1.2.3     23.05.2021
           - add perl API for track_load_average()
1.2.2     14.05.2021
           - change docs (callback dispatcher related)
1.2.1     09.04.2021
           - internal stuff
1.2.0     09.04.2021
           - fix Handle typemap for outside-derived classes
           - move XS-libunievent here
           - add track load average feature
           - complete documentation
1.1.2     25.11.2020
           - remove XLog usage from tests
1.1.1     25.11.2020
           - fix exceptions messages
           - misc improvements
1.1.0     30.10.2020
           - c-ares update
           - c++ part moved to XS::libunievent
           - add streamer adapters
1.0.2     19.06.2020
           - not specified because no docs yet
           - fix valgrind complains
           - treat SSL_ERROR_ZERO_RETURN as eof
           - add RunMode::NOWAIT_FORCE for running loop even if there are only weak handles
1.0.1     24.03.2020
           - fix UB with static logging module
           - fix Poll for windows
           - fix tests for windows
           - fix socketpair for windows
1.0.0     17.03.2020
           - first time uploaded to cpan (no docs yet)