Skip to content

Releases: fwidjaya20/symphonic

1.3.0

12 Jan 09:23
Compare
Choose a tag to compare

1.3.0 - 2023-01-12

Changed

  • Change Handle parameters to receive Job insteadof []byte on Listener.

Full Changelog: v1.2.0...v1.3.0

1.2.0

07 Jan 08:30
Compare
Choose a tag to compare

1.2.0 - 2023-01-07

Changed

  • Change Handle parameters to receive []byte insteadof Job on Listener.

Full Changelog: v1.1.8...v1.2.0

1.1.8

25 Dec 15:46
Compare
Choose a tag to compare

1.1.8 - 2023-12-25

Added

  • Adding Offset on RunEvent configuration.

1.1.7

22 Dec 17:27
Compare
Choose a tag to compare

1.1.7 - 2023-12-23

Added

  • Support Kafka as Event Stream.

Changed

  • Using custom parser instead of cron.WithSeconds().
  • Change all native Event Stream engine to Watermill Event Stream.

1.1.6

16 Dec 16:01
Compare
Choose a tag to compare

1.1.6 - 2023-12-16

Changed

  • Allow to publish an event without any listeners attached.

1.1.5

09 Dec 15:49
Compare
Choose a tag to compare

1.1.5 - 2023-12-09

Added

  • Support log.Logger contract on Echo Framework.

Fixed

  • Fix invalid Schedule Timing caused by cron.WithSecond() by adding "0" in front of expression.

1.1.4

01 Dec 16:36
Compare
Choose a tag to compare

1.1.4 - 2023-12-01

Fixed

  • Unlisted GetArrayString function on config contract

1.1.3

12 Nov 14:37
Compare
Choose a tag to compare

1.1.3 - 2023-11-12

Added

  • Adding GetArrayString function on config

1.1.2

17 Oct 03:43
Compare
Choose a tag to compare

1.1.2 - 2023-10-17

Added

  • Adding GetInt, GetInt8, GetInt16, GetInt32, GetInt64 function on config.

Fixed

  • Ignore migrations if no migration or seeder files.

1.1.1

04 Oct 09:00
Compare
Choose a tag to compare

1.1.1 - 2023-10-04

Added

  • Support Queue feature with RabbitMQ driver.