Releases: orlandos-nl/BSON
Releases · orlandos-nl/BSON
6.0.4
- Fixed an issue that caused ObjectId generation to fail when using Swift 5 with open source Foundation
- Added
ObjectIdGenerator.default
for accessing a thread-specific ObjectId generator
- Added a new
init
to Document
that allows initialising a document with an existing NIO ByteBuffer
5.2.6
- Fixed the tag's branch
- Compilation fixed for Swift 4.2
6.0.3
- Support cocoapods on macOS
- Make Document hashable
6.0.2
- Fixed a cocoapods dependency constraint
6.0.1
- Fixed a deprecation warning
6.0.0
Another major release with some optimizations, SwiftNIO support and the same API you love.
6.0.0-beta.1
Fixed array document encoding
5.2.3
- Improved caching the count
5.2.2
- Fixed performance issues for
count
operations
BSON ended up re-indexing documents when the count was being read
- Fixed BSONEncoder refusing the max and min value for an integer