1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-12 03:24:26 +01:00

3478 Commits

Author SHA1 Message Date
Graham Campbell
48f2fb7ec5
Fixed Makefile (#2695) 2020-06-16 12:10:25 +03:00
Tobias Nyholm
818faffe2d
Prepare release RC1 (#2681)
* Prepare release RC1

* Updated date

* update help files

* revert phpunit

* minor

* Fixes

Co-authored-by: Mponos George <gmponos@gmail.com>
7.0.0-rc.1
2020-06-15 19:25:07 +02:00
Guilliam Xavier
ff7ed8feaa
Enable php-cs-fixer binary_operator_spaces (ignoring double-arrows) (#2688)
* Enable php-cs-fixer binary_operator_spaces (ignoring double-arrow for now)

* Fix some double-arrows spacing manually
2020-06-13 20:21:14 +03:00
Tobias Nyholm
f7a263f6dc
Update license year (#2686) 2020-06-13 14:44:35 +03:00
Mponos George
d188880416
Fail on warning/risky (#2685) 2020-06-13 13:40:58 +02:00
Mponos George
0f459f4a56
Fix codestyle using php-cs-fixer (#2682) 2020-06-13 13:36:51 +02:00
Mponos George
01a67e8497
Remove burgomaster/packager (#2684) 2020-06-13 12:27:48 +03:00
Richard van Laak
fd9eace0b3
Allow running static Actions via Make (#2662)
* Allow running static Actions via Make

* add 'generate baseline' make target

* PHPStan 0.12.28

Co-authored-by: Richard van Laak <richard@scribbr.nl>
2020-06-10 13:03:22 +03:00
Richard van Laak
c4c348a4f1
Reduce PHPStan baseline errors (#2677)
Co-authored-by: Richard van Laak <richard@scribbr.nl>
Co-authored-by: Tobias Nyholm <tobias.nyholm@gmail.com>
Co-authored-by: Graham Campbell <GrahamCampbell@users.noreply.github.com>
2020-06-09 15:22:29 +03:00
Simon Schaufelberger
397f43eefa
Ignore files when exporting package (#2679)
This commit is part of a campaign to reduce the amount of data transferred to save global bandwidth and reduce the amount of CO2. See https://github.com/Codeception/Codeception/pull/5527 for more info.
2020-06-07 23:36:08 +03:00
Mponos George
6c23c3cf55
Updated editorconfig file (#2666)
* Updated editorconfig file

* Update .editorconfig

* Update .editorconfig
2020-06-07 13:03:56 +02:00
Mponos George
5c9c349700
Update changelog and upgrading guide (#2667)
* Update changelog and upgrading guide

* Update CHANGELOG.md

* updated changelog and upgrading guide
2020-06-06 12:40:17 +02:00
Mponos George
d9f48fdd6e
Fix more issues about phpstan (#2670) 2020-06-06 13:09:15 +03:00
Graham Campbell
b5615fc4a7
[7.0] IDN off by default and removed polyfill (#2675) 2020-06-06 12:53:06 +03:00
Márk Sági-Kazár
9903a0600d
Add Slack to the readme (#2674) 2020-05-31 07:45:04 +03:00
Saša Stamenković
bb716278b7
Use error level for logging errors in Middleware (#2629) 2020-05-28 09:40:24 +03:00
Tobias Nyholm
5aee9140d3
Added change log for 7-beta2 (#2658)
* Added changelog for 7-beta2

* minor
7.0.0-beta.2
2020-05-25 21:38:48 +02:00
Tobias Nyholm
41d72a8b32
Dont show curl version in user agent (#2654)
* Dont show curl version in user agent

* Fixed tests

* Add back the fynction

* Drop "version" part

* added version
2020-05-25 16:40:43 +02:00
Mponos George
d2db8f533d
Set better callable documentation for phpstan (#2646) 2020-05-24 22:59:15 +03:00
Tobias Nyholm
00bd950188
Merge pull request #2656 from gmponos/iterables-phpstan
Remove iterable errors from phpstan baseline
2020-05-23 22:45:10 +02:00
Mponos George
8c3db254c5 Remove iterable errors from phpstan baseline 2020-05-23 23:38:29 +03:00
Tobias Nyholm
44affcbd8e
Rebased 2641 (#2653)
* Change link due repository deprecation

- https://github.com/bagder/ca-bundle#deprecated

* Update request-options.rst

Co-authored-by: Serhii Zhuravel <1804871+dxops@users.noreply.github.com>
2020-05-23 22:49:10 +03:00
Tobias Nyholm
e5c7c1fd42
Merge pull request #2652 from GrahamCampbell/merge-changes
[7.0] Merge changes from 6.5
2020-05-23 21:39:36 +02:00
Graham Campbell
f9ac1c1e68 Added type checking 2020-05-23 20:37:26 +01:00
Graham Campbell
441b719396 Fixed typo 2020-05-23 20:30:54 +01:00
Graham Campbell
7953b1d64a Merge branch '6.5' into merge-changes 2020-05-23 20:25:21 +01:00
Guilliam Xavier
0d137e9448
[6.5] Remove obsolete statement in handler option docs (#2567)
* Remove obsolete statement in handler option phpDoc

* Remove obsolete statement in handler option doc
2020-05-23 21:58:46 +03:00
Graham Campbell
d3f2c17918
[6.5] Fix various intl icu issues (#2626)
* Fix issues when compiled against old intl icu

* Fixes

* Bumped minimum polyfill-intl-idn version

* Skip conversion for ASCII domains

* Lock version to symfony/polyfill-intl-idn:1.17.0

Co-authored-by: Nyholm <tobias.nyholm@gmail.com>
2020-05-23 20:57:25 +02:00
Vladislav Novik
5132e8a4da
Fix syntax errors (#2590)
This fixes some unclosed braces to make the example code valid.
2020-05-23 20:16:01 +02:00
Tobias Nyholm
ffd3c697b1
Streamline badge style for build badge (#2650)
Set the same style for the build badge as the other badges use.

Add a link to the build / CI workflow to prevent a impractical
link to the image itself.

Closes #2614

Co-authored-by: Dan Untenzu <mail@pixelbrackets.de>
2020-05-23 21:03:45 +03:00
Tobias Nyholm
0599ea8813
Lock versions on static analysis checks (#2649)
* Lock versions on static analysis checks

* Bump version
2020-05-23 20:46:26 +03:00
Tobias Nyholm
35a1ad26e8
Adding major version (#2583) 2020-05-23 19:30:57 +02:00
Mponos George
88015c3433
Added wording for the timeout (#2645) 2020-05-23 20:25:52 +03:00
Guilliam Xavier
c8162bee93
Fix use and phpDoc for @throws GuzzleException/InvalidArgumentException (#2621) 2020-05-19 15:55:02 +03:00
Georald Camposano
7e8de7a042
Update quickstart.rst (#2610)
Update "Concurrent requests" examples when using Promise unwrap and settle functions

Co-authored-by: georald camposano <georald@pgiauto.com>
2020-05-18 21:57:13 +03:00
Juan Morales
837b5a3554
Fix error on quickstart for concurrent requests (#2574)
The example fixed gives an error as it is at the moment:

`Fatal error: Uncaught Error: Call to a member function getHeader() on array`

The fix provides the right code for the example.
2020-05-18 20:30:09 +03:00
Tyson Andre
5262ecfd76
Document the impact of fixing time units for RetryMiddleware (#2570)
Related to #2132

A fraction of use cases will expect low timeouts or no timeouts.
Make it clearer that those applications should override the defaults
of the middleware if upgrading to 6.5.0
2020-05-18 13:46:00 +03:00
Guilliam Xavier
351a213ba2
Fix "Fixed deprecation warning in node test server" (#2638)
* Fix "Fixed deprecation warning in node test server

* Ignore PHPStan error after review
2020-05-17 12:36:12 +03:00
David Grayston
223b0fe5ef
Ensure link can be read before checking it is a directory (#2639) 2020-05-16 21:09:55 +03:00
Márk Sági-Kazár
1be851ed7b
Merge pull request #2585 from mvdnbrk/patch-1
Fixes typo
2020-05-10 13:43:41 +02:00
Mark Sagi-Kazar
311d1b6281
Add new logo 2020-05-03 17:57:14 +02:00
Graham Campbell
ebe6b8515d
[7.0] Merge changes from 6.5.3 (#2618)
* Travis improvements

* Don't use internal functions (#2548)

* [6.5] Install symfony's intl-idn polyfill (#2550)

* Install symfony's intl-idn polyfill

* idn conversion always available

* remove "skipped because of intl"

* PHPStan CI fix

Co-authored-by: Nyholm <tobias.nyholm@gmail.com>

* Prepare release of 6.5.3 (#2613)

* Prepare release of 6.5.3

* Typo

* Updated date

* Updated constant

* Fixed composer.json package order

Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>
Co-authored-by: Nyholm <tobias.nyholm@gmail.com>
2020-04-18 15:31:39 +02:00
Tobias Nyholm
aab4ebd862
Prepare release of 6.5.3 (#2613)
* Prepare release of 6.5.3

* Typo

* Updated date

* Updated constant
6.5.3
2020-04-18 12:38:46 +02:00
Graham Campbell
3325c9d98a
[6.5] Install symfony's intl-idn polyfill (#2550)
* Install symfony's intl-idn polyfill

* idn conversion always available

* remove "skipped because of intl"

* PHPStan CI fix

Co-authored-by: Nyholm <tobias.nyholm@gmail.com>
2020-04-15 20:04:46 +02:00
Graham Campbell
9189d4690a
Don't use internal functions (#2548) 2020-04-15 19:44:58 +02:00
Mark van den Broek
fd0049a2ef
Fixes typo 2020-02-15 12:31:56 +01:00
Tobias Nyholm
1cdd69a0cd Show that we implement PSR18 (#2571) 2020-01-25 13:19:56 +02:00
Mponos George
192d1f1945 Update InvalidArgumentException message for request with array body (#2524) 2020-01-19 20:33:25 +01:00
David Grayston
6b77639250 PSR-18: Separate ConnectException from RequestException (#2541)
* Separate ConnectException from RequestException

* Remove deprecation annotations

* Remove unneeded ResponseAwareTrait

* Add breaking change to UPGRADING.md

* Split trait use statements into separate lines

* Remove use of traits
2020-01-19 20:31:20 +01:00
Graham Campbell
dd2ed2e2e1 [7.0] Remove dead PHP 5 code (#2560)
* Remove dead PHP 5 code

* Removed old docs
2020-01-19 20:22:26 +02:00