Skip to content

Latest commit

 

History

History
112 lines (66 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

112 lines (66 loc) · 2.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

1.3.0 - 2023-01-12

Changed

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

1.2.0 - 2023-01-07

Changed

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

1.1.8 - 2023-12-25

Added

  • Adding Offset on RunEvent configuration.

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 - 2023-12-16

Changed

  • Allow to publish an event without any listeners attached.

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 - 2023-12-01

Fixed

  • Unlisted GetArrayString function on config contract

1.1.3 - 2023-11-12

Added

  • Adding GetArrayString function on config

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 - 2023-10-04

Added

  • Support Queue feature with RabbitMQ driver.

1.1.0 - 2023-09-26

Added

  • Support Queue feature with Sync and Redis drivers.

1.0.0 - 2023-09-16

Added

  • Support Config feature.
  • Support Console feature.
  • Support Database feature.
  • Support Event feature.
  • Support Log feature.
  • Support Schedule feature.
  • Support Queue feature