From 65072798194fdeabba20ded39be75366bafa0f29 Mon Sep 17 00:00:00 2001 From: Nora Reidy Date: Fri, 6 Sep 2024 16:19:12 -0400 Subject: [PATCH] DOCSP-43172: Remove DatabaseTokenRepository class (#3130) * DOCSP-43172: Remove DatabaseTokenRepository class * JT feedback * edit * JT feedback 2 --- docs/upgrade.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/upgrade.txt b/docs/upgrade.txt index fed27d862..4d7dca0d8 100644 --- a/docs/upgrade.txt +++ b/docs/upgrade.txt @@ -71,6 +71,16 @@ Version 5.x Breaking Changes This library version introduces the following breaking changes: +- Removes support for the following classes: + + - ``MongoDB\Laravel\Auth\DatabaseTokenRepository``. Instead, use the default + ``Illuminate\Queue\Failed\DatabaseFailedJobProvider`` class and + specify a connection to MongoDB. + + - ``MongoDB\Laravel\Queue\Failed\MongoFailedJobProvider``. Instead, + use the default ``Illuminate\Queue\Failed\DatabaseFailedJobProvider`` + class and specify a connection to MongoDB. + - In query results, the library converts BSON ``UTCDateTime`` objects to ``Carbon`` date classes, applying the default timezone.