Skip to content

[pull] main from hoppscotch:main#76

Merged
pull[bot] merged 10 commits into
Uncodedtech:mainfrom
hoppscotch:main
Aug 8, 2025
Merged

[pull] main from hoppscotch:main#76
pull[bot] merged 10 commits into
Uncodedtech:mainfrom
hoppscotch:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Aug 8, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

nivedin and others added 10 commits July 30, 2025 15:13
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This attempts to resolve app startup failures on Linux systems
where IPv6 is disabled at the kernel level by replacing the dual-stack
port selection logic with network interface discovery.

Closes FE-912
Closes #4962
This fixes file uploads incorrectly showing MIME type as "Other" instead
 of their actual content types by expanding the `MediaType` enum relay
 to include common audio, video, and image formats.

 Basically `MediaType` enum is used for both `ContentType` which would
 map to `ContentType` from `hoppscotch-data` (e.g. `multipart/form-data`)
 but also to `FormValue` in `interop`
 ```rust
 pub enum FormValue {
     ...
     File {
         filename: String,
         content_type: MediaType,
         data: Bytes,
     },
 }
 ```
 although the later should be much more pervasive.

 This is a follow up on #5244

 Closes FE-887
 Closes #3810
 Closes #5223
 Closes #5233

 The issue occurred because the `relay`'s `MediaType` couldn't deserialize
 beyond the basic types (text, JSON, XML, etc.), lacked support for
 other media file types. The TypeScript layer correctly detected MIME
 types (e.g., "audio/x-m4a"), but the deserialization process fell back
 to `MediaType::Other`. Main reason for servers performing strict MIME
 validation to reject uploads.
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Updates agent to version `0.1.12` with relay dependency that includes
expanded MIME type support for file uploads.

Follows #5306
Co-authored-by: tom <tom@radom.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
@pull pull Bot locked and limited conversation to collaborators Aug 8, 2025
@pull pull Bot added the ⤵️ pull label Aug 8, 2025
@pull pull Bot merged commit c04faaa into Uncodedtech:main Aug 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants