|
| 1 | +# 2.5.1 |
| 2 | + |
| 3 | +* Simplified configuration injection in ``EclipseStoreRepositoryFactoryBean``. |
| 4 | +* Updated EclipseStore to v2.1.1 |
| 5 | +* Updated org.springframework.boot.version to v3.4.2 |
| 6 | + |
| 7 | +# 2.5.0 |
| 8 | + |
| 9 | +* Updated org.springframework.boot.version to v3.4.1 |
| 10 | +* Added support for the [micro-migration-Framework](https://github.com/xdev-software/micro-migration) |
| 11 | + |
| 12 | +# 2.4.1 |
| 13 | + |
| 14 | +* Updated EclipseStore to v2.1.0 |
| 15 | +* Added EclipseStore-Rest-API to tests (storage-restservice-springboot) |
| 16 | + |
| 17 | +# 2.4.0 |
| 18 | + |
| 19 | +* Updated org.springframework.boot.version to v3.4.0 |
| 20 | +* Updated EclipseStore to v2.0.0 |
| 21 | +* Implemented Lazy Repositories with ``LazyEclipseStoreRepository`` |
| 22 | + |
| 23 | +# 2.3.1 |
| 24 | + |
| 25 | +* Auto-Fix problems with adding ids to entities with existing data store. |
| 26 | + |
| 27 | +# 2.3.0 |
| 28 | + |
| 29 | +* Add support for shutting down the storage during application shutdown |
| 30 | + * By default, only enabled when Spring DevTools are active |
| 31 | + * This should fix "StorageExceptionInitialization: Active storage for ... already exists" errors during DevTools restart |
| 32 | +* Added [Jakarta Bean Validation Constraints](https://jakarta.ee/learn/docs/jakartaee-tutorial/current/beanvalidation/bean-validation/bean-validation.html#_using_jakarta_bean_validation_constraints) with Hibernate validator for entities. |
| 33 | + |
| 34 | +# 2.2.2 |
| 35 | + |
| 36 | +* Fixed NPE in EclipseSerializerRegisteringCopier |
| 37 | + |
| 38 | +# 2.2.1 |
| 39 | + |
| 40 | +* Fixed release version |
| 41 | + |
| 42 | +# 2.2.0 |
| 43 | + |
| 44 | +* Fixed issue with not found migration script (for v2.X) |
| 45 | +* Updated org.springframework.boot.version to v3.3.4 |
| 46 | + |
| 47 | +# 2.1.0 |
| 48 | + |
| 49 | +* Implemented auto-id-generation for UUIDs. |
| 50 | +* Implemented composite primary keys. |
| 51 | +* Keyword "ignoreCase" now available for queries. |
| 52 | +* Implemented ``@Query`` annotation with simple SQL-Selects |
| 53 | + |
| 54 | +# 2.0.1 |
| 55 | + |
| 56 | +* Fix for Issue [#131](https://github.com/xdev-software/spring-data-eclipse-store/issues/131) |
| 57 | + |
| 58 | +# 2.0.0 |
| 59 | + |
| 60 | +* Restructured root to improve performance with IDs in entities |
| 61 | +* Implemented auto migration for older version (<2.0.0). |
| 62 | + Added [XDEV MicroMigration](https://github.com/xdev-software/micro-migration) as dependency. |
| 63 | +* Updated EclipseStore version to 1.4.0 |
| 64 | +* Updated Spring to version 3.3.2 |
| 65 | + |
| 66 | +# 1.0.10 |
| 67 | + |
| 68 | +* Optimistic locking with @Version now possible |
| 69 | + |
| 70 | +# 1.0.9 |
| 71 | + |
| 72 | +* Inherited entities with repositories are now realized by reading (finding coherent repositories) and not by writing |
| 73 | +* Multiple restarts of the storage at initial startup is now fixed |
| 74 | + |
| 75 | +# 1.0.8 |
| 76 | + |
| 77 | +* Entities with same ID are replaced on saved and not added |
| 78 | +* Updated Spring to version 3.3.1 |
| 79 | + |
| 80 | +# 1.0.7 |
| 81 | + |
| 82 | +* QueryByExample now possible |
| 83 | +* Performance optimizations |
| 84 | +* It's now possible to use multiple repositories with the same class/entity |
| 85 | + |
| 86 | +# 1.0.6 |
| 87 | + |
| 88 | +* Fixed problem with missing configuration |
| 89 | + |
| 90 | +# 1.0.5 |
| 91 | + |
| 92 | +* Added support for transactions |
| 93 | + |
| 94 | +# 1.0.4 |
| 95 | + |
| 96 | +* Added possibility to use multiple storages |
| 97 | +* Added Lazy support |
| 98 | + |
| 99 | +# 1.0.3 |
| 100 | + |
| 101 | +* Added the EclipseStoreDataImporter to import data from JPA repositories. |
| 102 | +* Updated EclipseStore to version 1.2.0 |
| 103 | +* Updated Spring to version 3.2.3 |
| 104 | + |
| 105 | +# 1.0.2 |
| 106 | + |
| 107 | +* Added the EclipseStoreCustomRepository which has no methods defined at all. |
| 108 | +* EclipseStoreRepository extends the Crud- and PagingAndSorting-Repository (just like the |
| 109 | + org.springframework.data.jpa.repository.JpaRepository). |
| 110 | + |
| 111 | +# 1.0.1 |
| 112 | + |
| 113 | +* Fix for NullPointerException when storing an entity with Auto-ID and no previous action on the database. |
| 114 | +* Provide multiple Repository Interfaces, not only EclipseStoreRepository (e.g. EclipseStoreCrudRepository). |
| 115 | + |
| 116 | +# 1.0.0 |
| 117 | + |
| 118 | +* Initial release |
| 119 | + |
0 commit comments