Skip to content

Conversation

@dominnya
Copy link
Member

No description provided.

@dominnya dominnya self-assigned this Nov 16, 2025
Copilot AI review requested due to automatic review settings November 16, 2025 12:58
@dominnya dominnya added the bug Something isn't working label Nov 16, 2025
Copy link

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

This PR fixes URL construction in the parseApiRequest utility to preserve the base URL correctly, addressing an issue where the URL was not being assembled properly including the prefix. The version is bumped from 3.1.1 to 3.1.2 as a patch release.

  • Changed from using URL constructor with two parameters to string concatenation
  • Version bumped to 3.1.2
  • Changelog updated with fix description

Reviewed Changes

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

File Description
src/utils/parseApiRequest.ts Modified URL construction to concatenate baseUrl and path directly instead of using URL constructor's base parameter
package.json Bumped version from 3.1.1 to 3.1.2
CHANGELOG.md Added entry for 3.1.2 release documenting the URL assembly fix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Psychosynthesis Psychosynthesis merged commit 90c382c into main Nov 17, 2025
1 check passed
@gratio-dev gratio-dev deleted the hotfix/preserve-prefix branch December 9, 2025 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants