Skip to content

Releases: softonic/laravel-protobuf-events

Allow to customize log level for incoming and outgoing communications

25 Mar 09:42
e78a178
Compare
Choose a tag to compare
Merge pull request #17 from softonic/Allow-customize-log-level

Allow to customize log level for incoming and outgoing communications

Remove unnecessary service parameter from formatOutgoingMessage

06 Mar 14:18
2d9a417
Compare
Choose a tag to compare
2.1.4

Merge pull request #16 from softonic/Allow-logs-for-outgoing-and-inco…

Upgrade orchestra/testbench dependency

05 Mar 12:34
3982568
Compare
Choose a tag to compare
2.1.3

Merge pull request #15 from softonic/Allow-logs-for-outgoing-and-inco…

Fixed default logger initialization

04 Mar 10:55
253a3b0
Compare
Choose a tag to compare
2.1.2

Merge pull request #14 from softonic/Allow-logs-for-outgoing-and-inco…

Added exception to formatIncomingMessage

01 Mar 12:41
dfb2a61
Compare
Choose a tag to compare
2.1.1

Merge pull request #13 from softonic/Allow-logs-for-outgoing-and-inco…

Allowed logs for outgoing and incoming protobuf messages

29 Feb 17:04
b7fe0b5
Compare
Choose a tag to compare
2.1.0

Merge pull request #12 from softonic/Allow-logs-for-outgoing-and-inco…

Upgrade nuwber dependency, create new parameter to isolate services

22 Mar 13:46
293264e
Compare
Choose a tag to compare

Nuwber Library is upgraded.
There is a new parameter in external events publish method. Is used to isolate different services in order to make the routing key more specific

Fix headers error

16 Mar 10:50
1dca2b3
Compare
Choose a tag to compare
Merge pull request #8 from softonic/Fix-headers-error

Fix headers error

Allow to pass headers

14 Mar 09:14
169e9ef
Compare
Choose a tag to compare
1.1.0

Merge pull request #7 from softonic/feature/CAT-3814-Add-xMsgPriority…

Accurate error when job fails

25 Jan 09:31
dcc3b6c
Compare
Choose a tag to compare

When job failed for any reason the logged error was "Target [Closure] is not instantiable.". Now it shows the real error.