Skip to content

Releases: Tinkoff/neptune

0.25.3-ALPHA

27 Apr 16:24
6345a3a
Compare
Choose a tag to compare
0.25.3-ALPHA Pre-release
Pre-release

Spring integrations: Spring boot 3.x is supported

0.25.2-ALPHA

02 Mar 15:16
9038c67
Compare
Choose a tag to compare
0.25.2-ALPHA Pre-release
Pre-release

#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

27 Feb 14:23
543492e
Compare
Choose a tag to compare
0.25.1-ALPHA Pre-release
Pre-release

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

20 Feb 11:46
cc57357
Compare
Choose a tag to compare
Pre-release
  • 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

20 Feb 12:46
95e6063
Compare
Choose a tag to compare
0.25.0-ALPHA Pre-release
Pre-release

Removal of deprecated code

0.24.7-ALPHA

07 Feb 18:29
52dfcab
Compare
Choose a tag to compare
0.24.7-ALPHA Pre-release
Pre-release
  • 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

16 Jan 10:34
c1ce9de
Compare
Choose a tag to compare
Pre-release
  • redesigned kafka-module (deprecated code + actual code in this release)
  • improvements in rabbit module

0.24.6-ALPHA

16 Jan 11:30
c1ce9de
Compare
Choose a tag to compare
0.24.6-ALPHA Pre-release
Pre-release
  • redesigned kafka-module (removal of deprecated code)
  • improvements in rabbit module

0.24.5-ALPHA

30 Nov 12:40
3776135
Compare
Choose a tag to compare
0.24.5-ALPHA Pre-release
Pre-release

Kafka: fix off issues related to not closed consumers #384

0.24.4-ALPHA

24 Nov 20:10
53140bb
Compare
Choose a tag to compare
0.24.4-ALPHA Pre-release
Pre-release

Kafka: Fix of a bug reproduced on large amount of messages #383