Skip to content

Releases: orlandos-nl/MongoKitten

3.1.2

03 Feb 00:45
Compare
Choose a tag to compare
  • Speeding up authentication for all but the first connection

3.1.1

02 Feb 13:16
Compare
Choose a tag to compare
  • Fixed GridFS not storing the filename

3.1.0

02 Feb 09:26
Compare
Choose a tag to compare

Enhancements

  • Geo2Sphere Index
  • Geospatial Query Operators
  • Geospatial Aggregation Operator
  • Geospatial collection commands
  • Better GridFS support
  • db.createCollection now accepts a Query 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

24 Jan 21:30
Compare
Choose a tag to compare
3.1.0-beta Pre-release
Pre-release

Enhancements

  • Geo2Sphere Index
  • Geospatial Query Operators
  • Geospatial Aggregation Operator
  • Geospatial collection commands
  • Better GridFS support
  • db.createCollection now accepts a Query 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

24 Jan 21:44
Compare
Choose a tag to compare

Fixed MONGODB-CR authentication

3.0.5

24 Jan 21:25
Compare
Choose a tag to compare

Fixed a compiler crash

3.0.3

17 Jan 10:44
65b9de5
Compare
Choose a tag to compare
Bug Fixes

Fix findAndModify not returning any Value

3.0.2

10 Jan 23:16
Compare
Choose a tag to compare
Bug Fixes

Fixed insert not throwing write error exceptions

3.0.0

18 Dec 21:03
Compare
Choose a tag to compare
  • 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 underlying BSON Library

3.0.0-beta

10 Dec 09:54
Compare
Choose a tag to compare
3.0.0-beta Pre-release
Pre-release

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