|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/laravel/octane/compare/v1.2.1...1.x) |
4 | 4 |
|
| 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)) |
5 | 15 |
|
6 | 16 | ## [v1.2.1 (2022-01-25)](https://github.com/laravel/octane/compare/v1.2.0...v1.2.1) |
7 | 17 |
|
8 | 18 | ### Changed |
| 19 | + |
9 | 20 | - Allow users to access $server with in Controller ([#464](https://github.com/laravel/octane/pull/464)) |
10 | 21 | - Flushes Str cache between requests ([#468](https://github.com/laravel/octane/pull/468)) |
11 | 22 |
|
12 | 23 | ### Fixed |
13 | | -- Fix byte conversion ([#465](https://github.com/laravel/octane/pull/465)) |
14 | 24 |
|
| 25 | +- Fix byte conversion ([#465](https://github.com/laravel/octane/pull/465)) |
15 | 26 |
|
16 | 27 | ## [v1.2.0 (2022-01-12)](https://github.com/laravel/octane/compare/v1.1.3...v1.2.0) |
17 | 28 |
|
18 | 29 | ### Changed |
| 30 | + |
19 | 31 | - Laravel 9 support ([#461](https://github.com/laravel/octane/pull/461)) |
20 | 32 | - Give the current App instance to FilesystemManager ([#458](https://github.com/laravel/octane/pull/458)) |
21 | 33 |
|
22 | 34 | ### Fixed |
23 | | -- Flush monolog state between requests ([#460](https://github.com/laravel/octane/pull/460)) |
24 | 35 |
|
| 36 | +- Flush monolog state between requests ([#460](https://github.com/laravel/octane/pull/460)) |
25 | 37 |
|
26 | 38 | ## [v1.1.3 (2022-01-05)](https://github.com/laravel/octane/compare/v1.1.2...v1.1.3) |
27 | 39 |
|
28 | 40 | ## Fixed |
29 | | -* Log level used in non-local environments ([#456](https://github.com/laravel/octane/pull/456)) |
30 | 41 |
|
| 42 | +- Log level used in non-local environments ([#456](https://github.com/laravel/octane/pull/456)) |
31 | 43 |
|
32 | 44 | ## [v1.1.2 (2022-01-04)](https://github.com/laravel/octane/compare/v1.1.1...v1.1.2) |
33 | 45 |
|
34 | 46 | ## Fixed |
35 | | -* Fix type declaration error of Swoole table ([#452](https://github.com/laravel/octane/pull/452)) |
36 | 47 |
|
| 48 | +- Fix type declaration error of Swoole table ([#452](https://github.com/laravel/octane/pull/452)) |
37 | 49 |
|
38 | 50 | ## [v1.1.1 (2021-12-22)](https://github.com/laravel/octane/compare/v1.1.0...v1.1.1) |
39 | 51 |
|
40 | 52 | ### Changed |
| 53 | + |
41 | 54 | - Adds support for RoadRunner v2.6.x ([#449](https://github.com/laravel/octane/pull/449)) |
42 | 55 |
|
43 | 56 | ### Fixed |
44 | | -- Fixes call `terminate()` on null when worker is not booted ([#445](https://github.com/laravel/octane/pull/445)) |
45 | 57 |
|
| 58 | +- Fixes call `terminate()` on null when worker is not booted ([#445](https://github.com/laravel/octane/pull/445)) |
46 | 59 |
|
47 | 60 | ## [v1.1.0 (2021-12-14)](https://github.com/laravel/octane/compare/v1.0.21...v1.1.0) |
48 | 61 |
|
49 | 62 | ### Changed |
50 | | -- Validates Swoole Tables string column types ([#434](https://github.com/laravel/octane/pull/434)) |
51 | 63 |
|
| 64 | +- Validates Swoole Tables string column types ([#434](https://github.com/laravel/octane/pull/434)) |
52 | 65 |
|
53 | 66 | ## [v1.0.21 (2021-11-30)](https://github.com/laravel/octane/compare/v1.0.20...v1.0.21) |
54 | 67 |
|
55 | 68 | ### Changed |
| 69 | + |
56 | 70 | - Updates `octane:install` command when Swoole extension is missing ([#427](https://github.com/laravel/octane/pull/427)) |
57 | 71 |
|
58 | 72 | ### Fixed |
59 | | -- Fixes Octane's process output not being flushed ([#428](https://github.com/laravel/octane/pull/428)) |
60 | 73 |
|
| 74 | +- Fixes Octane's process output not being flushed ([#428](https://github.com/laravel/octane/pull/428)) |
61 | 75 |
|
62 | 76 | ## [v1.0.20 (2021-11-23)](https://github.com/laravel/octane/compare/v1.0.19...v1.0.20) |
63 | 77 |
|
64 | 78 | ### Fixed |
65 | | -- Fix FileNotFound error ([#421](https://github.com/laravel/octane/pull/421)) |
66 | 79 |
|
| 80 | +- Fix FileNotFound error ([#421](https://github.com/laravel/octane/pull/421)) |
67 | 81 |
|
68 | 82 | ## [v1.0.19 (2021-11-16)](https://github.com/laravel/octane/compare/v1.0.18...v1.0.19) |
69 | 83 |
|
70 | 84 | ### 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)) |
72 | 85 |
|
| 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)) |
73 | 87 |
|
74 | 88 | ## [v1.0.18 (2021-11-09)](https://github.com/laravel/octane/compare/v1.0.17...v1.0.18) |
75 | 89 |
|
76 | 90 | ### Fixed |
77 | | -- Fixes memory leak on Translator implementation ([#416](https://github.com/laravel/octane/pull/416)) |
78 | 91 |
|
| 92 | +- Fixes memory leak on Translator implementation ([#416](https://github.com/laravel/octane/pull/416)) |
79 | 93 |
|
80 | 94 | ## [v1.0.17 (2021-11-02)](https://github.com/laravel/octane/compare/v1.0.16...v1.0.17) |
81 | 95 |
|
82 | 96 | ### Fixed |
83 | | -- Fix undefined array key "type" on empty array dump ([#413](https://github.com/laravel/octane/pull/413)) |
84 | 97 |
|
| 98 | +- Fix undefined array key "type" on empty array dump ([#413](https://github.com/laravel/octane/pull/413)) |
85 | 99 |
|
86 | 100 | ## [v1.0.16 (2021-10-26)](https://github.com/laravel/octane/compare/v1.0.15...v1.0.16) |
87 | 101 |
|
88 | 102 | ### Changed |
89 | | -- Allow openswoole ([#407](https://github.com/laravel/octane/pull/407)) |
90 | 103 |
|
| 104 | +- Allow openswoole ([#407](https://github.com/laravel/octane/pull/407)) |
91 | 105 |
|
92 | 106 | ## [v1.0.15 (2021-10-13)](https://github.com/laravel/octane/compare/v1.0.14...v1.0.15) |
93 | 107 |
|
94 | 108 | ### Added |
95 | | -- Partial PHP 8.1 support ([#402](https://github.com/laravel/octane/pull/402)) |
96 | 109 |
|
| 110 | +- Partial PHP 8.1 support ([#402](https://github.com/laravel/octane/pull/402)) |
97 | 111 |
|
98 | 112 | ## [v1.0.14 (2021-10-12)](https://github.com/laravel/octane/compare/v1.0.13...v1.0.14) |
99 | 113 |
|
100 | 114 | ### Fixed |
101 | | -- Add Livewire listener ([#400](https://github.com/laravel/octane/pull/400)) |
102 | 115 |
|
| 116 | +- Add Livewire listener ([#400](https://github.com/laravel/octane/pull/400)) |
103 | 117 |
|
104 | 118 | ## [v1.0.13 (2021-10-05)](https://github.com/laravel/octane/compare/v1.0.12...v1.0.13) |
105 | 119 |
|
106 | 120 | ### Changed |
| 121 | + |
107 | 122 | - Uses `laravel/serializable-closure` ([#378](https://github.com/laravel/octane/pull/378)) |
108 | 123 |
|
109 | 124 | ### Fixed |
| 125 | + |
110 | 126 | - Add clear the cache of APCu and Opcache ([#385](https://github.com/laravel/octane/pull/385), [9ff568b](https://github.com/laravel/octane/commit/9ff568bdd3929ec7ee4670a957b761c40118a833)) |
111 | 127 | - Add FlushDatabaseQueryLog for cleaning up database query log ([#394](https://github.com/laravel/octane/pull/394)) |
112 | 128 | - Fix issue where timed out tasks were not taken into account ([#396](https://github.com/laravel/octane/pull/396)) |
113 | 129 |
|
114 | | - |
115 | 130 | ## [v1.0.12 (2021-09-28)](https://github.com/laravel/octane/compare/v1.0.11...v1.0.12) |
116 | 131 |
|
117 | 132 | ### Fixed |
118 | | -- Fix timeout value passed to taskWaitMulti ([#380](https://github.com/laravel/octane/pull/380)) |
119 | 133 |
|
| 134 | +- Fix timeout value passed to taskWaitMulti ([#380](https://github.com/laravel/octane/pull/380)) |
120 | 135 |
|
121 | 136 | ## [v1.0.11 (2021-08-10)](https://github.com/laravel/octane/compare/v1.0.10...v1.0.11) |
122 | 137 |
|
123 | 138 | ### Changed |
| 139 | + |
124 | 140 | - Resolve components when needed ([#360](https://github.com/laravel/octane/pull/360)) |
125 | 141 |
|
126 | 142 | ### Fixed |
127 | | -- Fix the bug of `Swoole\Table` using array access ([#359](https://github.com/laravel/octane/pull/359)) |
128 | 143 |
|
| 144 | +- Fix the bug of `Swoole\Table` using array access ([#359](https://github.com/laravel/octane/pull/359)) |
129 | 145 |
|
130 | 146 | ## [v1.0.10 (2021-08-05)](https://github.com/laravel/octane/compare/v1.0.9...v1.0.10) |
131 | 147 |
|
132 | 148 | ### Changed |
| 149 | + |
133 | 150 | - Resolve components when needed ([#355](https://github.com/laravel/octane/pull/355)) |
134 | 151 |
|
135 | 152 | ### Fixed |
| 153 | + |
136 | 154 | - Undefined array key "swoole" ([#351](https://github.com/laravel/octane/pull/351)) |
137 | 155 | - Avoids usage of SWOOLE_SSL when openssl is not configured on swoole ([#357](https://github.com/laravel/octane/pull/357)) |
138 | 156 |
|
139 | | - |
140 | 157 | ## [v1.0.9 (2021-08-03)](https://github.com/laravel/octane/compare/v1.0.8...v1.0.9) |
141 | 158 |
|
142 | 159 | ### 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)) |
144 | 160 |
|
| 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)) |
145 | 162 |
|
146 | 163 | ## [v1.0.8 (2021-07-06)](https://github.com/laravel/octane/compare/v1.0.7...v1.0.8) |
147 | 164 |
|
148 | 165 | ### Added |
| 166 | + |
149 | 167 | - Add `--rr-config` flag to `octane:start` command ([#335](https://github.com/laravel/octane/pull/335), [00aa3b0](https://github.com/laravel/octane/commit/00aa3b0b53a5e7f62e1ac6f19992af80199fb5f6)) |
150 | 168 |
|
151 | 169 | ### Changed |
152 | | -- Flush any log context after each operation ([#337](https://github.com/laravel/octane/pull/337)) |
153 | 170 |
|
| 171 | +- Flush any log context after each operation ([#337](https://github.com/laravel/octane/pull/337)) |
154 | 172 |
|
155 | 173 | ## [v1.0.7 (2021-06-29)](https://github.com/laravel/octane/compare/v1.0.6...v1.0.7) |
156 | 174 |
|
157 | 175 | ### Fixed |
158 | | -- Fix config key for roadrunner `http.middlware` ([#333](https://github.com/laravel/octane/pull/333)) |
159 | 176 |
|
| 177 | +- Fix config key for roadrunner `http.middlware` ([#333](https://github.com/laravel/octane/pull/333)) |
160 | 178 |
|
161 | 179 | ## [v1.0.6 (2021-06-22)](https://github.com/laravel/octane/compare/v1.0.5...v1.0.6) |
162 | 180 |
|
163 | 181 | ### Changed |
| 182 | + |
164 | 183 | - Set roadrunner `http.middleware` as an option ([#327](https://github.com/laravel/octane/pull/327)) |
165 | 184 |
|
166 | 185 | ### Fixed |
167 | | -- Prints server logs to "stderr" ([#326](https://github.com/laravel/octane/pull/326), [28cf5ee](https://github.com/laravel/octane/commit/28cf5ee6c98d6c4708179fbbba2f1c71125d4efa)) |
168 | 186 |
|
| 187 | +- Prints server logs to "stderr" ([#326](https://github.com/laravel/octane/pull/326), [28cf5ee](https://github.com/laravel/octane/commit/28cf5ee6c98d6c4708179fbbba2f1c71125d4efa)) |
169 | 188 |
|
170 | 189 | ## [v1.0.5 (2021-06-15)](https://github.com/laravel/octane/compare/v1.0.4...v1.0.5) |
171 | 190 |
|
172 | 191 | ### Fixed |
| 192 | + |
173 | 193 | - Reset application scope to flush scoped instances ([#313](https://github.com/laravel/octane/pull/313)) |
174 | 194 | - Fix Swoole breaks when log is a valid JSON ([#316](https://github.com/laravel/octane/pull/316)) |
175 | 195 | - Fix Symfony uploaded file moving ([#317](https://github.com/laravel/octane/pull/317)) |
176 | 196 |
|
177 | | - |
178 | 197 | ## [v1.0.4 (2021-06-08)](https://github.com/laravel/octane/compare/v1.0.3...v1.0.4) |
179 | 198 |
|
180 | 199 | ### Changed |
181 | | -- Add missing default listeners ([#311](https://github.com/laravel/octane/pull/311)) |
182 | 200 |
|
| 201 | +- Add missing default listeners ([#311](https://github.com/laravel/octane/pull/311)) |
183 | 202 |
|
184 | 203 | ## [v1.0.3 (2021-06-01)](https://github.com/laravel/octane/compare/v1.0.2...v1.0.3) |
185 | 204 |
|
186 | 205 | ### Changed |
| 206 | + |
187 | 207 | - Display memory usage ([#297](https://github.com/laravel/octane/pull/297), [#304](https://github.com/laravel/octane/pull/304)) |
188 | 208 |
|
189 | | -### Fixed |
| 209 | +### Fixed |
| 210 | + |
190 | 211 | - Fixes issue related to changing non-standard HTTP status codes to 200 OK ([#294](https://github.com/laravel/octane/pull/294)) |
191 | 212 | - Give new application instance to database session handler ([#302](https://github.com/laravel/octane/pull/302)) |
192 | 213 | - Adds SameSite attribute for cookies ([#299](https://github.com/laravel/octane/pull/299)) |
193 | 214 |
|
194 | | - |
195 | 215 | ## [v1.0.2 (2021-05-25)](https://github.com/laravel/octane/compare/v1.0.1...v1.0.2) |
196 | 216 |
|
197 | 217 | ### Changed |
| 218 | + |
198 | 219 | - Remove buffer_output_size from Swoole's default options ([#286](https://github.com/laravel/octane/pull/286)) |
199 | 220 |
|
200 | 221 | ### Fixed |
201 | | -- Reload RoadRunner using the global executable if it's present ([#288](https://github.com/laravel/octane/pull/288)) |
202 | 222 |
|
| 223 | +- Reload RoadRunner using the global executable if it's present ([#288](https://github.com/laravel/octane/pull/288)) |
203 | 224 |
|
204 | 225 | ## [v1.0.1 (2021-05-18)](https://github.com/laravel/octane/compare/v1.0.0...v1.0.1) |
205 | 226 |
|
206 | 227 | ### Removed |
207 | | -- Remove beta warning on "octane:start" command ([5b25510](https://github.com/laravel/octane/commit/5b255108088e969c1584fe275f44b747a2a71d36)) |
208 | 228 |
|
| 229 | +- Remove beta warning on "octane:start" command ([5b25510](https://github.com/laravel/octane/commit/5b255108088e969c1584fe275f44b747a2a71d36)) |
209 | 230 |
|
210 | 231 | ## [v1.0.0 (2021-05-11)](https://github.com/laravel/octane/compare/v0.5.0...v1.0.0) |
211 | 232 |
|
212 | 233 | Stable release. |
213 | 234 |
|
214 | | - |
215 | 235 | ## [v0.5.0 (2021-05-04)](https://github.com/laravel/octane/compare/v0.4.0...v0.5.0) |
216 | 236 |
|
217 | 237 | > **Requires to stop, and re-start your Octane server** |
218 | 238 |
|
219 | 239 | ### Fixed |
| 240 | + |
220 | 241 | - Default `--watch` options making Octanes servers reload on file uploads ([#247](https://github.com/laravel/octane/pull/247)) |
221 | 242 | - Error `No buffer space available` when using Swoole ([#253](https://github.com/laravel/octane/pull/253)) |
222 | 243 | - Global environment variables not being used by workers ([#257](https://github.com/laravel/octane/pull/257)) |
223 | 244 |
|
224 | 245 | ### Changed |
225 | | -- The new minimum RoadRunner binary version is now 2.1.1 ([#258](https://github.com/laravel/octane/pull/258)) |
226 | 246 |
|
| 247 | +- The new minimum RoadRunner binary version is now 2.1.1 ([#258](https://github.com/laravel/octane/pull/258)) |
227 | 248 |
|
228 | 249 | ## [v0.4.0 (2021-04-27)](https://github.com/laravel/octane/compare/v0.3.2...v0.4.0) |
229 | 250 |
|
230 | 251 | Various fixes and changes. |
231 | 252 |
|
232 | | - |
233 | 253 | ## [v0.3.2 (2021-04-20)](https://github.com/laravel/octane/compare/v0.3.1...v0.3.2) |
234 | 254 |
|
235 | 255 | Various fixes and changes. |
236 | 256 |
|
237 | | - |
238 | 257 | ## [v0.3.0 (2021-04-19)](https://github.com/laravel/octane/compare/v0.2.0...v0.3.0) |
239 | 258 |
|
240 | 259 | Various fixes and changes. |
241 | 260 |
|
242 | | - |
243 | 261 | ## [v0.2.0 (2021-04-13)](https://github.com/laravel/octane/compare/v0.1.1...v0.2.0) |
244 | 262 |
|
245 | 263 | Various fixes and changes. |
246 | 264 |
|
247 | | - |
248 | 265 | ## [v0.1.1 (2021-04-07)](https://github.com/laravel/octane/compare/v0.1.0...v0.1.1) |
249 | 266 |
|
250 | 267 | Various fixes and changes. |
251 | 268 |
|
252 | | - |
253 | 269 | ## v0.1.0 (2021-04-06) |
254 | 270 |
|
255 | 271 | Initial pre-release. |
0 commit comments