Releases: orlandos-nl/MongoKitten
Releases · orlandos-nl/MongoKitten
4.0.0-alpha2
This is a moving tag that will be used to update to the beta of TLS
4.0.0-alpha.1
This is the first alpha of MongoKitten 4. MongoKitten 4 features various changes and improvements, including:
- Purrrformance improvements
- Reworked cursor API, including a new type
CollectionSlice
used with find operations - Built on OpenKitten BSON 5 with a new, easier to use value extraction API
- ExtendedJSON is now powered by Cheetah
- Generally refined API
MongoKitten 4 targets Swift 3.1. To use this pre-release version, add it to your Package.swift
like this:
.Package(url: "https://github.com/OpenKitten/MongoKitten.git", Version(4,0,0, prereleaseIdentifiers: ["alpha"]))
Please note that the api of this alpha version will keep evolving. For production, you can use a stable version of MongoKitten.