Skip to content

SwiftBSON v3.0.1

Compare
Choose a tag to compare
@patrickfreed patrickfreed released this 31 Mar 20:40
· 30 commits to main since this release
558c7ff

The MongoDB Swift driver team is pleased to announce the 3.0.1 release of SwiftBSON.

This release contains fixes for the following bugs that were included in the 3.0.0 release:

  • [SWIFT-1126] SwiftBSON fails to parse legacy extended JSON
  • [SWIFT-1137] Dates greater than or equal to Int64.max ms from epoch cause SwiftBSON to crash

Any existing applications depending on the Swift driver can update to this version of SwiftBSON simply by running swift package update without any modifications to the their Package.swifts. Any new applications depending on the driver will automatically pull this version in.