forked from mongodb-labs/mongo-perl-bson-xs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
122 lines (63 loc) · 2.35 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Revision history for BSON-XS
{{$NEXT}}
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