Skip to content

Releases: ZenWave360/spring-modulith-events-spring-cloud-stream

v1.1.0

29 Nov 11:54

Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.1.0

v1.0.7

22 Nov 12:22

Choose a tag to compare

What's Changed

  • Update Spring-Modulith Parent POM version to 1.4.5 by @github-actions[bot] in #43

Full Changelog: v1.0.6...v1.0.7

v1.0.6

02 Nov 09:05

Choose a tag to compare

What's Changed

  • Update Spring-Modulith Parent POM version to 1.4.4 by @github-actions[bot] in #40

Full Changelog: v1.0.5...v1.0.6

v1.0.5

23 Aug 06:20

Choose a tag to compare

What's Changed

  • Update Spring-Modulith Parent POM version to 1.4.3 by @github-actions[bot] in #35

Full Changelog: v1.0.4...v1.0.5

v1.0.4

26 Jul 14:08

Choose a tag to compare

What's Changed

  • Update Spring-Modulith Parent POM version to 1.4.2 by @github-actions[bot] in #32

Full Changelog: v1.0.2...v1.0.4

v1.0.2

20 Jun 06:15

Choose a tag to compare

What's Changed

  • Update Spring-Modulith Parent POM version to 1.4.1 by @github-actions in #30

Full Changelog: v1.0.1...v1.0.2

v1.0.1

27 May 07:22

Choose a tag to compare

What's Changed

  • Update Spring-Modulith Parent POM version to 1.4.0 by @github-actions in #28

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Apr 08:40

Choose a tag to compare

What's Changed

  • Release 1.0.0-RC2 by @github-actions in #25
  • Update Spring-Modulith Parent POM version to 1.3.5 by @github-actions in #26

Full Changelog: v1.0.0-RC2...v1.0.0

v1.0.0-RC2

22 Mar 16:33

Choose a tag to compare

What's Changed

  • Release 1.0.0-RC1 by @github-actions in #23
  • Update Spring-Modulith Parent POM version to 1.3.4 by @github-actions in #24

Full Changelog: v1.0.0-RC1...v1.0.0-RC2

v1.0.0-RC1

26 Feb 16:30

Choose a tag to compare

This release adds support for Spring Cloud Stream Externationalization, including serializers/deserializers for Message<?> (generics deserialization) and Avro Playloads.

Documentation:

Implementation:

  • MessageEventSerializer classes for event serialization of generic Message<?> keeping payload type. [1]
  • AvroEventSerializer classes for event serialization of Avro Paylods, since Jackson ObjectMapper does not handle well Avro Specific/GenericRecords. [2]
    • It works both for Avro events or Message with Avro payloads
  • SpringCloudStreamEventExternalizer class to handle event externalization using Spring Cloud Stream.
  • EnableSpringCloudStreamEventExternalization annotation for enabling the event externalization configuration.

Testing

What's Changed

Full Changelog: https://github.com/ZenWave360/spring-modulith-events-spring-cloud-stream/commits/v1.0.0-RC1