# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.3.1...v2.4.0) (2025-03-28)


### Features

* PHP 8.4 compatibility ([#209](https://github.com/microsoftgraph/msgraph-sdk-php-core/issues/209)) ([fd8cc94](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/fd8cc94968d9bfe7f7012a6deda01bfc3f96ac20))

## [2.3.1](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.3.0...v2.3.1) (2025-03-18)


### Bug Fixes

* correct condition for maximum requests in BatchRequestContent ([c5549f9](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/c5549f9d651d1d9c1785224c535aa83be0fd4a77))
* correct condition for maximum requests in BatchRequestContent ([5572c89](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/5572c896fff44ed3b76c877894ca2b0314e16365))

## [2.3.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.1...v2.3.0) (2025-02-19)


### Features

* bump kiota lib versions ([674500d](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/674500d4a18e9bb884c87389b38ee98da1335785))
* bump kiota lib versions ([8b9807e](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/8b9807e411d13a282daba497a5a70a4ab867832c))

## [2.2.1](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/v2.2.0...v2.2.1) (2025-01-08)


### Bug Fixes

* Mark nationalCloud constructor parameter in GraphPhpLeagueAuthenticationProvider as deprecated ([37e4d46](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/37e4d4642bf850065e769109ead6b6e1c9493d30))

## [2.2.0](https://github.com/microsoftgraph/msgraph-sdk-php-core/compare/2.1.1...v2.2.0) (2024-06-24)


### Features

* **Params:** Allow a custom auth provider. ([2e12991](https://github.com/microsoftgraph/msgraph-sdk-php-core/commit/2e129912f92cc6d17ae47685aab66e1f1cf9275e))

## [Unreleased]

### Added

### Changed

## [2.1.0]

### Added

- Enables initialising `GraphPhpLeagueAccessTokenProvider` with custom cache.
