Skip to content

Gzip compression options#1587

Open
Sushisource wants to merge 6 commits into
mainfrom
gzip-compression
Open

Gzip compression options#1587
Sushisource wants to merge 6 commits into
mainfrom
gzip-compression

Conversation

@Sushisource

@Sushisource Sushisource commented Jun 5, 2026

Copy link
Copy Markdown
Member

What was changed

Update core & expose options for gzip compression.

Also proto regen required a few other changes to deal with new Nexus things.

Why?

Options good!

Checklist

  1. Closes

  2. How was this tested:
    Relies on Core tests for the meat of it. Simple tests to verify options are passed thru.

  3. Any docs updates needed?

@Sushisource Sushisource requested a review from a team as a code owner June 5, 2026 23:10
@Sushisource Sushisource force-pushed the gzip-compression branch 2 times, most recently from 3051a0b to d5be198 Compare June 8, 2026 22:13
@Sushisource Sushisource force-pushed the gzip-compression branch 3 times, most recently from 5c176a5 to 30388d8 Compare June 9, 2026 01:07
Comment thread scripts/gen_protos.py
re.compile(r"'__module__' : 'temporal\.api\.").sub,
r"'__module__' : 'temporalio.api.",
),
partial(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This replacement didn't seem to be needed for me, do we know what it's about?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It doesn't happen for the other dependency, protoc_gen_openapiv2

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It might not be needed, I just followed the pattern for the other replacements w/ the new module name

Comment thread scripts/gen_protos_docker.py

_WORFKLOW_LINK_URL_PATH_REGEX = re.compile(
r"^/namespaces/(?P<namespace>[^/]+)/workflows/(?P<workflow_id>[^/]+)/(?P<run_id>[^/]+)/history$"
_WORKFLOW_LINK_URL_PATH_REGEX = re.compile(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@VegetarianOrc should take a look at these changes.

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