Skip to content

[Corehttp] Changelog update#45113

Merged
pvaneck merged 1 commit intoAzure:mainfrom
pvaneck:corehttp-changelog-update
Feb 19, 2026
Merged

[Corehttp] Changelog update#45113
pvaneck merged 1 commit intoAzure:mainfrom
pvaneck:corehttp-changelog-update

Conversation

@pvaneck
Copy link
Copy Markdown
Member

@pvaneck pvaneck commented Feb 10, 2026

  • Update changelog with new version
  • Add urljoin fix from core

@pvaneck pvaneck force-pushed the corehttp-changelog-update branch from 0774794 to ec70164 Compare February 13, 2026 01:57
@pvaneck pvaneck marked this pull request as ready for review February 14, 2026 00:54
Copilot AI review requested due to automatic review settings February 14, 2026 00:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates corehttp for the next beta release and pulls in an _urljoin behavior fix to prevent adding an extra trailing slash when appending query-only URL templates (affecting PipelineClientBase.format_url behavior).

Changes:

  • Bumped corehttp version to 1.0.0b8 and added an unreleased changelog entry.
  • Updated _urljoin to skip path modification when the stub has no path segment.
  • Added unit tests validating _urljoin behavior for query-only and other edge cases.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
sdk/core/corehttp/corehttp/runtime/_base.py Adjusts _urljoin to avoid appending "/" when stub_url has no path component.
sdk/core/corehttp/tests/test_pipeline.py Adds a new test covering _urljoin edge cases (including query-only stubs).
sdk/core/corehttp/corehttp/_version.py Bumps package version to 1.0.0b8.
sdk/core/corehttp/CHANGELOG.md Adds 1.0.0b8 (Unreleased) entry documenting the URL formatting fix.

Comment thread sdk/core/corehttp/tests/test_pipeline.py
@pvaneck pvaneck force-pushed the corehttp-changelog-update branch from ec70164 to cd14187 Compare February 19, 2026 00:52
- Update changelog with new version
- Add urljoin fix from core

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
@pvaneck pvaneck force-pushed the corehttp-changelog-update branch from cd14187 to ac23f49 Compare February 19, 2026 00:54
@pvaneck
Copy link
Copy Markdown
Member Author

pvaneck commented Feb 19, 2026

/check-enforcer override

@pvaneck pvaneck merged commit 9fdb4f1 into Azure:main Feb 19, 2026
38 of 40 checks passed
@pvaneck pvaneck deleted the corehttp-changelog-update branch February 19, 2026 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants