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.
1.3.0 - 2023-01-12
- Change
Handle
parameters to receiveJob
insteadof[]byte
on Listener.
1.2.0 - 2023-01-07
- Change
Handle
parameters to receive[]byte
insteadofJob
on Listener.
1.1.8 - 2023-12-25
- Adding
Offset
on RunEvent configuration.
1.1.7 - 2023-12-23
- Support
Kafka
as Event Stream.
- Using custom parser instead of cron.WithSeconds().
- Change all native Event Stream engine to Watermill Event Stream.
1.1.6 - 2023-12-16
- Allow to publish an event without any listeners attached.
1.1.5 - 2023-12-09
- Support
log.Logger
contract on Echo Framework.
- Fix invalid Schedule Timing caused by
cron.WithSecond()
by adding "0" in front of expression.
1.1.4 - 2023-12-01
- Unlisted
GetArrayString
function on config contract
1.1.3 - 2023-11-12
- Adding
GetArrayString
function on config
1.1.2 - 2023-10-17
- Adding
GetInt
,GetInt8
,GetInt16
,GetInt32
,GetInt64
function on config.
- Ignore migrations if no migration or seeder files.
1.1.1 - 2023-10-04
- Support
Queue
feature withRabbitMQ
driver.
1.1.0 - 2023-09-26
- Support
Queue
feature withSync
andRedis
drivers.
1.0.0 - 2023-09-16
- Support
Config
feature. - Support
Console
feature. - Support
Database
feature. - Support
Event
feature. - Support
Log
feature. - Support
Schedule
feature. - Support
Queue
feature