Releases: Tinkoff/neptune
Releases · Tinkoff/neptune
0.25.3-ALPHA
Spring integrations: Spring boot 3.x is supported
0.25.2-ALPHA
#397
Kafka:
- ability to define action (steps from other context or any executable code) on which the polling is started
- there is no necessity to define consumer property
auto.offset.reset
- auto assignment of consumer property
group.id
0.25.1-ALPHA
Improvements in hibernate:
- removal of code duplication
- refactoring of save/delete operations
- provided ability to use already created instances of SessionFactory
- Migration of hibernate documentation to website
0.25.0-MIGRATION-ALPHA
- migration to bytebuddy from aspectJ
- BaseJunit5Test is deprecated now
- BaseTestNgTest is deprecated now
- update of dependencies on Allure
- added integration with Mockito
- refactored integration with Allure
- dependencies on hamcrest are not transitive now
- dependencies on retrofit are not transitive now
- corrected dependencies on core module
- update of other dependencies
0.25.0-ALPHA
Removal of deprecated code
0.24.7-ALPHA
- improved serialization of ConsumerRecord
- fixed out
com.google.gson.JsonIOException: Failed making field 'java.nio.ByteBuffer#hb' accessible; either change its visibility or write a custom TypeAdapter for its declaring type
0.24.6-MIGRATION-ALPHA
- redesigned kafka-module (deprecated code + actual code in this release)
- improvements in rabbit module
0.24.6-ALPHA
- redesigned kafka-module (removal of deprecated code)
- improvements in rabbit module
0.24.5-ALPHA
Kafka: fix off issues related to not closed consumers #384
0.24.4-ALPHA
Kafka: Fix of a bug reproduced on large amount of messages #383