Skip to content

Releases: orlandos-nl/BSON

6.0.4

01 Apr 12:56
f12841c
Compare
Choose a tag to compare
  • 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

01 Apr 20:09
4d9a4aa
Compare
Choose a tag to compare
  • Fixed the tag's branch
  • Compilation fixed for Swift 4.2

6.0.3

14 Mar 16:38
Compare
Choose a tag to compare
  • Support cocoapods on macOS
  • Make Document hashable

6.0.2

23 Feb 10:45
Compare
Choose a tag to compare
  • Fixed a cocoapods dependency constraint

6.0.1

22 Feb 18:05
0da7aa5
Compare
Choose a tag to compare
  • Fixed a deprecation warning

6.0.0

27 Jan 10:14
Compare
Choose a tag to compare

Another major release with some optimizations, SwiftNIO support and the same API you love.

6.0.0-beta.1

25 Oct 12:18
Compare
Choose a tag to compare
6.0.0-beta.1 Pre-release
Pre-release
Fixed array document encoding

5.2.4

03 Jul 10:21
Compare
Choose a tag to compare
  • Fixed UInt decoding

5.2.3

18 Oct 18:59
Compare
Choose a tag to compare
  • Improved caching the count

5.2.2

17 Oct 11:15
Compare
Choose a tag to compare
  • 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