Skip to content

Conversation

@eduardoboucas
Copy link
Member

The Go client has some legacy logic for handling non-ZIP files and creating a ZIP archive around them. So anything that isn't a .zip gets that treatment.

This is problematic when we add support for other archive formats, which is the case with the .tgz files used by Play.

So while this logic is mostly legacy at this point — since I think even Go functions are now zipped by zip-it-and-ship-it — I'm keeping it and just adding a special case for tar files. When we detect them, leave them alone and don't wrap them in a ZIP.

@eduardoboucas eduardoboucas requested a review from a team as a code owner January 13, 2026 16:10
@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for open-api ready!

Name Link
🔨 Latest commit 3e33b9d
🔍 Latest deploy log https://app.netlify.com/projects/open-api/deploys/69666e7d986ccb00080a1239
😎 Deploy Preview https://deploy-preview-611--open-api.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@eduardoboucas eduardoboucas requested a review from rybit January 13, 2026 16:11
@eduardoboucas eduardoboucas merged commit 19ae760 into master Jan 13, 2026
14 checks passed
@eduardoboucas eduardoboucas deleted the feat/tar-files branch January 13, 2026 16:30
eduardoboucas pushed a commit that referenced this pull request Jan 14, 2026
🤖 I have created a release *beep* *boop*
---


##
[2.46.0](v2.45.0...v2.46.0)
(2026-01-13)


### Features

* open enable and disable site endpoints for partners
([#607](#607))
([9e9b599](9e9b599))


### Bug Fixes

* add more zip info for build and deploy
([#608](#608))
([669cef6](669cef6))
* stop zipping tar files
([#611](#611))
([19ae760](19ae760))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: token-generator-app[bot] <token-generator-app[bot]@users.noreply.github.com>
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.

3 participants