Skip to content

Commit 1c61d9a

Browse files
driesvintsactions-user
authored andcommitted
Update CHANGELOG.md
1 parent 8993761 commit 1c61d9a

File tree

1 file changed

+47
-40
lines changed

1 file changed

+47
-40
lines changed

CHANGELOG.md

Lines changed: 47 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,253 +1,260 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/sanctum/compare/v2.14.0...2.x)
3+
## [Unreleased](https://github.com/laravel/sanctum/compare/v2.14.1...2.x)
44

5+
## [v2.14.1](https://github.com/laravel/sanctum/compare/v2.14.0...v2.14.1) - 2022-02-15
6+
7+
### Changed
8+
9+
- Add helper for current app url with port ([5702317](https://github.com/laravel/sanctum/commit/57023176c5a77d5108cee2fcadceabda00af814b))
510

611
## [v2.14.0 (2022-01-12)](https://github.com/laravel/sanctum/compare/v2.13.0...v2.14.0)
712

813
### Changed
9-
- Laravel 9 support ([#329](https://github.com/laravel/sanctum/pull/329))
1014

15+
- Laravel 9 support ([#329](https://github.com/laravel/sanctum/pull/329))
1116

1217
## [v2.13.0 (2021-12-14)](https://github.com/laravel/sanctum/compare/v2.12.2...v2.13.0)
1318

1419
### Added
15-
- Add an event on successful token validation ([#327](https://github.com/laravel/sanctum/pull/327), [b656bc1](https://github.com/laravel/sanctum/commit/b656bc1cc0010d0ac00f00dbc88b02a8940f8860))
1620

21+
- Add an event on successful token validation ([#327](https://github.com/laravel/sanctum/pull/327), [b656bc1](https://github.com/laravel/sanctum/commit/b656bc1cc0010d0ac00f00dbc88b02a8940f8860))
1722

1823
## [v2.12.2 (2021-11-16)](https://github.com/laravel/sanctum/compare/v2.12.1...v2.12.2)
1924

2025
### Changed
21-
- Add guard to config ([f811d5c](https://github.com/laravel/sanctum/commit/f811d5c1e8123acf2626aa4a774a890efcc39d3f))
2226

27+
- Add guard to config ([f811d5c](https://github.com/laravel/sanctum/commit/f811d5c1e8123acf2626aa4a774a890efcc39d3f))
2328

2429
## [v2.12.1 (2021-10-26)](https://github.com/laravel/sanctum/compare/v2.12.0...v2.12.1)
2530

2631
### Changed
27-
- Rename `CheckScopes` and `CheckForAnyScope` to `CheckAbilities` and `CheckForAnyAbility` ([#312](https://github.com/laravel/sanctum/pull/312))
2832

33+
- Rename `CheckScopes` and `CheckForAnyScope` to `CheckAbilities` and `CheckForAnyAbility` ([#312](https://github.com/laravel/sanctum/pull/312))
2934

3035
## [v2.12.0 (2021-10-19)](https://github.com/laravel/sanctum/compare/v2.11.4...v2.12.0)
3136

3237
### Added
33-
- Add CheckScopes and CheckForAnyScope Middleware ([#310](https://github.com/laravel/sanctum/pull/310))
3438

39+
- Add CheckScopes and CheckForAnyScope Middleware ([#310](https://github.com/laravel/sanctum/pull/310))
3540

3641
## [v2.11.4 (2021-10-13)](https://github.com/laravel/sanctum/compare/v2.11.3...v2.11.4)
3742

3843
### Fixed
39-
- Revert "fix: replace hardcoded "web" guard by `config('sanctum.guard')`" ([#309](https://github.com/laravel/sanctum/pull/309))
4044

45+
- Revert "fix: replace hardcoded "web" guard by `config('sanctum.guard')`" ([#309](https://github.com/laravel/sanctum/pull/309))
4146

4247
## [v2.11.3 (2021-10-12)](https://github.com/laravel/sanctum/compare/v2.11.2...v2.11.3)
4348

4449
### Fixed
45-
- Replace hardcoded "web" guard by `config('sanctum.guard')` ([#307](https://github.com/laravel/sanctum/pull/307))
4650

51+
- Replace hardcoded "web" guard by `config('sanctum.guard')` ([#307](https://github.com/laravel/sanctum/pull/307))
4752

4853
## [v2.11.2 (2021-06-15)](https://github.com/laravel/sanctum/compare/v2.11.1...v2.11.2)
4954

5055
### Fixed
56+
5157
- Ignore updating `last_used_at` for deciding the DB connection host ([#283](https://github.com/laravel/sanctum/pull/283), [2c8b9a1](https://github.com/laravel/sanctum/commit/2c8b9a1071b87c1911ba99448d1173dd75e97c9f))
5258
- Fix resolving wrong app instance on Octane ([#285](https://github.com/laravel/sanctum/pull/285), [#286](https://github.com/laravel/sanctum/pull/286))
5359

54-
5560
## [v2.11.1 (2021-05-25)](https://github.com/laravel/sanctum/compare/v2.11.0...v2.11.1)
5661

5762
### Changed
58-
- Only parse APP_URL for default stateful domains when it's set ([#279](https://github.com/laravel/sanctum/pull/279))
5963

64+
- Only parse APP_URL for default stateful domains when it's set ([#279](https://github.com/laravel/sanctum/pull/279))
6065

6166
## [v2.11.0 (2021-05-11)](https://github.com/laravel/sanctum/compare/v2.10.0...v2.11.0)
6267

6368
### Added
64-
- `Sanctum::$accessTokenAuthenticationCallback` callback for more granular control over access token validation ([#275](https://github.com/laravel/sanctum/pull/275), [9c07921](https://github.com/laravel/sanctum/commit/9c079213d3e748fa0d784a17b6ef2f5cde92a286), [#276](https://github.com/laravel/sanctum/pull/276))
6569

70+
- `Sanctum::$accessTokenAuthenticationCallback` callback for more granular control over access token validation ([#275](https://github.com/laravel/sanctum/pull/275), [9c07921](https://github.com/laravel/sanctum/commit/9c079213d3e748fa0d784a17b6ef2f5cde92a286), [#276](https://github.com/laravel/sanctum/pull/276))
6671

6772
## [v2.10.0 (2021-04-20)](https://github.com/laravel/sanctum/compare/v2.9.4...v2.10.0)
6873

6974
### Added
70-
- Add HasApiTokens contract to complement trait ([#270](https://github.com/laravel/sanctum/pull/270))
7175

76+
- Add HasApiTokens contract to complement trait ([#270](https://github.com/laravel/sanctum/pull/270))
7277

7378
## [v2.9.4 (2021-04-06)](https://github.com/laravel/sanctum/compare/v2.9.3...v2.9.4)
7479

7580
### Changed
76-
- Use app helper ([60f2809](https://github.com/laravel/sanctum/commit/60f280995c3f878de0e6422eaacd1c30d37d263e))
7781

82+
- Use app helper ([60f2809](https://github.com/laravel/sanctum/commit/60f280995c3f878de0e6422eaacd1c30d37d263e))
7883

7984
## [v2.9.3 (2021-03-30)](https://github.com/laravel/sanctum/compare/v2.9.2...v2.9.3)
8085

8186
### Changed
82-
- Environment APP_URL added into the default sanctum.stateful configuration ([#264](https://github.com/laravel/sanctum/pull/264))
8387

88+
- Environment APP_URL added into the default sanctum.stateful configuration ([#264](https://github.com/laravel/sanctum/pull/264))
8489

8590
## [v2.9.2 (2021-03-23)](https://github.com/laravel/sanctum/compare/v2.9.1...v2.9.2)
8691

8792
### Fixed
88-
- Changed Primary Key will not be used in created token's plainTextToken ([#262](https://github.com/laravel/sanctum/pull/262))
8993

94+
- Changed Primary Key will not be used in created token's plainTextToken ([#262](https://github.com/laravel/sanctum/pull/262))
9095

9196
## [v2.9.1 (2021-03-09)](https://github.com/laravel/sanctum/compare/v2.9.0...v2.9.1)
9297

9398
### Fixed
94-
- Avoid running string functions when domain is null ([#258](https://github.com/laravel/sanctum/pull/258))
9599

100+
- Avoid running string functions when domain is null ([#258](https://github.com/laravel/sanctum/pull/258))
96101

97102
## [v2.9.0 (2021-01-26)](https://github.com/laravel/sanctum/compare/v2.8.2...v2.9.0)
98103

99104
### Added
105+
100106
- Add multiple guard support for SPA auth ([#246](https://github.com/laravel/sanctum/pull/246), [f5695ae](https://github.com/laravel/sanctum/commit/f5695aecc547138c76bc66aaede73ba549dabdc5))
101107

102108
### Fixed
103-
- Return json response when the request expects a json ([#247](https://github.com/laravel/sanctum/pull/247))
104109

110+
- Return json response when the request expects a json ([#247](https://github.com/laravel/sanctum/pull/247))
105111

106112
## [v2.8.2 (2020-11-24)](https://github.com/laravel/sanctum/compare/v2.8.1...v2.8.2)
107113

108114
### Fixed
109-
- Fix user provider in `sanctum` guard ([#225](https://github.com/laravel/sanctum/pull/225))
110115

116+
- Fix user provider in `sanctum` guard ([#225](https://github.com/laravel/sanctum/pull/225))
111117

112118
## [v2.8.1 (2020-11-17)](https://github.com/laravel/sanctum/compare/v2.8.0...v2.8.1)
113119

114120
### Changed
115-
- Add default nextjs address to stateful ([e86d3e0](https://github.com/laravel/sanctum/commit/e86d3e01ade3325438fe1e64ddd64ec53f828dc4))
116121

122+
- Add default nextjs address to stateful ([e86d3e0](https://github.com/laravel/sanctum/commit/e86d3e01ade3325438fe1e64ddd64ec53f828dc4))
117123

118124
## [v2.8.0 (2020-11-03)](https://github.com/laravel/sanctum/compare/v2.7.0...v2.8.0)
119125

120126
### Added
121-
- PHP 8 Support ([#213](https://github.com/laravel/sanctum/pull/213))
122127

128+
- PHP 8 Support ([#213](https://github.com/laravel/sanctum/pull/213))
123129

124130
## [v2.7.0 (2020-10-20)](https://github.com/laravel/sanctum/compare/v2.6.0...v2.7.0)
125131

126132
### Added
127-
- Adds origin header fallback ([#204](https://github.com/laravel/sanctum/pull/204))
128133

134+
- Adds origin header fallback ([#204](https://github.com/laravel/sanctum/pull/204))
129135

130136
## [v2.6.0 (2020-09-01)](https://github.com/laravel/sanctum/compare/v2.5.0...v2.6.0)
131137

132138
### Changed
133-
- Shorten tokens ([#186](https://github.com/laravel/sanctum/pull/186))
134139

140+
- Shorten tokens ([#186](https://github.com/laravel/sanctum/pull/186))
135141

136142
## [v2.5.0 (2020-08-25)](https://github.com/laravel/sanctum/compare/v2.4.2...v2.5.0)
137143

138144
### Added
139-
- Laravel 8 support ([#184](https://github.com/laravel/sanctum/pull/184))
140145

146+
- Laravel 8 support ([#184](https://github.com/laravel/sanctum/pull/184))
141147

142148
## [v2.4.2 (2020-06-16)](https://github.com/laravel/sanctum/compare/v2.4.1...v2.4.2)
143149

144150
### Fixed
145-
- Use the correct `Str::endsWith` parameter order ([#163](https://github.com/laravel/sanctum/pull/163))
146151

152+
- Use the correct `Str::endsWith` parameter order ([#163](https://github.com/laravel/sanctum/pull/163))
147153

148154
## [v2.4.1 (2020-06-11)](https://github.com/laravel/sanctum/compare/v2.4.0...v2.4.1)
149155

150156
### Fixed
151-
- Fix default statefull domains ([#158](https://github.com/laravel/sanctum/pull/158), [2aac713](https://github.com/laravel/sanctum/commit/2aac713ced04e6e7f046748833dea5ab4c98b621))
152157

158+
- Fix default statefull domains ([#158](https://github.com/laravel/sanctum/pull/158), [2aac713](https://github.com/laravel/sanctum/commit/2aac713ced04e6e7f046748833dea5ab4c98b621))
153159

154160
## [v2.4.0 (2020-06-09)](https://github.com/laravel/sanctum/compare/v2.3.3...v2.4.0)
155161

156162
### Added
163+
157164
- Added Multiple Provider Support ([#149](https://github.com/laravel/sanctum/pull/149))
158165

159166
### Fixed
160-
- Fixed Host Problem ([#155](https://github.com/laravel/sanctum/pull/155))
161167

168+
- Fixed Host Problem ([#155](https://github.com/laravel/sanctum/pull/155))
162169

163170
## [v2.3.3 (2020-05-26)](https://github.com/laravel/sanctum/compare/v2.3.2...v2.3.3)
164171

165172
### Fixed
166-
- EncryptCookies middleware option in config/sanctum.php ([#147](https://github.com/laravel/sanctum/pull/147))
167173

174+
- EncryptCookies middleware option in config/sanctum.php ([#147](https://github.com/laravel/sanctum/pull/147))
168175

169176
## [v2.3.2 (2020-05-21)](https://github.com/laravel/sanctum/compare/v2.3.1...v2.3.2)
170177

171178
### Added
172-
- Add routes config option ([6cf798f](https://github.com/laravel/sanctum/commit/6cf798ff69d43fb2a714986cf028b5b5fa5612f2))
173179

180+
- Add routes config option ([6cf798f](https://github.com/laravel/sanctum/commit/6cf798ff69d43fb2a714986cf028b5b5fa5612f2))
174181

175182
## [v2.3.1 (2020-05-12)](https://github.com/laravel/sanctum/compare/v2.3.0...v2.3.1)
176183

177184
### Fixed
178-
- 419 Exception with requests without referrer ([#139](https://github.com/laravel/sanctum/pull/139))
179185

186+
- 419 Exception with requests without referrer ([#139](https://github.com/laravel/sanctum/pull/139))
180187

181188
## [v2.3.0 (2020-05-05)](https://github.com/laravel/sanctum/compare/v2.2.0...v2.3.0)
182189

183190
### Changed
184-
- More performant tokens lookup ([#136](https://github.com/laravel/sanctum/pull/136))
185191

192+
- More performant tokens lookup ([#136](https://github.com/laravel/sanctum/pull/136))
186193

187194
## [v2.2.1 (2020-04-21)](https://github.com/laravel/sanctum/compare/v2.2.0...v2.2.1)
188195

189196
### Fixed
190-
- No need to specify a provider ([#129](https://github.com/laravel/sanctum/pull/129))
191197

198+
- No need to specify a provider ([#129](https://github.com/laravel/sanctum/pull/129))
192199

193200
## [v2.2.0 (2020-04-14)](https://github.com/laravel/sanctum/compare/v2.1.2...v2.2.0)
194201

195202
### Added
196-
- Allow customizing the query used to get the token ([#124](https://github.com/laravel/sanctum/pull/124))
197203

204+
- Allow customizing the query used to get the token ([#124](https://github.com/laravel/sanctum/pull/124))
198205

199206
## [v2.1.2 (2020-04-09)](https://github.com/laravel/sanctum/compare/v2.1.1...v2.1.2)
200207

201208
### Fixed
202-
- Enhance supportsTokens check ([#123](https://github.com/laravel/sanctum/pull/123))
203209

210+
- Enhance supportsTokens check ([#123](https://github.com/laravel/sanctum/pull/123))
204211

205212
## [v2.1.1 (2020-04-07)](https://github.com/laravel/sanctum/compare/v2.1.0...v2.1.1)
206213

207214
### Fixed
208-
- `actingAs` any ability ([#120](https://github.com/laravel/sanctum/pull/120))
209215

216+
- `actingAs` any ability ([#120](https://github.com/laravel/sanctum/pull/120))
210217

211218
## [v2.1.0 (2020-03-24)](https://github.com/laravel/sanctum/compare/v2.0.0...v2.1.0)
212219

213220
### Added
214-
- Make the guard configurable ([#110](https://github.com/laravel/sanctum/pull/110))
215221

222+
- Make the guard configurable ([#110](https://github.com/laravel/sanctum/pull/110))
216223

217224
## [v2.0.0 (2020-03-20)](https://github.com/laravel/sanctum/compare/v1.0.1...v2.0.0)
218225

219226
### Changed
220-
- Renamed package to Sanctum
221227

228+
- Renamed package to Sanctum
222229

223230
## [v1.0.1 (2020-03-12)](https://github.com/laravel/sanctum/compare/v1.0.0...v1.0.1)
224231

225232
### Fixed
233+
226234
- Allow localhost ip access by default ([#81](https://github.com/laravel/sanctum/pull/81))
227235
- Update minimum Laravel version to ^6.9 ([#89](https://github.com/laravel/sanctum/pull/89))
228236
- Fix wildcard matching ([d8de232](https://github.com/laravel/sanctum/commit/d8de2323b49e9e408c7e5e302bcad392ed0989cb), [9a66e76](https://github.com/laravel/sanctum/commit/9a66e767e203bbee83cd5fcda7ce265835468f84))
229237

230-
231238
## [v1.0.0 (2020-03-03)](https://github.com/laravel/sanctum/compare/v0.2.1...v1.0.0)
232239

233240
First stable release.
234241

235-
236242
## [v0.2.1 (2020-02-12)](https://github.com/laravel/sanctum/compare/v0.2.0...v0.2.1)
237243

238244
### Changed
239-
- Allow .env configuration of stateful domains ([#70](https://github.com/laravel/sanctum/pull/70))
240245

246+
- Allow .env configuration of stateful domains ([#70](https://github.com/laravel/sanctum/pull/70))
241247

242248
## [v0.2.0 (2020-01-28)](https://github.com/laravel/sanctum/compare/v0.1.0...v0.2.0)
243249

244250
### Added
251+
245252
- Added user mocking using actingAs ([#51](https://github.com/laravel/sanctum/pull/51))
246253
- Add a CSRF middleware config variable ([#54](https://github.com/laravel/sanctum/pull/54), [4f77acd](https://github.com/laravel/sanctum/commit/4f77acd5e60d241b0bb8196b1986e6f59946af1d), [7df454d](https://github.com/laravel/sanctum/commit/7df454d03868d4329915a4d105b067df0d0a924d))
247254

248255
### Changed
249-
- Modify PersonalAccessToken Model to be polymorphic ([#49](https://github.com/laravel/sanctum/pull/49))
250256

257+
- Modify PersonalAccessToken Model to be polymorphic ([#49](https://github.com/laravel/sanctum/pull/49))
251258

252259
## v0.1.0 (2020-01-20)
253260

0 commit comments

Comments
 (0)