Skip to content

Commit ac05066

Browse files
authored
Update changelog
1 parent a2edc86 commit ac05066

File tree

1 file changed

+68
-1
lines changed

1 file changed

+68
-1
lines changed

CHANGELOG.md

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,71 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [Unreleased]
5+
6+
## [3.6.6] - 2020-10-29
7+
8+
### Changed
9+
- Backport of fix like with numeric values [#2130](https://github.com/jenssegers/laravel-mongodb/pull/2130) by [@pendexgabo](https://github.com/pendexgabo).
10+
11+
## [3.6.5] - 2020-08-26
12+
13+
### Changed
14+
- Fix truncate to delete items in collection [#1993](https://github.com/jenssegers/laravel-mongodb/pull/1993) by [@Yahatix](https://github.com/Yahatix).
15+
- Fix always call connection to broadcast QueryExecuted event [#2024](https://github.com/jenssegers/laravel-mongodb/pull/2024) by [@fsotomsk](https://github.com/fsotomsk).
16+
- Fix laravel guarded error [#2082](https://github.com/jenssegers/laravel-mongodb/pull/2082) by [@fish3046](https://github.com/fish3046).
17+
18+
## [3.6.4] - 2020-04-23
19+
20+
### Added
21+
- Add cursor [#2024](https://github.com/jenssegers/laravel-mongodb/pull/) by [@fsotomsk](https://github.com/fsotomsk).
22+
23+
### Changed
24+
- Fix issue parsing millisecond-precision dates before 1970 [#2028](https://github.com/jenssegers/laravel-mongodb/pull/2028) by [@DFurnes](https://github.com/DFurnes).
25+
- Query like on integer fields [#2020](https://github.com/jenssegers/laravel-mongodb/pull/2020) by [@ilyasokay](https://github.com/ilyasokay).
26+
- Fix refresh() on EmbedsOne [#1996](https://github.com/jenssegers/laravel-mongodb/pull/1996) by [@stephandesouza](https://github.com/stephandesouza).
27+
28+
## [3.6.3] - 2020-03-04
29+
30+
### Changed
31+
- Fix laravel 6 compatibility [#1979](https://github.com/jenssegers/laravel-mongodb/pull/1979) by [@divine](https://github.com/divine).
32+
- Fix getDefaultDatabaseName to handle +srv URLs [#1976](https://github.com/jenssegers/laravel-mongodb/pull/1976) by [derekrprice](https://github.com/derekrprice).
33+
34+
## [3.6.2] - 2020-02-27
35+
36+
### Added
37+
- Added new logic for HybridRelations::morphTo [#1835](https://github.com/jenssegers/laravel-mongodb/pull/1835) by [@stephandesouza](https://github.com/stephandesouza).
38+
- Added using Carbon::now() [#1870](https://github.com/jenssegers/laravel-mongodb/pull/1870) by [@CurosMJ](https://github.com/CurosMJ).
39+
- Added $localKey parameter for hasOne and hasMany [#1837](https://github.com/jenssegers/laravel-mongodb/pull/1837) by [@stephandesouza](https://github.com/stephandesouza).
40+
- Add MustVerifyEmail trait [#1933](https://github.com/jenssegers/laravel-mongodb/pull/1933) by [@si2w](https://github.com/si2w) & [@divine](https://github.com/divine).
41+
42+
### Changed
43+
- UTCDateTime conversion now includes milliseconds [#1966](https://github.com/jenssegers/laravel-mongodb/pull/1966) by [@Flambe](https://github.com/Flambe) & [@Giacomo92](https://github.com/Giacomo92).
44+
- Allow setting hint option on QueryBuilder [#1939](https://github.com/jenssegers/laravel-mongodb/pull/1939) by [@CurosMJ](https://github.com/CurosMJ) & [@divine](https://github.com/divine).
45+
- Fix Convert UTCDateTime to a date string when reset password [#1903](https://github.com/jenssegers/laravel-mongodb/pull/1903) by [@azizramdan](https://github.com/azizramdan).
46+
- Fix truncate on models [#1949](https://github.com/jenssegers/laravel-mongodb/pull/1949) by [@divine](https://github.com/divine).
47+
- Fix Carbon import [#1964](https://github.com/jenssegers/laravel-mongodb/pull/1964) by [@Christophvh](https://github.com/Christophvh) & [@Giacomo92](https://github.com/Giacomo92).
48+
- Fix get database name from dsn [#1954](https://github.com/jenssegers/laravel-mongodb/pull/1954) by [@hlorofos](https://github.com/hlorofos) & [@divine](https://github.com/divine).
49+
- Fix paginate in EmbedsMany [#1959](https://github.com/jenssegers/laravel-mongodb/pull/1959) by [@SamsamBabadi](https://github.com/SamsamBabadi) & [@Giacomo92](https://github.com/Giacomo92).
50+
- Fix format exception to string in failed jobs [#1961](https://github.com/jenssegers/laravel-mongodb/pull/1961) by [@divine](https://github.com/divine).
51+
- Fix correct import class for db in queue [#1968](https://github.com/jenssegers/laravel-mongodb/pull/1968) by [@divine](https://github.com/divine).
52+
- Fix default database detection from dsn [#1971](https://github.com/jenssegers/laravel-mongodb/pull/1971) by [@divine](https://github.com/divine).
53+
- Fix create collection with options [#1953](https://github.com/jenssegers/laravel-mongodb/pull/1953) by [@deviouspk](https://github.com/deviouspk) & [@divine](https://github.com/divine).
54+
55+
56+
## [3.6.1] - 2019-10-31
57+
58+
### Added
59+
Added hasIndex and dropIndexIfExists
60+
61+
### Changed
62+
Improved pagination performance
63+
Fix for not like filters
64+
Correctly increment job attempts
65+
66+
67+
68+
## [3.6.0] - 2019-09-08
69+
70+
### Added
71+
- Laravel 6 compatibility

0 commit comments

Comments
 (0)