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

v0.4.5    2018-10-11 21:38:03-04:00 America/New_York

    [Bug fixes]

    - PERL-1013 Fix binary subtype 2 and Decimal128 encoding
      on big-endian platforms.

    [Testing]

    - Synchronize tests with BSON.pm

    [Prereqs]

    - Requires BSON.pm v1.8.1

v0.4.4    2018-09-12 23:14:04-04:00 America/New_York

    [Bug fixes]

    - PERL-998 Don't wrap top-level documents in a BSON::DBRef, even
      if they have keys that resemble it

    [Testing]

    - Synchronize tests with BSON.pm

    [Prereqs]

    - Requires BSON.pm v1.8.0

v0.4.3    2018-07-10 09:51:48-04:00 America/New_York

    [Testing]

    - PERL-954 Prevent deprecation warnings from use of deprecated MongoDB
      v2.0.0 classes in test code.

    - Synchronize tests with BSON.pm

    [Prereqs]

    - PERL-955 Windows requires Vista or later

v0.4.2    2018-06-13 10:01:13-04:00 America/New_York

    [Bug fixes]

    - PERL-931 Fix memory leaks and early free

    - PERL-932 Fix possible stack corruption in BSON::Doc encoding
      on Perls <= 5.24

    [Prereqs]

    - Bumped BSON.pm prereq to v1.6.3

v0.4.1    2018-05-25 13:19:41-04:00 America/New_York

    [Bug fixes]

    - PERL-898 Fix memory leaks decoding CODEWSCOPE and DBRefs

    - PERL-902 Implement type wrapper ISA optimization

    - PERL-910 Fix bug with ordered hashes and unicode keys

v0.4.0    2018-05-17 16:35:23-04:00 America/New_York

    [!!! Incompatible Changes !!!]

    - PERL-742 Requires Perl 5.10.1 or later

    [Fixes]

    - PERL-894 Fix bug coercing strings to number

    - PERL-894 apply prefer_numeric only to pure strings

v0.2.2    2016-10-27 17:55:25-04:00 America/New_York

    [Fixes]

    - Add missing dynamic configuration step to Makefile.PL

    - Add more portability fixes for older Perls

v0.2.1    2016-10-27 10:26:55-04:00 America/New_York

    [Fixes]

    - Fix portability of XS to older Perls

v0.2.0    2016-10-24 21:42:33-04:00 America/New_York

    - First release