Skip to content

Commit 6507279

Browse files
authored
DOCSP-43172: Remove DatabaseTokenRepository class (#3130)
* DOCSP-43172: Remove DatabaseTokenRepository class * JT feedback * edit * JT feedback 2
1 parent 2ee0dd9 commit 6507279

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/upgrade.txt

+10
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ Version 5.x Breaking Changes
7171

7272
This library version introduces the following breaking changes:
7373

74+
- Removes support for the following classes:
75+
76+
- ``MongoDB\Laravel\Auth\DatabaseTokenRepository``. Instead, use the default
77+
``Illuminate\Queue\Failed\DatabaseFailedJobProvider`` class and
78+
specify a connection to MongoDB.
79+
80+
- ``MongoDB\Laravel\Queue\Failed\MongoFailedJobProvider``. Instead,
81+
use the default ``Illuminate\Queue\Failed\DatabaseFailedJobProvider``
82+
class and specify a connection to MongoDB.
83+
7484
- In query results, the library converts BSON ``UTCDateTime`` objects to ``Carbon``
7585
date classes, applying the default timezone.
7686

0 commit comments

Comments
 (0)