Releases: orlandos-nl/BSON
Releases · orlandos-nl/BSON
5.2.3
5.2.2
5.2.1
- Fixed a very obscure bug that would sometimes cause misinterpreting "primitive" BSON values (like Double, Int) when the backing storage of the array containing the bytes of the Document is not contiguous
- Added a range check in the
Int
initializer, to prevent crashes when converting a Double whose value falls outside theInt.min
-Int.max
range
5.2.0
5.1.5
5.1.4
4.1.5
5.1.3
5.1.2
5.1.1
- Fixed DictionaryValue, it's been broken for months apparently.
- Fixed overall correctness in validation (too permissive)
- Fixed array validation (not permissive enough, arrays with the key "username" make sense apparently)
- Complete unit test suite for BSON's Spec