Features
- Added MongockTemplate
Bug fixed
Notes
- For this version to work as expected, is required:
- Use Spring[Boot]MongockBuilder with MongoTemplate in constructor, no with MongoClient(which is deprecated and will be removed in the next major release)
- Replace MongoTemplate by MongockTemplate in ALL your changeLogs (include already processed). Don't worry, MongockTemplate provides the exact same API than MongoTemplate, it's just a decorator, so you won't miss any functionality. You just need to change the name of the class and add the
import