BSON
view release on metacpan or search on metacpan
- Require newer Path::Tiny with full-featured "basename" method.
[Prereqs]
- Bump boolean prereq to 0.45 to avoid conflicts between some versions
of JSON::XS and older boolean.pm releases that had read-only
singletons.
- Bump Moo prereq to 2.002004 to work around core sub shadowing
bug in generated constructor.
[~Internal Changes~]
- Pure-perl implementation split into a separate module to avoid
its load time in the future when an XS implementation becomes
available.
- Will prefer BSON::XS (when released) or fallback to BSON::PP;
PERL_BSON_BACKEND environment variable will override.
v0.999.5 2016-06-29 11:31:51-04:00 America/New_York (TRIAL RELEASE)
v0.999.4 2016-06-27 23:19:56-04:00 America/New_York (TRIAL RELEASE)
v0.999.3 2016-06-23 00:44:37-04:00 America/New_York (TRIAL RELEASE)
v0.999.2 2016-06-13 16:02:54-04:00 America/New_York (TRIAL RELEASE)
v0.999.1 2016-06-08 16:03:23-04:00 America/New_York (TRIAL RELEASE)
v0.999.0 2016-06-01 18:27:43-04:00 America/New_York (TRIAL RELEASE)
0.16 2015-09-25 10:54:41-04:00 America/New_York
[CHANGES]
- Improved diagnostic output if integers are too big
[BUG FIXES]
- Improved OID counter thread-safety
- Fix tests for perls with long doubles
[OPTIMIZATION]
- BSON::ObjectId generation now ~ 1.9x faster
0.13 2015-04-07 12:02:29-04:00 America/New_York (TRIAL RELEASE)
[BUG FIXES]
- Fix t/10-bson.t bug comparing floating point values; now using
Test::Number::Delta for comparison
0.12 2015-04-06 16:11:59-04:00 America/New_York
[BUG FIXES]
- added decoding support for BSON type 0x06 (Javascript "undefined");
treated like type 0x0A (null value) and decoded as Perl undef
[OPTIMIZATION]
- Inlined most functions for 10-20% performance increase measured
on a sample of Twitter tweets.
[META]
- Switched repository to Dist::Zilla structure using @DAGOLDEN plugin
bundle and associated file layout
0.11 2011-12-14
use Math::Int64 to address the 32-bit only Perl support
0.06 2011-09-26
Lower the required Perl version to 5.8
0.04 2011-08-04 17:30 PST
Add BSON::String type
0.03 2011-08-02 14:00:00 PST
Fix regex parsing for Perl<5.14
Fix thread dependency in oid.t
0.02 2011-07-25 19:10:00 PST
Fix spelling errors
0.01 2011-07-22 16:45:00 PST
First version, released.
( run in 1.119 second using v1.01-cache-2.11-cpan-39bf76dae61 )