Skip to content

Releases: josemv92/contrib-auto-lumen

v1.0.3

Choose a tag to compare

@josemv92 josemv92 released this 13 Aug 21:30
383bd68

This release includes bug fixes for the package.

Changes

  • Fixed a bug generating an incorrect route name for the root route.
  • Fixed a bug triggered when the route can't be found.

v1.0.1

Choose a tag to compare

@josemv92 josemv92 released this 13 Aug 18:05
753b11b

This patch release introduces a few minimal changes.

Changes

  • Allow support for Lumen 10.x
  • Update README.md with better instructions.

v1.0.0

Choose a tag to compare

@josemv92 josemv92 released this 13 Aug 00:58
8e9c586

This release introduces some changes for Lumen auto-instrumentation.

Changelog

  • [feat] Lumen 11.x support
  • [refactor] Updated to match with Laravel auto-instrumentation
  • [fix] Incorrect capture of response for HTTP Instrumentation