Releases: dcblogdev/laravel-microsoft-graph
Releases · dcblogdev/laravel-microsoft-graph
v4.0.2
v4.0.1
What's Changed
- Fix: Cross Origin Authorization Error. by @ousid in #85
- Allow string user_ids by @jsandfordhughescoop in #81
- Corrected types by @dcblogdev in #86
- fixes AdminMsGraph to allow $data to be null by @dcblogdev in #87
- feat: Add support for retrieving emails with singleValueExtendedProperties by @meckyp in #82
- Add user login functionality and queue support by @bajramemini in #80
New Contributors
- @ousid made their first contribution in #85
- @jsandfordhughescoop made their first contribution in #81
- @meckyp made their first contribution in #82
- @bajramemini made their first contribution in #80
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- dropped support for older versions less then 10 by @dcblogdev in #78
Full Changelog: v3.2.6...v4.0.0
v3.2.6
What's Changed
- Fix: Add string as argument type to isJson function by @mrksdiehl in #75
- Fix return types by @donatiss in #73
- removed object type hint from
isJson
by @dcblogdev in #76 - Set user model to be string by @dcblogdev in #77
New Contributors
- @mrksdiehl made their first contribution in #75
- @donatiss made their first contribution in #73
- @dcblogdev made their first contribution in #76
Full Changelog: v3.2.5...v3.2.6
Add support for Laravel 11
v3.2.5 add support for Laravel 11
v3.2.4
v3.2.3
Added
- Added pagination helper to build pages from a set number of records, for internal use
- Added TaskLists resource class for working with task lists
Updated
- Updated contacts get method to use pagination of the contacts. Sets default per page to 25 contacts
- Updated Tasks resource class for working with tasks
v3.2.2
v3.2.1
Added
- Added
tenantId
to config file to allow the tenantId to be retrievable - Added package shitware-ltd/flysystem-msgraph into this package to allow using a files flysystem driver
- Added page to the docs for the file system - https://dcblog.dev/docs/laravel-microsoft-graph/v3/msgraph/filesystem
Changed
- Removed unused imports from testcase
v3.2.0
Changed
- Changed MsGraph Listener to store a token once authenticated directly
- Re-wrote a lot of the internal workings of MsGraph, no userland changes are required apart from the Listener has changed.
Added
- Added tests for both MsGraph and MsGraphAdmin
Fixed
- Corrected refresh tokens after they expire
- Stopped an infinite loop when a token needs to be refreshed
- Stopped duplicating users when using a listener
- Stopped token getting deleted on logout
- Stopped token getting overwritten when another user logs in