Releases: orlandos-nl/MongoKitten
Releases · orlandos-nl/MongoKitten
3.1.2
3.1.1
3.1.0
Enhancements
- Geo2Sphere Index
- Geospatial Query Operators
- Geospatial Aggregation Operator
- Geospatial collection commands
- Better GridFS support
db.createCollection
now accepts aQuery
as validator- Updated the batchSize of read queries to 100 by default. This will increase performance noticably
- Updated the default connection pool limit to 100 by default. This will increase performance on more heavily used applications.
- Fixed MONGODB-CR authentication
- Better support for pre-MongoDB 3.2 instances
- More information about the MongoDB server is available from the server object
- Better GridFS support
- Read/Write concern support on server, database, collection and method level
- Collation support on server, database, collection and method level
- Fixed a tonne of tiny bugs
3.1.0-beta
Enhancements
- Geo2Sphere Index
- Geospatial Query Operators
- Geospatial Aggregation Operator
- Geospatial collection commands
- Better GridFS support
db.createCollection
now accepts aQuery
as validator- Updated the batchSize of read queries to 100 by default. This will increase performance noticably
- Updated the default connection pool limit to 100 by default. This will increase performance on more heavily used applications.
- Fixed MONGODB-CR authentication
- Better support for pre-MongoDB 3.2 instances
- More information about the MongoDB server is available from the server object
- Better GridFS support
- Read/Write concern support on server, database, collection and method level
- Collation support on server, database, collection and method level
- Fixed a tonne of tiny bugs
3.0.6
3.0.5
3.0.3
3.0.2
3.0.0
3.0.0-beta
Added:
- Support for SSL
- Support for Replica Sets
- Support for Sharded Databases
- Documentation (can be found in the README)
Improved:
- Better connection pool
- Better aggregate API
Changed:
- Reworked the BSON Library