Release Notes

Version 1.9.4 - 15. March 2016

 Features

  • Add support for more BSON types (UUID, LUUID, Timestamp, Code, Min key, Max key, DBRef)

Bug Fixes

  • Correctly resize the result view when switching tabs

 

Version 1.9.3 - 14. January 2016

Features

  • Create a new connection by cloning an existing one

Bug Fixes

  • Add binaries for mongo shell for MongoDB 3.2

  • Option slaveOk was ignored when connecting to a replica set in MongoDB > 3.x


Version 1.9.2 - 16. December 2015

Features

  • Add compatibility for MongoDB 3.2

Bug Fixes

  • Not all records were exported when the number of records to export is high

  • Parse connections strings starting with 'mongodb://' correctly

  • SSL options were not parsed correctly in some cases

Version 1.9.1 - 9. October 2015

Features

  • Add additional input fields to enter username and password separately from connection string
  • Encrypt the connection string, username and password before storing in the configuration file

Bug Fixes

Version 1.9.0 - 8. August 2015

Features

Bug Fixes

Version 1.8.1 - 23. July 2015

Bug Fixes

Version 1.8.0 - 9. July 2015

Features

Bug Fixes

Version 1.7.0 - 8. May 2015

Features

Bugfixes

Version 1.6.1 - 2. April 2015

Features

Bugfixes

Version 1.6.0 - 19. March 2015

Features

Bugfixes

Version 1.5.0 - 11. February 2015

Features

Bugfixes

Version 1.4.0 - 10. December 2014

Features

  • Add support for ssh connections with private key file authentication

Bugfixes

  • When connecting to a server and the destination database is set and the login database is not specified, then the destination database it automatically used as login database
  • If you create a new connection the connection data is always saved even if the connection to the server was not successful
  • Fix UI error in native mongo shell mode when the results could not be parsed

Version 1.3.0 - 21. November 2014

Features

  • Add options slaveOK to connections to have read only access to an replica-set slave server

Bugfixes

  • Fix path to native MongoDB shell in Mac
  • Fix validation when creating indexes. Now you can create text indexes
  • Arrays with just one element could be formatted wrong in the table view UI
  • Fix error when using mongo authentication and the username or password contains an @

Version 1.2.0 - 6. November 2014

Features

  • Add new Console mode with access to the native mongo Shell
  • Renamed the old console mode to server-side-script-mode
  • Documents in Edit Document view and JSON schema view are now displayed as JSON. This makes it visibly clear when field names contains white spaces

Bugfixes

  • All white spaces were removed from connection string
  • Connections was not opened when there was a connection with the same connection string

Version 1.1.0 - 29. September 2014

Features (only Professional and Enterprise Edition)

Bugfixes

  • Error message was not shown when database could not be created
  • User can't connect to server when password contains a @ sign
  • Sometimes the headers in the table view where not generated

Version 1.0.1 - 4. September 2014

  • Fix bug that documents may be not deleted in the community edition

Version 1.0.0 - 1. September 2014

  • First Release