Releases: jupiter-tools/spring-test-mongo
Releases · jupiter-tools/spring-test-mongo
0.15 Release
🚀 New Features
- add the mongodb replica set for transactions support
❤️ Contributors
Thanks to @vladislav-shelengovskiy
0.14 Release
🐞 Bug Fixes
Fix a problem with dynamic data sets initialization with groovy and js scripts ( #60 )
Fix a problem with comparing float and double in expected datasets (#60 )
Fix a problem with codecov reports ( #62 )
📦 Dependency Upgrades
Update SpringBoot version ( #60 )
Update Jackson (#61 )
Update Guava ( #52 )
0.13 Release
⭐️ New Features
- Support of the SpringBoot 2.1.4. ( #48 )
- Improve support of the GeoJson data types ( #45 )
- Add an ability to verify that data in MongoDb didn't change after a test execution ( #36 )
🐞 Bug Fixes
- Use a value in the
@Document
annotation only with a SpringBoot version 2.1.X ( #47 ) - Use null-value in the DataSet ( #44 )
- Using nested arrays of floating point values in the matching(expected) DataSet ( #39 )
📚 Documentation
📦 Dependency Upgrades
🛠 Internal Features
- Test a throwing exceptions in the integration test of MongoDataSet (for error cases) ( #41 )
0.12 Release
- Fixed bug with a path to dataset #8
- Trim space in regex pattern for date-match #30
- Add support of the javascript dynamic values #27
- Add Javascript based smart matchers of dataset values #31
- Fix the
getEntityClassName
to retrieve an entity class when collection is empty #24 - Add a processing of dynamic values in the imported datasets #22
- Improve documentation #13
beta 0.11
- Add support for the using Groovy scripts in expected data sets.
- Fix a bug with the running all tests (with mongodb testcontainers and without, but with the same context in the spring cache contexts)
- Add support for the nested arrays and maps in dynamic datasets