Skip to content

Releases: BedrockStreaming/GuzzleHttpBundle

Add CURLOPT_NOSIGNAL when timeout is null

06 Oct 12:13
Compare
Choose a tag to compare

Add proxy setting in configuration

25 Sep 07:23
Compare
Choose a tag to compare
m6web_guzzlehttp:
    clients:
        default:
            base_uri: ""        
            ...
            ...
            proxy: proxy:port

Add client name in request event

16 Sep 14:10
Compare
Choose a tag to compare
Merge pull request #17 from M6Web/feature/client-name-in-event

Add client name in request event

Fix typo in a service name

08 Sep 07:28
Compare
Choose a tag to compare
Merge pull request #15 from M6Web/fix/typo

Fix typo in service name

overrinding default headers options

04 Aug 08:18
Compare
Choose a tag to compare
myclient:
    default_headers:
        User_Agent: "m6web/1.0"
        X\_Answer: 42

Update composer

04 Aug 08:05
Compare
Choose a tag to compare

Set a requirement to symfony >=2.6

fix cache config

03 Aug 05:21
Compare
Choose a tag to compare
v1.0.5

Add comment

Disable call to cache ttl method when not in dev environment

17 Jul 12:25
Compare
Choose a tag to compare
Merge pull request #8 from M6Web/fix/redis-calls

Disable call to cache ttl method when not in dev environment

Fix events dispatching with mutliclient

06 Jul 11:05
Compare
Choose a tag to compare
Merge pull request #6 from M6Web/fix/event-dispatcher

Fix : event catched as many time as client created

Allow to not set base_uri in clients configuration

26 Jun 14:06
Compare
Choose a tag to compare
Merge pull request #4 from M6Web/allow-empty-base-uri

Allow to not set base_uri in clients configuration