Skip to content

Commit dde0cbd

Browse files
driesvintsactions-user
authored andcommitted
Update CHANGELOG.md
1 parent e3d1639 commit dde0cbd

File tree

1 file changed

+51
-35
lines changed

1 file changed

+51
-35
lines changed

CHANGELOG.md

Lines changed: 51 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,254 +2,270 @@
22

33
## [Unreleased](https://github.com/laravel/octane/compare/v1.2.1...1.x)
44

5+
## [v1.2.1](https://github.com/laravel/octane/compare/v1.2.1...v1.2.1) - 2022-02-08
6+
7+
### Changed
8+
9+
- Allow users to access $server with in Controller ([#464](https://github.com/laravel/octane/pull/464))
10+
- Flushes Str cache between requests ([#468](https://github.com/laravel/octane/pull/468))
11+
12+
### Fixed
13+
14+
- Fix byte conversion ([#465](https://github.com/laravel/octane/pull/465))
515

616
## [v1.2.1 (2022-01-25)](https://github.com/laravel/octane/compare/v1.2.0...v1.2.1)
717

818
### Changed
19+
920
- Allow users to access $server with in Controller ([#464](https://github.com/laravel/octane/pull/464))
1021
- Flushes Str cache between requests ([#468](https://github.com/laravel/octane/pull/468))
1122

1223
### Fixed
13-
- Fix byte conversion ([#465](https://github.com/laravel/octane/pull/465))
1424

25+
- Fix byte conversion ([#465](https://github.com/laravel/octane/pull/465))
1526

1627
## [v1.2.0 (2022-01-12)](https://github.com/laravel/octane/compare/v1.1.3...v1.2.0)
1728

1829
### Changed
30+
1931
- Laravel 9 support ([#461](https://github.com/laravel/octane/pull/461))
2032
- Give the current App instance to FilesystemManager ([#458](https://github.com/laravel/octane/pull/458))
2133

2234
### Fixed
23-
- Flush monolog state between requests ([#460](https://github.com/laravel/octane/pull/460))
2435

36+
- Flush monolog state between requests ([#460](https://github.com/laravel/octane/pull/460))
2537

2638
## [v1.1.3 (2022-01-05)](https://github.com/laravel/octane/compare/v1.1.2...v1.1.3)
2739

2840
## Fixed
29-
* Log level used in non-local environments ([#456](https://github.com/laravel/octane/pull/456))
3041

42+
- Log level used in non-local environments ([#456](https://github.com/laravel/octane/pull/456))
3143

3244
## [v1.1.2 (2022-01-04)](https://github.com/laravel/octane/compare/v1.1.1...v1.1.2)
3345

3446
## Fixed
35-
* Fix type declaration error of Swoole table ([#452](https://github.com/laravel/octane/pull/452))
3647

48+
- Fix type declaration error of Swoole table ([#452](https://github.com/laravel/octane/pull/452))
3749

3850
## [v1.1.1 (2021-12-22)](https://github.com/laravel/octane/compare/v1.1.0...v1.1.1)
3951

4052
### Changed
53+
4154
- Adds support for RoadRunner v2.6.x ([#449](https://github.com/laravel/octane/pull/449))
4255

4356
### Fixed
44-
- Fixes call `terminate()` on null when worker is not booted ([#445](https://github.com/laravel/octane/pull/445))
4557

58+
- Fixes call `terminate()` on null when worker is not booted ([#445](https://github.com/laravel/octane/pull/445))
4659

4760
## [v1.1.0 (2021-12-14)](https://github.com/laravel/octane/compare/v1.0.21...v1.1.0)
4861

4962
### Changed
50-
- Validates Swoole Tables string column types ([#434](https://github.com/laravel/octane/pull/434))
5163

64+
- Validates Swoole Tables string column types ([#434](https://github.com/laravel/octane/pull/434))
5265

5366
## [v1.0.21 (2021-11-30)](https://github.com/laravel/octane/compare/v1.0.20...v1.0.21)
5467

5568
### Changed
69+
5670
- Updates `octane:install` command when Swoole extension is missing ([#427](https://github.com/laravel/octane/pull/427))
5771

5872
### Fixed
59-
- Fixes Octane's process output not being flushed ([#428](https://github.com/laravel/octane/pull/428))
6073

74+
- Fixes Octane's process output not being flushed ([#428](https://github.com/laravel/octane/pull/428))
6175

6276
## [v1.0.20 (2021-11-23)](https://github.com/laravel/octane/compare/v1.0.19...v1.0.20)
6377

6478
### Fixed
65-
- Fix FileNotFound error ([#421](https://github.com/laravel/octane/pull/421))
6679

80+
- Fix FileNotFound error ([#421](https://github.com/laravel/octane/pull/421))
6781

6882
## [v1.0.19 (2021-11-16)](https://github.com/laravel/octane/compare/v1.0.18...v1.0.19)
6983

7084
### Fixed
71-
- Fixes server shutting down on concurrently when exceptions are reported at root level of the task ([#419](https://github.com/laravel/octane/pull/419))
7285

86+
- Fixes server shutting down on concurrently when exceptions are reported at root level of the task ([#419](https://github.com/laravel/octane/pull/419))
7387

7488
## [v1.0.18 (2021-11-09)](https://github.com/laravel/octane/compare/v1.0.17...v1.0.18)
7589

7690
### Fixed
77-
- Fixes memory leak on Translator implementation ([#416](https://github.com/laravel/octane/pull/416))
7891

92+
- Fixes memory leak on Translator implementation ([#416](https://github.com/laravel/octane/pull/416))
7993

8094
## [v1.0.17 (2021-11-02)](https://github.com/laravel/octane/compare/v1.0.16...v1.0.17)
8195

8296
### Fixed
83-
- Fix undefined array key "type" on empty array dump ([#413](https://github.com/laravel/octane/pull/413))
8497

98+
- Fix undefined array key "type" on empty array dump ([#413](https://github.com/laravel/octane/pull/413))
8599

86100
## [v1.0.16 (2021-10-26)](https://github.com/laravel/octane/compare/v1.0.15...v1.0.16)
87101

88102
### Changed
89-
- Allow openswoole ([#407](https://github.com/laravel/octane/pull/407))
90103

104+
- Allow openswoole ([#407](https://github.com/laravel/octane/pull/407))
91105

92106
## [v1.0.15 (2021-10-13)](https://github.com/laravel/octane/compare/v1.0.14...v1.0.15)
93107

94108
### Added
95-
- Partial PHP 8.1 support ([#402](https://github.com/laravel/octane/pull/402))
96109

110+
- Partial PHP 8.1 support ([#402](https://github.com/laravel/octane/pull/402))
97111

98112
## [v1.0.14 (2021-10-12)](https://github.com/laravel/octane/compare/v1.0.13...v1.0.14)
99113

100114
### Fixed
101-
- Add Livewire listener ([#400](https://github.com/laravel/octane/pull/400))
102115

116+
- Add Livewire listener ([#400](https://github.com/laravel/octane/pull/400))
103117

104118
## [v1.0.13 (2021-10-05)](https://github.com/laravel/octane/compare/v1.0.12...v1.0.13)
105119

106120
### Changed
121+
107122
- Uses `laravel/serializable-closure` ([#378](https://github.com/laravel/octane/pull/378))
108123

109124
### Fixed
125+
110126
- Add clear the cache of APCu and Opcache ([#385](https://github.com/laravel/octane/pull/385), [9ff568b](https://github.com/laravel/octane/commit/9ff568bdd3929ec7ee4670a957b761c40118a833))
111127
- Add FlushDatabaseQueryLog for cleaning up database query log ([#394](https://github.com/laravel/octane/pull/394))
112128
- Fix issue where timed out tasks were not taken into account ([#396](https://github.com/laravel/octane/pull/396))
113129

114-
115130
## [v1.0.12 (2021-09-28)](https://github.com/laravel/octane/compare/v1.0.11...v1.0.12)
116131

117132
### Fixed
118-
- Fix timeout value passed to taskWaitMulti ([#380](https://github.com/laravel/octane/pull/380))
119133

134+
- Fix timeout value passed to taskWaitMulti ([#380](https://github.com/laravel/octane/pull/380))
120135

121136
## [v1.0.11 (2021-08-10)](https://github.com/laravel/octane/compare/v1.0.10...v1.0.11)
122137

123138
### Changed
139+
124140
- Resolve components when needed ([#360](https://github.com/laravel/octane/pull/360))
125141

126142
### Fixed
127-
- Fix the bug of `Swoole\Table` using array access ([#359](https://github.com/laravel/octane/pull/359))
128143

144+
- Fix the bug of `Swoole\Table` using array access ([#359](https://github.com/laravel/octane/pull/359))
129145

130146
## [v1.0.10 (2021-08-05)](https://github.com/laravel/octane/compare/v1.0.9...v1.0.10)
131147

132148
### Changed
149+
133150
- Resolve components when needed ([#355](https://github.com/laravel/octane/pull/355))
134151

135152
### Fixed
153+
136154
- Undefined array key "swoole" ([#351](https://github.com/laravel/octane/pull/351))
137155
- Avoids usage of SWOOLE_SSL when openssl is not configured on swoole ([#357](https://github.com/laravel/octane/pull/357))
138156

139-
140157
## [v1.0.9 (2021-08-03)](https://github.com/laravel/octane/compare/v1.0.8...v1.0.9)
141158

142159
### Changed
143-
- Expose the flag to turn on `SWOOLE_SSL` ([#342](https://github.com/laravel/octane/pull/342), [86731cb](https://github.com/laravel/octane/commit/86731cb1a73200a98dff844a3b7e7b77bd07ff44))
144160

161+
- Expose the flag to turn on `SWOOLE_SSL` ([#342](https://github.com/laravel/octane/pull/342), [86731cb](https://github.com/laravel/octane/commit/86731cb1a73200a98dff844a3b7e7b77bd07ff44))
145162

146163
## [v1.0.8 (2021-07-06)](https://github.com/laravel/octane/compare/v1.0.7...v1.0.8)
147164

148165
### Added
166+
149167
- Add `--rr-config` flag to `octane:start` command ([#335](https://github.com/laravel/octane/pull/335), [00aa3b0](https://github.com/laravel/octane/commit/00aa3b0b53a5e7f62e1ac6f19992af80199fb5f6))
150168

151169
### Changed
152-
- Flush any log context after each operation ([#337](https://github.com/laravel/octane/pull/337))
153170

171+
- Flush any log context after each operation ([#337](https://github.com/laravel/octane/pull/337))
154172

155173
## [v1.0.7 (2021-06-29)](https://github.com/laravel/octane/compare/v1.0.6...v1.0.7)
156174

157175
### Fixed
158-
- Fix config key for roadrunner `http.middlware` ([#333](https://github.com/laravel/octane/pull/333))
159176

177+
- Fix config key for roadrunner `http.middlware` ([#333](https://github.com/laravel/octane/pull/333))
160178

161179
## [v1.0.6 (2021-06-22)](https://github.com/laravel/octane/compare/v1.0.5...v1.0.6)
162180

163181
### Changed
182+
164183
- Set roadrunner `http.middleware` as an option ([#327](https://github.com/laravel/octane/pull/327))
165184

166185
### Fixed
167-
- Prints server logs to "stderr" ([#326](https://github.com/laravel/octane/pull/326), [28cf5ee](https://github.com/laravel/octane/commit/28cf5ee6c98d6c4708179fbbba2f1c71125d4efa))
168186

187+
- Prints server logs to "stderr" ([#326](https://github.com/laravel/octane/pull/326), [28cf5ee](https://github.com/laravel/octane/commit/28cf5ee6c98d6c4708179fbbba2f1c71125d4efa))
169188

170189
## [v1.0.5 (2021-06-15)](https://github.com/laravel/octane/compare/v1.0.4...v1.0.5)
171190

172191
### Fixed
192+
173193
- Reset application scope to flush scoped instances ([#313](https://github.com/laravel/octane/pull/313))
174194
- Fix Swoole breaks when log is a valid JSON ([#316](https://github.com/laravel/octane/pull/316))
175195
- Fix Symfony uploaded file moving ([#317](https://github.com/laravel/octane/pull/317))
176196

177-
178197
## [v1.0.4 (2021-06-08)](https://github.com/laravel/octane/compare/v1.0.3...v1.0.4)
179198

180199
### Changed
181-
- Add missing default listeners ([#311](https://github.com/laravel/octane/pull/311))
182200

201+
- Add missing default listeners ([#311](https://github.com/laravel/octane/pull/311))
183202

184203
## [v1.0.3 (2021-06-01)](https://github.com/laravel/octane/compare/v1.0.2...v1.0.3)
185204

186205
### Changed
206+
187207
- Display memory usage ([#297](https://github.com/laravel/octane/pull/297), [#304](https://github.com/laravel/octane/pull/304))
188208

189-
### Fixed
209+
### Fixed
210+
190211
- Fixes issue related to changing non-standard HTTP status codes to 200 OK ([#294](https://github.com/laravel/octane/pull/294))
191212
- Give new application instance to database session handler ([#302](https://github.com/laravel/octane/pull/302))
192213
- Adds SameSite attribute for cookies ([#299](https://github.com/laravel/octane/pull/299))
193214

194-
195215
## [v1.0.2 (2021-05-25)](https://github.com/laravel/octane/compare/v1.0.1...v1.0.2)
196216

197217
### Changed
218+
198219
- Remove buffer_output_size from Swoole's default options ([#286](https://github.com/laravel/octane/pull/286))
199220

200221
### Fixed
201-
- Reload RoadRunner using the global executable if it's present ([#288](https://github.com/laravel/octane/pull/288))
202222

223+
- Reload RoadRunner using the global executable if it's present ([#288](https://github.com/laravel/octane/pull/288))
203224

204225
## [v1.0.1 (2021-05-18)](https://github.com/laravel/octane/compare/v1.0.0...v1.0.1)
205226

206227
### Removed
207-
- Remove beta warning on "octane:start" command ([5b25510](https://github.com/laravel/octane/commit/5b255108088e969c1584fe275f44b747a2a71d36))
208228

229+
- Remove beta warning on "octane:start" command ([5b25510](https://github.com/laravel/octane/commit/5b255108088e969c1584fe275f44b747a2a71d36))
209230

210231
## [v1.0.0 (2021-05-11)](https://github.com/laravel/octane/compare/v0.5.0...v1.0.0)
211232

212233
Stable release.
213234

214-
215235
## [v0.5.0 (2021-05-04)](https://github.com/laravel/octane/compare/v0.4.0...v0.5.0)
216236

217237
> **Requires to stop, and re-start your Octane server**
218238
219239
### Fixed
240+
220241
- Default `--watch` options making Octanes servers reload on file uploads ([#247](https://github.com/laravel/octane/pull/247))
221242
- Error `No buffer space available` when using Swoole ([#253](https://github.com/laravel/octane/pull/253))
222243
- Global environment variables not being used by workers ([#257](https://github.com/laravel/octane/pull/257))
223244

224245
### Changed
225-
- The new minimum RoadRunner binary version is now 2.1.1 ([#258](https://github.com/laravel/octane/pull/258))
226246

247+
- The new minimum RoadRunner binary version is now 2.1.1 ([#258](https://github.com/laravel/octane/pull/258))
227248

228249
## [v0.4.0 (2021-04-27)](https://github.com/laravel/octane/compare/v0.3.2...v0.4.0)
229250

230251
Various fixes and changes.
231252

232-
233253
## [v0.3.2 (2021-04-20)](https://github.com/laravel/octane/compare/v0.3.1...v0.3.2)
234254

235255
Various fixes and changes.
236256

237-
238257
## [v0.3.0 (2021-04-19)](https://github.com/laravel/octane/compare/v0.2.0...v0.3.0)
239258

240259
Various fixes and changes.
241260

242-
243261
## [v0.2.0 (2021-04-13)](https://github.com/laravel/octane/compare/v0.1.1...v0.2.0)
244262

245263
Various fixes and changes.
246264

247-
248265
## [v0.1.1 (2021-04-07)](https://github.com/laravel/octane/compare/v0.1.0...v0.1.1)
249266

250267
Various fixes and changes.
251268

252-
253269
## v0.1.0 (2021-04-06)
254270

255271
Initial pre-release.

0 commit comments

Comments
 (0)