We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b5ea2 commit 4fb9633Copy full SHA for 4fb9633
CHANGELOG.md
@@ -3,6 +3,15 @@
3
All notable changes to this project will be documented in this file. This project adheres to
4
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
5
6
+## Unreleased
7
+
8
+### Changed
9
10
+- [#589](https://github.com/cloudcreativity/laravel-json-api/issues/589) Bind request API classes into the service
11
+ container as singletons. This is considered non-breaking because HTTP requests are always handled by new instances of
12
+ the Laravel application. Binding these classes as singletons is no different from Laravel binding its HTTP request
13
+ class as a singleton.
14
15
## [3.3.0] - 2021-02-06
16
17
### Added
0 commit comments