Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#2329): python client throws exception on connection #2360

Merged
merged 4 commits into from
Dec 21, 2023

Conversation

bossenti
Copy link
Contributor

Purpose

Fix #2329
This PR fixes the bug reported in #2329 which was caused by trailing slashes are no longer allowed since #2276.
In addition, the Python client is now able to connect to StreamPipes instances started only in development mode.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@bossenti bossenti linked an issue Dec 21, 2023 that may be closed by this pull request
@github-actions github-actions bot added python Pull requests that update Python code testing Relates to any kind of test (unit test, integration, or E2E test). labels Dec 21, 2023
@bossenti bossenti merged commit 75714c4 into dev Dec 21, 2023
18 checks passed
@bossenti bossenti deleted the 2329-python-client-throws-exception-on-connection branch December 21, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code testing Relates to any kind of test (unit test, integration, or E2E test).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python client throws exception on connection
2 participants