File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- ### NEXT_VERSION_TYPE=MAJOR
2- ### NEXT_VERSION_DESCRIPTION_BEGIN
1+ ## [ 12.0.0] ( ) (28-04-2021)
32
43The library is divided into two modules:
54
@@ -9,7 +8,7 @@ The library is divided into two modules:
98Now it is possible to provide various database access implementations on top of ` db-queue-core ` module.
109You can implement a custom ` DatabaseAccessLayer ` to achieve this.
1110A default implementation for Spring is called ` SpringDatabaseAccessLayer ` and is located in the ` db-queue-spring ` module.
12- ` ru.yoomoney.tech:db-queue ` artifact still provides the same functionality as it includes
11+ ` ru.yoomoney.tech:db-queue ` artifact still provides the same functionality as it includes
1312` ru.yoomoney.tech:db-queue-core ` and ` ru.yoomoney.tech:db-queue-spring ` artifacts.
1413
1514There are several ** breaking changes** in this release.
@@ -19,7 +18,6 @@ To migrate to a new version you must do the following changes:
1918* Parametrize ` QueueShard ` over ` SpringDatabaseAccessLayer ` class
2019* Construct ` SpringDatabaseAccessLayer ` and pass it to ` QueueShard ` constructor
2120
22- ### NEXT_VERSION_DESCRIPTION_END
2321## [ 11.0.3] ( ) (22-04-2021)
2422
2523* Added library-project-plugin.
Original file line number Diff line number Diff line change 1- version =11 .0.4-SNAPSHOT
1+ version =12 .0.0
You can’t perform that action at this time.
0 commit comments