1.8.1
This version requires to run migrations (php artisan migrate
).
This release is mainly a maintenance release.
We noticed that the main feature of 1.8.0 was working well when queues are synchronous, but in production queues are asynchronous. This led to errors in some cases.
Added
Changed
- Optimize how release number is generated from git log when logging errors in Sentry (#950 - thanks to asbiin).
- API: Remove partial contacts from search results (#957 - thanks to djaiss).