Changes for version v1.12.1 - 2019-08-13
- !!! END OF LIFE NOTICE !!!
- Version v1.12.0 is the final feature release of the MongoDB BSON library. The library is now in a 12-month "sunset" period and will receive security patches and critical bug fixes only. The BSON library will be end-of-life and unsupported on August 13, 2020.
Modules
- BSON - BSON serialization and deserialization
- BSON::Array - BSON type wrapper for a list of elements
- BSON::Binary - Legacy BSON type wrapper for binary data (DEPRECATED)
- BSON::Bool - Legacy BSON type wrapper for Booleans (DEPRECATED)
- BSON::Bytes - BSON type wrapper for binary byte strings
- BSON::Code - BSON type wrapper for Javascript code
- BSON::DBPointer - Legacy BSON type wrapper for DBPointer data (DEPRECATED)
- BSON::DBRef - BSON type wrapper for MongoDB DBRefs
- BSON::Decimal128 - BSON type wrapper for Decimal128
- BSON::Doc - BSON type wrapper for ordered documents
- BSON::Double - BSON type wrapper for Double
- BSON::Int32 - BSON type wrapper for Int32
- BSON::Int64 - BSON type wrapper for Int64
- BSON::MaxKey - BSON type wrapper for MaxKey
- BSON::MinKey - BSON type wrapper for MinKey
- BSON::OID - BSON type wrapper for Object IDs
- BSON::ObjectId - Legacy BSON type wrapper for Object IDs (DEPRECATED)
- BSON::PP - Pure Perl BSON implementation
- BSON::Raw - BSON type wrapper for pre-encoded BSON documents
- BSON::Regex - BSON type wrapper for regular expressions
- BSON::String - BSON type wrapper for strings
- BSON::Symbol - BSON type wrapper for symbol data (DEPRECATED)
- BSON::Time - BSON type wrapper for date and time
- BSON::Timestamp - BSON type wrapper for timestamps
- BSON::Types - Helper functions to wrap BSON type classes