Skip to content

Releases: stechstudio/laravel-metrics

2.10

20 Feb 22:23
e8b49d1

Choose a tag to compare

What's Changed

  • Add withLog() for logging alongside metrics by @jszobody in #28

Full Changelog: 2.9...2.10

2.9

20 Feb 17:56
7390f31

Choose a tag to compare

2.9

What's Changed

  • Use session-stored UUID7 for anonymous ID by @jszobody in #27
  • Minimum Laravel version bumped to v11

Full Changelog: 2.8.2...2.9

2.8.2

20 Feb 16:01
d645675

Choose a tag to compare

What's Changed

  • Move session ID hash into getAnonymousId by @jszobody in #26

Full Changelog: 2.8.1...2.8.2

2.8.1

20 Feb 00:48

Choose a tag to compare

Minor API change to the brand new resolver methods in 2.8

2.8

19 Feb 21:06
58a0f97

Choose a tag to compare

2.8

What's Changed

Full Changelog: 2.7...2.8

2.7

19 Feb 18:37
0a3356f

Choose a tag to compare

2.7

What's Changed

Full Changelog: 2.6...2.7

2.6

21 Feb 01:22
e4a40eb

Choose a tag to compare

2.6

What's Changed

  • Laravel 12.x Compatibility

New Contributors

Full Changelog: 2.5...2.6

Laravel 11 support

12 Mar 23:24

Choose a tag to compare

Prometheus driver

15 Feb 13:44
fe1b99d

Choose a tag to compare

2.3: Avoid warnings on ComputesNanosecondTimestamps (#21)

07 Feb 22:35
6e64912

Choose a tag to compare

* Avoid warnings on ComputesNanosecondTimestamps

* Tweaks

- Compute `strlen` once.
- `microtime(true)` can return different number of decimals:

These are all valid:

```
1706498205.1234
1706498205.123
1706498205.12
1706498205.1
```

* Refactor and tests

* Improve float length and more tests