|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +## 3.20.0 (2020-02-26) |
| 5 | + |
| 6 | +### Enhancements |
| 7 | + |
| 8 | +* Added support for Guzzle 7 |
| 9 | + [#567](https://github.com/bugsnag/bugsnag-php/pull/567) |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +* Added support for PHP 7.3 and 7.4 |
| 14 | + [#552](https://github.com/bugsnag/bugsnag-php/pull/552) |
| 15 | + [#556](https://github.com/bugsnag/bugsnag-php/pull/556) |
| 16 | + |
| 17 | +* Only try to search for the CA bundle on PHP 5.5 |
| 18 | + [#566](https://github.com/bugsnag/bugsnag-php/pull/566) |
| 19 | + |
4 | 20 | ## 3.19.0 (2019-11-18)
|
5 | 21 |
|
6 | 22 | ### Enhancements
|
7 | 23 |
|
8 |
| -* Added a strategy pattern for the Client shutdown behaviour [#547](https://github.com/bugsnag/bugsnag-php/pull/547) |
| 24 | +* Added a strategy pattern for the Client shutdown behaviour |
| 25 | + [#547](https://github.com/bugsnag/bugsnag-php/pull/547) |
| 26 | + |
| 27 | +* Replaced the dependency on phpdotenv with a simple "read" function that |
| 28 | + follows the same strategy ($_ENV, $_SERVER, getenv()) |
| 29 | + [#511](https://github.com/bugsnag/bugsnag-php/pull/551) |
9 | 30 |
|
10 |
| -* Replaced the dependency on phpdotenv with a simple "read" function that follows the same strategy |
11 |
| -($_ENV, $_SERVER, getenv()) [#511](https://github.com/bugsnag/bugsnag-php/pull/551) |
| 31 | +* Removed the length restriction on the Breadcrumb "name" field to match the |
| 32 | + API and allow large names to be sent. |
| 33 | + [#544](https://github.com/bugsnag/bugsnag-php/pull/554) |
12 | 34 |
|
13 |
| -* Removed the length restriction on the Breadcrumb "name" field to match the API and allow large names to be sent. [#544](https://github.com/bugsnag/bugsnag-php/pull/554) |
| 35 | +### Bug Fixes |
14 | 36 |
|
15 | 37 | * Make session delivery obey the release stage rules used by notify
|
16 | 38 | [#542](https://github.com/bugsnag/bugsnag-php/pull/542)
|
@@ -46,15 +68,15 @@ Add the version of PHP to report information to allow easier diagnosis of versio
|
46 | 68 | [Javier Pérez Cid](https://github.com/jpcid)
|
47 | 69 | [#514](https://github.com/bugsnag/bugsnag-php/pull/514)
|
48 | 70 |
|
49 |
| -### Fixes |
| 71 | +### Bug Fixes |
50 | 72 |
|
51 | 73 | * Check `php_uname` isn't disabled before attempting to retrieve hostname
|
52 | 74 | [Graham Campbell](https://github.com/GrahamCampbell)
|
53 | 75 | [#513](https://github.com/bugsnag/bugsnag-php/pull/513)
|
54 | 76 |
|
55 | 77 | ## 3.15.2 (2019-01-10)
|
56 | 78 |
|
57 |
| -### Fixes |
| 79 | +### Bug Fixes |
58 | 80 |
|
59 | 81 | * Improve performance by removing reflection calls from Client to Configuration
|
60 | 82 | [#510](https://github.com/bugsnag/bugsnag-php/pull/510)
|
|
0 commit comments