Skip to content

Releases: cego/request-insurance

3.0.0

03 Mar 14:00
557de00
Compare
Choose a tag to compare

Breaking Change:

  • Removed the index on the url column.
  • Changed the url column type from string to text to support URLs up to 64KB.

Important Notes:

  • This is a destructive change and may impact performance.
  • Ensure proper testing before deploying to production.
  • Cleanup of the request_insurance table may be necessary.
  • If unsure, contact your nearest DevOps engineer for assistance.

2.1.3

03 Mar 13:31
98f3550
Compare
Choose a tag to compare

Revert of previous tag

2.1.2

25 Feb 14:22
dac4518
Compare
Choose a tag to compare

Allowing longer URL's

2.1.1

30 Dec 10:53
e927811
Compare
Choose a tag to compare
Merge pull request #118 from cego/rab/skip-locked-configurable

Fix typo in useSkipLocked

2.1.0: Merge pull request #117 from cego/rab/skip-locked-configurable

30 Dec 10:41
f894364
Compare
Choose a tag to compare
Added config to opt out of using skip locked for older versions of mysql

2.0.2

17 Dec 08:17
9a9d05d
Compare
Choose a tag to compare
  • Add config(app.name) to user agent

Remove internal dependency on nbj/stopwatch

13 Nov 11:35
c1253ba
Compare
Choose a tag to compare

Remove internal dependency on nbj/stopwatch. This should unlock the carbon version to allow ^3.0.

2.0.0

09 Sep 13:18
5a5480b
Compare
Choose a tag to compare
  • Drop support for PHP 7.4, 8.0, 8.1, 8.2
    • Can still be supported with releases with tags ^1 for bug-fixes etc.
  • Adds prometheus metrics if spatie/laravel-prometheus is installed.

1.4.2

05 Jun 09:03
d1e55b4
Compare
Choose a tag to compare

Allow underscores in URLs.

Fix for CSRF tags not being included.

02 Apr 07:08
896cc69
Compare
Choose a tag to compare

Fix for CSRF tags not being included.