5.1 KiB
5.1 KiB
Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
[3.6.8] - 2021-02-21
Changed
[3.6.7] - 2020-12-18
Changed
- (Backport) MongodbQueueServiceProvider does not use the DB Facade anymore #2149 by @curosmj
- (Backport) Add escape regex chars to DB Presence Verifier #1992 by @andrei-gafton-rtgt.
[3.6.6] - 2020-10-29
Changed
- (Backport) Fix like with numeric values #2130 by @pendexgabo.
[3.6.5] - 2020-08-26
Changed
- Fix truncate to delete items in collection #1993 by @Yahatix.
- Fix always call connection to broadcast QueryExecuted event #2024 by @fsotomsk.
- Fix laravel guarded error #2082 by @fish3046.
[3.6.4] - 2020-04-23
Added
Changed
- Fix issue parsing millisecond-precision dates before 1970 #2028 by @DFurnes.
- Query like on integer fields #2020 by @ilyasokay.
- Fix refresh() on EmbedsOne #1996 by @stephandesouza.
[3.6.3] - 2020-03-04
Changed
- Fix laravel 6 compatibility #1979 by @divine.
- Fix getDefaultDatabaseName to handle +srv URLs #1976 by derekrprice.
[3.6.2] - 2020-02-27
Added
- Added new logic for HybridRelations::morphTo #1835 by @stephandesouza.
- Added using Carbon::now() #1870 by @CurosMJ.
- Added $localKey parameter for hasOne and hasMany #1837 by @stephandesouza.
- Add MustVerifyEmail trait #1933 by @si2w & @divine.
Changed
- UTCDateTime conversion now includes milliseconds #1966 by @Flambe & @Giacomo92.
- Allow setting hint option on QueryBuilder #1939 by @CurosMJ & @divine.
- Fix Convert UTCDateTime to a date string when reset password #1903 by @azizramdan.
- Fix truncate on models #1949 by @divine.
- Fix Carbon import #1964 by @Christophvh & @Giacomo92.
- Fix get database name from dsn #1954 by @hlorofos & @divine.
- Fix paginate in EmbedsMany #1959 by @SamsamBabadi & @Giacomo92.
- Fix format exception to string in failed jobs #1961 by @divine.
- Fix correct import class for db in queue #1968 by @divine.
- Fix default database detection from dsn #1971 by @divine.
- Fix create collection with options #1953 by @deviouspk & @divine.
[3.6.1] - 2019-10-31
Added
- Added hasIndex and dropIndexIfExists
Changed
- Improved pagination performance
- Fix for not like filters
- Correctly increment job attempts
[3.6.0] - 2019-09-08
Added
- Laravel 6 compatibility