Revision history for BSON-XS v0.8.4 2020-08-13 10:53:15-04:00 America/New_York [!!! END OF LIFE NOTICE !!!] - As of August 13, 2020, the BSON-XS library has reached end of life and is no longer supported by MongoDB. v0.8.3 2020-04-13 10:56:53-04:00 America/New_York [Fixed] - PERL-1130 Fixed memory leaks in circular reference detection and bad UTF-8 detections. v0.8.2 2019-12-05 13:57:34-05:00 America/New_York [Fixed] - PERL-1128 Fixed gettid build conflict with newer gcc v0.8.1 2019-08-13 08:19:37-04:00 America/New_York [!!! END OF LIFE NOTICE !!!] - Version v0.8.0 is the final feature release of the MongoDB BSON::XS library. The library is now in a 12-month "sunset" period and will receive security patches and critical bug fixes only. The BSON::XS library will be end-of-life and unsupported on August 13, 2020. v0.8.0 2019-07-12 13:57:20-04:00 America/New_York [Added] - Added support for BSON::Array from BSON v1.12.0. v0.6.0 2018-11-29 17:08:47-05:00 America/New_York [Changed] - PERL-1031 Limit BSON max-depth - PERL-1040 Improve error message for unknown BSON type [Prereqs] - Requires BSON v1.10.0 [Testing] - Synchronize tests with BSON.pm v0.4.6 2018-10-12 11:50:05-04:00 America/New_York [Bug fixes] - PERL-1016 Fix BSON timestamp decoding on 32-bit perls. 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