Releases: smartdevicelink/bson_c_lib
Releases · smartdevicelink/bson_c_lib
Release 1.2.6
What's Changed
- Update gradle files to target lastest API and update NDK version for 16kb page requirement by @jacobkeeler in #62
Hotfix Release 1.2.5
Hotfix Release 1.2.4
Bug Fixes
Hotfix Release 1.2.3
Release 1.2.2
Release 1.2.1
Release 1.2.0
Bug Fixes
read_int64_le()cannot read a large integerbson_object_from_bytes()may cause buffer over-run on corrupted input - Deprecatedbson_object_from_bytesfunction in favor of newbson_object_from_bytes_lenfunction- Android wrapper does not handle nested objects or arrays
Release 1.1.1
Release 1.1.0
New Features
- Added Lua support through a new wrapper library
bson4lua- #8
Release 1.0.3
Fixes/improvements
- Fixed segfault in
bson_object_iterator_next- #7