1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-19 15:45:23 +01:00

3567 Commits

Author SHA1 Message Date
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
Márk Sági-Kazár
f226f52ced
Merge pull request #2566 from GrahamCampbell/updated-links
[7.0] Updated old hyperlinks to their new locations
2020-01-19 12:57:55 +01:00
Graham Campbell
22bd6b7622 Updated old hyperlinks to their new locations 2020-01-19 11:27:25 +00:00
Graham Campbell
02fbe81490 Suggest installing ext-curl (#2564) 2020-01-19 09:31:46 +01:00
Graham Campbell
257ec5087d Avoid functions due to global install conflicts (#2546) 2020-01-19 09:16:12 +01:00
Graham Campbell
c816520590 Avoid the getConfig function (#2515) 2020-01-18 14:00:19 +01:00
Graham Campbell
8ec66c1193 [7.0] Added real client methods (#2529)
* Added real client methods

* Added changelog entry and upgrading notes
2020-01-18 13:36:52 +01:00
Márk Sági-Kazár
2c1455e8dd
Merge pull request #2554 from Smolevich/remove-redundant-command
Update Dockerfile
2020-01-16 14:29:20 +01:00
stanislav.shupilkin
20940c6077 Update Dockerfile 2020-01-16 16:04:59 +03:00
Márk Sági-Kazár
39be17b98c
Merge pull request #2547 from GrahamCampbell/patch-2
[7.0] Added missing phpstan.neon to .gitignore
2020-01-12 03:43:13 +01:00
Graham Campbell
7c2acf0aaf
Added missing phpstan.neon to .gitignore 2020-01-11 23:53:16 +00:00
Márk Sági-Kazár
cd1ef1a270
Merge pull request #2543 from reedy/phpcsgitattributes
Add .php_cs.dist to .gitattributes
2020-01-10 12:44:52 +01:00