-
Notifications
You must be signed in to change notification settings - Fork 87
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: set user agent for purge requests #2730
Conversation
📊 Package size report 0.06%↑
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
@@ -54,7 +54,7 @@ | |||
"@netlify/edge-bundler": "^12.2.3", | |||
"@netlify/edge-functions": "^2.11.0", | |||
"@netlify/eslint-config-node": "^7.0.1", | |||
"@netlify/functions": "^2.8.2", | |||
"@netlify/functions": "^3.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/netlify/functions/releases/tag/v3.0.0
Breaking change is not affecting us, as runtime already is node@>=18:
opennextjs-netlify/package.json
Lines 12 to 14 in f00b542
"engines": { | |
"node": ">=18.0.0" | |
}, |
Description
Specify user agent to help any future debugging related to purge behaviors
Relevant links (GitHub issues, etc.) or a picture of cute animal
https://linear.app/netlify/issue/FRB-1539/pass-custom-user-agent-to-purgecache-calls