Releases: orlandos-nl/MongoKitten
Releases · orlandos-nl/MongoKitten
2.0.0
Don't use this in production environments. This 2.0.0 tag will be moved along with our updates. API will be broken.
- Connection pooling
- Even more Document parsing/storing performance
- More than 10x faster authentication - in pure swift
- New server initialisers
- Inserting now returns the Document's
_id
instead of the entire Document. the _id is the only mutating value anyways - Fixed three timeout bugs related to the connection
- Simpler API for indexes
- GCD
- DBRef
- Optional TLS Socket Support implemented with LibreSSL
- Projection structs allow
[String]
and[String: Value]
to be a projection and allows us to improve projection creation even more in the future - Update now returns the amount of results updated
1.7.1
1.7.0
1.6.1
Includes new operators: .contains
, .startsWith
, .endsWith
. Thanks, @paulrolfe!