The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for OpenTracing

1.000     2020-06-29 00:07:54+08:00 Asia/Kuala_Lumpur
    New features:

    - ID generation is now full 128-bit, using Bytes::Random::Secure
    - async support is now possible (using Syntax::Keyword::Dynamically)
    - OpenTracing::Integration support (most of these involve external
    deps, so will end up as separate distributions)
    - mention OpenTracing::Role in an attempt to reduce confusion

0.004     2020-04-23 02:35:27+08:00 Asia/Kuala_Lumpur
    New features:

    - includes OpenTracing::Any base implementation, inspired by Log::Any
    - simple DSL in OpenTracing::DSL
    - since this requires postderef, minimum perl version is now explicitly set to 5.20+

0.003     2019-06-16 21:56:03+08:00 Asia/Kuala_Lumpur
    No new features.

    Bugs fixed:

    - extended the random IDs to 63-bit (was 62-bit, the protocol defines as 128-bit but the overhead of
    generating these is a bit too high for comfort)

    Documentation:

    - added basic class information

0.002     2019-06-10 06:03:51+08:00 Asia/Kuala_Lumpur
    No new features.

    Bugs fixed:

    - removed some unnecessary debug lines

0.001     2019-06-10 05:41:04+08:00 Asia/Kuala_Lumpur
    Initial release.