Skip to content

Latest commit

 

History

History
95 lines (85 loc) · 5.3 KB

CHANGELOG.md

File metadata and controls

95 lines (85 loc) · 5.3 KB

4.1.3

Features

  • Added support for Mongodb driver sync 4
  • Added support for spring-data 3
  • Added @EnableMongock with minimal configuration
  • IndexCreation: Possibility to release Mongock from crating indexes(it will still check they are created)

Breaking changes

  • New builder API: Introduced drivers

Bugs fixed

  • Take older changeSets with no state as executed
  • Fixed Changock annotations not processed
  • Invalid condition in MongockCoreContextSelector for driver Spring data v2

3.2.4

Features

Breaking change

  • Removed default support for com.mongodb.DB. Currently a UnsupportedOperationException is thrown when used in a changeSet in core mongock

Bugs fixed


3.2.1.BETA

Features


3.2.0.BETA

Breaking changes


3.1.0.BETA

Breaking changes

  • Renamed version to systemVersion, so startVersion and endVersion in the builder become startSystemVersion and endSystemVersion and version in changeSet annotation becomes systemVersion

Bugs fixed


3.0.8.BETA

Feature


3.0.7.BETA

Bugs fixed


3.0.5.BETA

Bugs fixed


3.0.3.BETA

Improvements

  • Improved logs in PR

Features and breaking changes


3.0.0.BETA

Breaking changes

  • Removed com.mongodb.DB support due to deprecation in mongoDB driver in PR
  • Removed Jongo support as it's based on com.mongodb.DB in PR

Bugs fixed

Technical note

  • Implementation approach changed from using cglib proxies to implementing decorator pattern for database connectors(MongoDatabase, Jongo and MongoTemplate)

2.0.2

Bugs fixed

Bugs fixed


2.0.0

Features and breaking changes

Bugs fixed


1.16.2

Features

Bugs Fixed

  • Added changelog.md file