Releases: cego/request-insurance
Releases · cego/request-insurance
3.0.0
Breaking Change:
- Removed the index on the
url
column. - Changed the
url
column type fromstring
totext
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
Revert of previous tag
2.1.2
Allowing longer URL's
2.1.1
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
Added config to opt out of using skip locked for older versions of mysql
2.0.2
- Add config(app.name) to user agent
Remove internal dependency on nbj/stopwatch
Remove internal dependency on nbj/stopwatch. This should unlock the carbon version to allow ^3.0.
2.0.0
- 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
Allow underscores in URLs.
Fix for CSRF tags not being included.
Fix for CSRF tags not being included.