Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.48 KB

CHANGES.md

File metadata and controls

30 lines (24 loc) · 1.48 KB

Mongeez

Version 0.9.6

  • added context parsing to formatted javascript changesets #54

Version 0.9.5

  • Use mongo 3.0
  • Support authenticationDatabase
  • Added ChangeSetValidator to detect duplicate ChangeSetIds #43
  • don't include log4j.properties in jar #34
  • Add context support #33
  • Fix NPE issues in xml file parsing #32

Version 0.9.4

  • pom: change scopes from provided to compile: commons-lang3, mongo-java-driver, spring-beans #30
  • add failOnError flag #28
  • upgrade mongo-java-driver to 2.11.1, slf4j to 1.7.5 and maven-compiler-plugin to 3.1

Version 0.9.3

  • MongeezDao: add support for MongoDB 2.4 #25
  • migrate mongeez from log4j to slf4j
  • pom: add davidmc24 as a developer #20

Version 0.9.2

  • make API change backwards compatible #16
  • Patch to add optional authentication to Mongeez runner #14
  • Javascript-formatted files, other new features #12

Version 0.9.1

  • mongeez library published to github