Skip to content

Releases: orlandos-nl/BSON

7.0.30

07 Feb 20:47
ff36ca6
Compare
Choose a tag to compare

What's Changed

  • Add missing superDecoder() and superDecoder(forKey:) for BSONDecoder by @gwynne in #75

Full Changelog: 7.0.29...7.0.30

8.0.5

01 Nov 17:18
Compare
Choose a tag to compare

Full Changelog: 8.0.4...8.0.5

8.0.4

01 Nov 17:02
Compare
Choose a tag to compare

Full Changelog: 8.0.3...8.0.4

8.0.3

26 Oct 07:18
1065b39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.0.2...8.0.3

8.0.2

19 Sep 20:26
Compare
Choose a tag to compare

What's Changed

  • add link to swiftinit docs by @Kelvin13 in #71
  • Fix date decoding within specific generic contexts (specifically some property wrappers)

New Contributors

Full Changelog: 8.0.1...8.0.2

8.0.1

22 Jul 20:28
Compare
Choose a tag to compare

Full Changelog: 7.0.28...8.0.1

7.0.25

02 Sep 09:19
Compare
Choose a tag to compare

Fixed a bug that would incorrectly set the writerIndex of the NIO.ByteBuffer when inine-editing an array typed subdocument. This does not affect code based on Codable.

7.0.24

22 Aug 11:50
Compare
Choose a tag to compare

A huge performance boost across common use cases!

  • 50% faster integer decoding in BSONDecoder
  • 90% faster cString lookups
  • 50% faster key-value pair lookup
  • 90% faster document iteration

BSON 7.0.23

24 Jul 23:02
d596940
Compare
Choose a tag to compare

Exposes BSONValueNotFound Error to be public.

6.0.9

21 Jul 10:10
Compare
Choose a tag to compare
  • Fix a bug when representing the big endian timestamp of an ObjectId as Date