Skip to content

Releases: Locastic/Loggastic

PHP 8.1 and added missing limit and offset params to ActivityLogProvider

18 Sep 19:37
70db9bc
Compare
Choose a tag to compare
v1.1.4-beta

Add limit and offset to ActivityLogProvider (#24)

Fixed elastic configuration

13 Sep 07:09
ae5566c
Compare
Choose a tag to compare
v1.1.3-beta

fix(#16):  fix configuration elastic_properties (#22)

v1.1.2-beta

31 May 12:16
84b2cc5
Compare
Choose a tag to compare

What's Changed

  • Rollback ActivityLogger autowiring + fix collections normalization on update by @gdalyy in #18

Full Changelog: v1.1.1-beta...v1.1.2-beta

v1.1.1-beta

31 May 09:23
a2b8fdb
Compare
Choose a tag to compare

Explicit configuration for ActivityLogger service needed to fix normalization issues with collections

What's Changed

  • Explicit ActivityLogger configuration by @gdalyy in #17

Full Changelog: v1.1.0-beta...v1.1.1-beta

v1.1.0-beta

16 Apr 09:38
e459024
Compare
Choose a tag to compare

What's Changed

  • make collection identifier extractor optional by @gdalyy in #15

Full Changelog: v1.0.9-beta...v1.1.0-beta

v1.0.9-beta

08 Mar 11:33
255fba6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8-beta...v1.0.9-beta

Fixed add & delete for loggable child

11 Oct 11:37
f465cc5
Compare
Choose a tag to compare
v1.0.8-beta

Fixed logging of loggable child for add and remove actions (#13)

Fixed populate command arguments

23 Sep 09:47
d0147b4
Compare
Choose a tag to compare
Fix populate command (#10)

* Fixed populate command issue

* Fixed populate command issue

* Fixed populate command issue

Fixed populate command

23 Sep 06:40
8eec576
Compare
Choose a tag to compare
v1.0.6-beta

Fixed populate command issue (#9)

Custom message dispatcher

12 Sep 09:41
84cdcda
Compare
Choose a tag to compare

Added custom message dispatcher for easier customization of consumers and message busses.