-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
CHANGELOG
612 lines (368 loc) · 12 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
CHANGELOG
=========
* v2.6.25 (2024-12-23)
- Update dependencies
- Internal releasing changes
* v2.6.24 (2024-12-04)
- Internal releasing changes
- Upgrade to Symfony 7.2
- Update dependencies
* v2.6.23 (2024-11-25)
- Upgrade docker image to php 8.4
- Update dependencies
- Internal releasing changes
* v2.6.22 (2024-11-07)
- Update dependencies
- ensure step is marked as errored when profile could not be performed as expected
* v2.6.21 (2024-11-04)
- Internal releasing changes
- Update dependencies
* v2.6.20 (2024-10-28)
- Update dependencies
* v2.6.19 (2024-10-25)
- Internal releasing changes
* v2.6.18 (2024-10-21)
- Update dependencies
* v2.6.17 (2024-10-14)
- Internal releasing changes
- Update dependencies
* v2.6.16 (2024-10-07)
- Update dependencies
- Remove debug trace in player
* v2.6.15 (2024-09-30)
- Update dependencies
* v2.6.14 (2024-09-23)
- Update dependencies
* v2.6.13 (2024-09-16)
- Internal releasing changes
- Update dependencies
* v2.6.12 (2024-09-03)
- Update dependencies
* v2.6.11 (2024-08-05)
- Internal releasing changes
- Update dependencies
* v2.6.10 (2024-07-31)
- Update dependencies
* v2.6.9 (2024-07-26)
- Upgrade to Symfony 7.1
- Update dependencies
* v2.6.8 (2024-07-18)
- Internal releasing changes
- Update dependencies
* v2.6.7 (2024-07-08)
- Update dependencies
- Internal releasing changes
- Upgrade Player image to 8.3
* v2.6.6 (2024-07-01)
- Update dependencies
* v2.6.5 (2024-06-28)
- Update dependencies
* v2.6.4 (2024-06-10)
- Update dependencies
* v2.6.3 (2024-05-30)
- Internal releasing changes
* v2.6.2 (2024-05-27)
- Update dependencies
- Bump docker image version
* v2.6.1 (2024-05-13)
- Update dependencies
- Upgrade docker-image version
* v2.6.0 (2024-05-06)
- Update dependencies
- Deprecate the samples attribute in .blackfire.yml file
* v2.5.4 (2024-04-30)
- Update dependencies
* v2.5.3 (2024-04-18)
- Update dependencies
- [player] fix github actions deprecations
* v2.5.2 (2024-04-10)
- Update dependencies
* v2.5.1 (2024-03-22)
- Remove .phar deprecation
- Add explicit PHP extensions requirements
* v2.5.0 (2024-03-18)
- Fix CS
- Update dependencies
- Upgrade player to Symfony 7.0
* v2.4.8 (2024-03-05)
- Fix CS
- Update dependencies
* 2.4.7 (2024-02-19)
- Fix .blackfire.ini support
- Update Dependencies
* 2.4.6 (2024-02-05)
- Fix deprecations
- Update Dependencies
* 2.4.5 (2024-01-17)
- Update Dependencies
* 2.4.4 (2024-01-08)
- Update Dependencies
* 2.4.3 (2023-12-21)
- Update Dependencies
* 2.4.2 (2023-12-18)
- Update Dependencies
* 2.4.1 (2023-11-28)
- Fix description of `merge` function (Thanks @Kocal)
- Ensure cookie jar is cleared before running every build scenario
* 2.4.0 (2023-11-27)
- Add a deprecation message when Player is run outside of its Docker image context
- Update dependencies
* 2.3.3 (2023-10-30)
- Ensure headers defined in a Blackfire Scenario are preserved (Thanks @mnocon)
* 2.3.2 (2023-10-25)
- Move Blackfire Internals from `/app` to `/usr/bin/blackfire` in the docker image
- Update dependencies
* 2.3.1 (2023-09-28)
- Ensures network errors are handled on json view update
* 2.3.0 (2023-09-26)
- Use Player source instead of Phar in the Docker image
- Update dependencies
* 2.2.0 (2023-09-20)
- Add a dedicated exit code when Blackfire encounter an error while requesting Blackfire APIs
- Update dependencies
- Fix boot of the app without credentials
* 2.1.1 (2023-09-14)
- Remove hard dependency to ext-uuid
- Fix deprecation triggering
* 2.1.0 (2023-09-11)
- Implement a `--step` option
- Drop support for `blackfire-env` top-level property
- Update dependencies
* 2.0.2 (2023-09-01)
- Improve reported expectation failure error message
* 2.0.1 (2023-08-29)
- Increase docker image memory limit
* 2.0.0 (2023-08-29)
- Player internals refactoring
- Deprecate multi-environment builds
- Update dependencies
* 1.32.0 (2023-06-01)
- Update dependencies
- Remove polyfills in favor of using PHP extensions
* 1.31.0 (2023-04-19)
- Display Player version in its output
* 1.30.0 (2023-04-18)
- Switch to Blackfire SDK 2.0
- Update dependencies
* 1.29.0 (2023-01-25)
- Update Sentry integration
- Update dependencies
- Update support URL
- Update README
- Add tests
* 1.28.0 (2023-01-25)
- Use PHP built-in annotations for Serializer configuration
- Update dependencies
* 1.27.0 (2023-01-24)
- Add more breadcrumb to Sentry reports
* 1.26.0 (2023-01-19)
- Add breadcrumb to Sentry reports
* 1.25.0 (2023-01-18)
- Add Sentry support
- Fix optional build name type error
* 1.24.0 (2023-01-18)
- Avoid serialization failure
* 1.23.0 (2023-01-16)
- Use new intention feature when creating builds
- Serialize the build as Json in output
- Add PHP 8.1 as a requirement
- Add PHP return types
- Modern usage of Json
- Update dependencies
* 1.22.0 (2022-12-12)
- Disable Docker image error reporting
- Update dependencies
* 1.21.0 (2022-12-01)
- Support multiple group files
- Update dependencies
* 1.20.0 (2022-11-08)
- Migrate to Box 4.1
- Prevent passing non-scalar values to DSL functions
- Update dependencies
* 1.19.0 (2022-07-29)
- Provide an alternative image generator that does not rely on a third-party website
- Fix BC break in Faker
- Update to Symfony 6.1
- Update dependencies
* 1.18.0 (2022-06-16)
- Provide a better error message when the faker image server is down/slow
- Fix deprecation notice
- Update dependencies
* 1.17.0 (2022-04-01)
- Mark all classes internal
- Update dependencies
- Fix output formatting
- Fix deprecations
* 1.16.0 (2022-01-25)
- Update dependencies
- Fix deprecation with PHP 8.1
* 1.15.0 (2021-11-17)
- Update dependencies
* 1.14.0 (2021-09-21)
- Make Docker support multi-arch
- Update dependencies
- Fix re-use of groups with profiled step
* 1.13.0 (2021-08-16)
- Add a docker image (Thanks @scyzoryck)
* 1.12.0 (2021-07-06)
- Update dependencies
* 1.11.0 (2021-03-24)
- Implement variable interpolation in multiline strings (Thanks @scyzoryck)
- Allow 'X-Blackfire-Response' progress value to stay constant
- Add support for the 'wait' instruction of the 'X-Blackfire-Response' header
* 1.10.1 (2021-03-09)
- Fix handling headers containing ":"
- Update dependencies
* 1.10.0 (2020-10-28)
- Bump minimum PHP version to 7.1.3
- Replace Faker with a fork
- Bump min Symfony version to 4.4 and 5.1
* 1.9.3 (2020-10-20)
- Update dependencies
* 1.9.2 (2020-09-09)
- Update dependencies
* 1.9.1 (2020-07-17)
- Properly dump nested arrays in output
- Update dependencies
* 1.9.0 (2020-06-23)
- Add support for scenarios validation using stdin
- Add support for scenarios validation with variables defined in the environment
- Update dependencies
* 1.8.2 (2020-02-27)
- Fix : Remove the Blackfire Query before following a redirection
* 1.8.1 (2020-02-27)
- Update documentation
- Update dependencies
- Fix X-Blackfire-Query header not sent when "blackfire" option is used within an env name in a step
* 1.8.0 (2020-01-15)
- Add support for loading the content of a file in a test (like `expect body() == file('expected.html')`)
* 1.7.0 (2020-01-07)
- Add support for running scenarios stored in a .blackfire.yaml file
- Update documentation
- Update dependencies
* 1.6.1 (2019-12-06)
- Fix typo
* 1.6.0 (2019-12-06)
- Add support for a sandbox mode
- Fix compat with PHP 5
* 1.5.1 (2019-10-28)
- Avoid the BKF validator to throw exceptions
- Fix Player when submitting a form with some file upload fields and some hidden fields
- Update dependencies
* 1.5.0 (2019-06-05)
- Fixed stdin support for the player
- Update dependencies
* 1.4.1 (2019-03-19)
- Revert empty group latest change, allow for declaring variables
* 1.4.0 (2019-03-18)
- Forbid to declare empty groups
- Fix error when value come from Expectation and Symfony DomCrawler component
- Update dependencies
* 1.3.0 (2019-02-12)
- Add `--ssl-no-verify` option to `run` command
* 1.2.1 (2019-02-04)
- Fix certificate verification when using DisableInternalNetworkExtension
- Update player composer dependencies
- Fix typo in doc
* 1.2.0 (2019-01-29)
- Add the Disable Internal Network Extension
- Update to latest Composer CA bundle
* 1.1.2 (2019-01-24)
- Update dependencies
- Improve documentation
* 1.1.1 (2019-01-11)
- Fix request info sent when using Blackfire's build
* 1.1.0 (2019-01-10)
- Dump variables when the --tracer option is used
- Improve error message for invalid assertions configuration
* 1.0.1 (2019-01-04)
- Fix cryptic message when no-endpoint is defined
* 1.0.0 (2019-01-03)
- Release version 1.0
* 0.16.0 (2018-12-18)
- Remove deprecated --full-report option for "run" command
* 0.15.1 (2018-12-17)
- Bump to Blackfire SDK 1.17.6
* 0.15.0 (2018-12-14)
- Bump to Blackfire SDK 1.17.4
* 0.14.0 (2018-11-30)
- Improve error reporting
- Fix expectations not sent to Blackfire
* 0.13.0 (2018-09-21)
- Add support of multi-line expressions
* 0.12.0 (2018-09-12)
- Deprecate --full-report in favor of --json option for "run" command
- Use an erroneous exit code when "validate" command fails
- Remove the deprecated --validate option for "run" command in favor of the "validate" command
* 0.11.0 (2018-08-08)
- Use URL as default step name
- Remove quotes around step and build names
* 0.10.0 (2018-07-30)
- Standardize ``run --full-report`` output command (BC break)
- Fix variable management
* 0.9.0 (2018-07-16)
- Add Blackfire PHP SDK User-Agent header suffix with Player version
- Allow to set a build name
- Change "warmup" default value from "false" to "true"
* 0.8.2 (2018-07-09)
- Fix JSON error handling when reading stdin as input
* 0.8.1 (2018-07-06)
- Improve error handling
- Add more info to error output
- Reword error messages
- Update documentation
- Update dependencies
* 0.8.0 (2018-06-25)
- Add a validate command
- Remove deprecated --json option
- Deprecate run --validate option
- Forward Blackfire player expectation failures to Blackfire API
* 0.7.0 (2018-06-14)
- restrict loading to files with the 'bkf' extension
- rework build references to have one reference per scenario
- enable Blackfire by default when the '--blackfire-env' CLI option is used
- fix usage of variables
* 0.6.0 (2018-04-17)
- send Guzzle timers to Blackfire
- improve exception messages
- fix variables resolving
- fix CLI parameters escaping
* 0.5.0-alpha-5 (2017-11-07)
- add a 'warmup' step option
- add a new CLI option '--full-report' and deprecate '--json'
- add a cookie to profiled requests to help cross HTTP caches
- add an extension to avoid infinite loops
* 0.5.0-alpha-1 (2017-01-05)
- Second major release. It breaks backwards compatibility. For now on, the
player is only distributed as a .phar file and cannot be embedded in a PHP
project anymore.
* 0.4.6 (2016-12-05)
- fix usage of parent build
* 0.4.5 (2016-06-21)
- fix usage with headers defined in steps
* 0.4.4 (2016-06-21)
- Fix typo in function name
* 0.4.3 (2016-06-20)
- throw exceptions in case configuration is invalid
* 0.4.2 (2016-06-20)
- made player exit with error when errors are logged
* 0.4.1 (2016-05-24)
- fixed embedding scenarios bug
* 0.4.0 (2016-05-18)
- updated deps
- added log for extracted values
- allowed endpoint to have a non-empty baseurl
* 0.3.0 (2016-01-27)
- added reload support
- added a default User-Agent as it is required by some web servers
- fixed request content-type when no parameters are provided
- added the possibility to pass any variable to regex()
- added the merge function
- enable debug mode in guzzle when -vvv
* 0.2.0 (2015-12-22)
- added the possibility to configure Blackfire build references
- added regex function
- added the join function
- added support for fake values
* 0.1.0 (2016-12-17)
- Initial release