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

0.12 2022-05-11T03:46:44Z
    - encode JSON as UTF-8 encoded string (#22 @hitode909)
    - capture() may die on invalid names. (#20 @fujiwara)
    - fix race condition of creating the directory (#19 @shogo82148)
    - Create XRay control directory only if necessary (#18 @melo)
    - Support IMDSv2 (#16 @shogo82148)

0.10 2020-01-23T00:28:43Z
    - Fix Bareword (#13 @negachov)

0.09 2019-08-20T22:01:55Z
    - Support AWS Lambda (#10 @shogo82148)
    - Add EC2 plugin (#6 @papix)
    - Fix typo (#5 @moznion, #9 @shogo82148)
    - Fix wantarray in capture (#7 @shogo82148)

0.08 2018-10-26T13:56:35Z
    - Segment name created by add_capture becomes to package name.

0.07 2018-10-26T08:32:01Z
    - Add add_capture method.

0.06 2018-07-05T06:58:37Z
    - Fix segment data lost in 0.05 and auto_flush(0).

0.05 2018-07-05T01:50:46Z
    - Add auto_flush()

0.04 2018-06-22T15:05:03Z
    - Add sampler()

0.03 2018-06-19T16:34:09Z
    - Add sampling_rate()

0.02 2018-06-15T14:44:09Z
    - interface changed. (trace -> capture)

0.01 2018-06-15T05:32:35Z

    - original version