Skip to content

Releases: pavankjadda/KafkaStream-CQRS-EventSourcing

1.7.0

25 May 02:39
Compare
Choose a tag to compare

Upgrade to Spring Boot version 2.4.6

1.6.0

04 Dec 02:32
Compare
Choose a tag to compare

Upgrade to Spring Boot 2.4.0

1.5.0

19 Jun 05:55
Compare
Choose a tag to compare

Update to Spring Boot 2.3.1.RELEASE

1.4

10 Mar 04:11
Compare
Choose a tag to compare
1.4
  1. Upgrade to Spring Boot 2.2.5.RELEASE
  2. Upgrade to confluent version 5.4.0
  3. Upgrade to Avro 1.9.2
  4. Upgrade to Kafka 2.1.0
  5. Remove vulnerable dependencies, refactor code and remove unused classes and methods

1.3

03 Nov 17:51
Compare
Choose a tag to compare
1.3

Upgrade to Spring Boot 2.2.x

1.2

03 Feb 16:17
Compare
Choose a tag to compare
1.2

Fixed Major bugs and Refactored code

When new order created, Kafka streams gets customer information from 'customer' State Store on the fly and joins order and customer information then stores joined information in customer-order state store for future access

1.0.1

31 Jan 17:05
Compare
Choose a tag to compare

Minor UI changes and bug fixes

1.0

31 Jan 06:29
Compare
Choose a tag to compare
1.0

Major release with new UI additions

  1. Added HTML pages to create events (customers, orders, greetings)
  2. Added Bootstrap 4.x support for styling
  3. Data retrieved from Kafka State Stores now connected to HTML pages through RestTemplate
    • RestTemplate gets data from Kafka State Stores and returns it to HTML views present in templates
  4. Thymeleaf library used to render server data to HTML pages
  5. Send all events and see data from Kafka State Stores with Single home page

0.3

30 Jan 21:42
Compare
Choose a tag to compare
0.3

0.3

0.2.2

30 Jan 19:50
Compare
Choose a tag to compare

Minor Updates