Skip to content

Conversation

@VisargD
Copy link
Collaborator

@VisargD VisargD commented Sep 29, 2025

Description

Motivation

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)

How Has This Been Tested?

  • Unit Tests
  • Integration Tests
  • Manual Testing

Screenshots (if applicable)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Related Issues

@VisargD VisargD merged commit c1c7e7d into main Sep 29, 2025
1 check passed
@matter-code-review
Copy link
Contributor

Code Quality bug fix

Description

Summary By MatterAI MatterAI logo

🔄 What Changed

The package.json file was updated to increment the version of @portkey-ai/gateway from 1.12.2 to 1.12.3.

🔍 Impact of the Change

This is a patch version bump, indicating minor bug fixes, performance improvements, or small non-breaking features. It ensures users receive the latest stable updates for @portkey-ai/gateway.

📁 Total Files Changed

package.json: Version updated from 1.12.2 to 1.12.3.

🧪 Test Added

N/A

🔒Security Vulnerabilities

N/A

Motivation

To release the latest patch version of @portkey-ai/gateway.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)

How Has This Been Tested?

  • Unit Tests
  • Integration Tests
  • Manual Testing

Screenshots (if applicable)

N/A

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Related Issues

N/A

Caution

Package Vulnerabilities

Package Version Severity CVE Fix Version Vulnerability
@hono/node-server ^1.3.3 HIGH CVE-2024-32652 1.10.1 @hono/node-server has Denial
of Service
risk when
receiving Host
header that
cannot be
parsed
@hono/node-server ^1.3.3 MODERATE CVE-2024-23340 1.4.1 @hono/node-server cannot handle
"double dots"
in URL
hono ^4.6.10 MODERATE CVE-2025-59139 4.9.7 Hono has Body
Limit Middleware
Bypass
rollup ^4.9.1 HIGH CVE-2024-47068 4.22.4 DOM Clobbering Gadget
found in
rollup bundled
scripts that
leads to
XSS

Tanka Poem ♫

Version number climbs,
Patch release, small fixes bring,
Code now runs so smooth.
A scientist's delight,
Tiny changes, big impact. ✨

Sequence Diagram

sequenceDiagram
    participant Developer
    participant Repository as Git Repository
    
    Developer->>Repository: git commit -m "Bump version to 1.12.3"
    Note over Repository: Updates package.json version from 1.12.2 to 1.12.3
    Repository-->>Developer: Commit successful
Loading

@matter-code-review
Copy link
Contributor

Version bump from 1.12.2 to 1.12.3

suissa pushed a commit to suissa/AI-gateway that referenced this pull request Oct 29, 2025
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.

2 participants