Releases: fwidjaya20/symphonic
Releases · fwidjaya20/symphonic
1.3.0
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
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
1.1.8 - 2023-12-25
Added
- Adding
Offset
on RunEvent configuration.
1.1.7
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
1.1.6 - 2023-12-16
Changed
- Allow to publish an event without any listeners attached.
1.1.5
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
1.1.4 - 2023-12-01
Fixed
- Unlisted
GetArrayString
function on config contract
1.1.3
1.1.3 - 2023-11-12
Added
- Adding
GetArrayString
function on config
1.1.2
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
1.1.1 - 2023-10-04
Added
- Support
Queue
feature with RabbitMQ
driver.