Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename PUPPETEER_DOWNLOAD_HOST to PUPPETEER_DOWNLOAD_BASE_URL #10130

Merged
merged 2 commits into from May 5, 2023

Conversation

OrKoN
Copy link
Collaborator

@OrKoN OrKoN commented May 4, 2023

The switch to Chrome for Testing changed the servers we download binaries from so PUPPETEER_DOWNLOAD_HOST would not work as it used to because the rest of the URL structure changed too. This change documents the change and deprecates the PUPPETEER_DOWNLOAD_HOST in favour of PUPPETEER_DOWNLOAD_BASE_URL.

Closes #10131

@OrKoN OrKoN changed the title feat!: rename PUPPETEER_DOWNLOAD_HOST to PUPPETEER_DOWNLOAD_BASE_URL fix!: rename PUPPETEER_DOWNLOAD_HOST to PUPPETEER_DOWNLOAD_BASE_URL May 4, 2023
@OrKoN OrKoN force-pushed the orkon/base-url branch 2 times, most recently from 4bf1258 to fa8a5c8 Compare May 4, 2023 08:30
@jrandolf
Copy link
Contributor

jrandolf commented May 4, 2023

Can we deprecate then remove in a later release?

@OrKoN
Copy link
Collaborator Author

OrKoN commented May 4, 2023

Thinking a bit more, let’s hold off with this and I will add a deprecation warning for the download host

@OrKoN OrKoN changed the title fix!: rename PUPPETEER_DOWNLOAD_HOST to PUPPETEER_DOWNLOAD_BASE_URL fix: rename PUPPETEER_DOWNLOAD_HOST to PUPPETEER_DOWNLOAD_BASE_URL May 5, 2023
@OrKoN OrKoN force-pushed the orkon/base-url branch 2 times, most recently from 440452a to 03503fd Compare May 5, 2023 05:34
OrKoN added 2 commits May 5, 2023 08:44
Change to Chrome for Testing changed the servers we download binaries
from so PUPPETEER_DOWNLOAD_HOST would not work as it used to because
the rest of the file structure changed too. This change documents
the breaking change and removes the PUPPETEER_DOWNLOAD_HOST in
favour of PUPPETEER_DOWNLOAD_BASE_URL.
Copy link
Collaborator

@Lightning00Blade Lightning00Blade left a comment

Choose a reason for hiding this comment

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

Note: this will push Browsers to 1.0.1 due to the Change being a fix.
Only docs were changed for Browsers, something to keep in mind

@OrKoN OrKoN merged commit 9758cae into main May 5, 2023
32 checks passed
@OrKoN OrKoN deleted the orkon/base-url branch May 5, 2023 08:33
@release-please release-please bot mentioned this pull request May 5, 2023
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.

[Bug]: Compatibility issues with PUPPETEER_DOWNLOAD_HOST
3 participants