Skip to content

v0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthewhartstonge matthewhartstonge released this 13 Apr 11:59
· 312 commits to main since this release

v0.10.0 - 2018-04-13

Changed

  • Configuration now allows passing hostnames with included ports, for example:
    []string{"mongo.example.com:123456", "mongo.example.com:234567"}allowing
    developers to bypass having to configure config.Port as well.
  • Configuration now allows passing a custom tls.Config to the Config. This
    requires manual initialization of a tls.Config struct, but enables users
    to use their own TLS certs for connecting to mongo.
  • Cleaned up the Readme
  • Started using Keep a Changelog style for logging changes