Skip to content

Conversation

keelerm84
Copy link
Member

@keelerm84 keelerm84 commented Aug 28, 2025

No description provided.

saada and others added 6 commits August 14, 2025 13:05
- Add support for POST/PUT HTTP methods with JSON payload
- Fix proxy authentication parameter names (proxy_username/proxy_password)
- Add optional parsing mode to bypass SSE parsing for raw data streaming

These changes enable more flexible usage patterns while maintaining
backward compatibility with existing GET-only SSE implementations.
Add verify_ssl parameter (defaults to true) to allow disabling SSL
certificate verification for development, testing, and internal networks.
This maintains security by default while providing flexibility when needed.
@keelerm84 keelerm84 requested a review from a team as a code owner August 28, 2025 14:27
@keelerm84 keelerm84 changed the title mk/sdk 1441/proxy auth fix: Pass through proxy user and password if present Aug 28, 2025
@keelerm84 keelerm84 merged commit 0bb36f3 into main Aug 28, 2025
6 checks passed
@keelerm84 keelerm84 deleted the mk/sdk-1441/proxy-auth branch August 28, 2025 14:40
keelerm84 pushed a commit that referenced this pull request Sep 4, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.3.0](2.2.6...2.3.0)
(2025-08-28)


### Features

* Add ability to control SSE request method and body
([#51](#51))
([7c65c4b](7c65c4b))
* Add ability to disable retries
([#67](#67))
([f272b90](f272b90))
* Allow providing HTTP client option settings
([#68](#68))
([1d9b31c](1d9b31c))


### Bug Fixes

* Handle redirect on 301 and 307
([7d342e7](7d342e7))
* Pass through proxy user and password if present
([#69](#69))
([0bb36f3](0bb36f3))
* Support field without colon in event
([7d342e7](7d342e7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants