CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 05:51:57 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"9ff90445f333c3b3b3354497d1c2f2bb"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=KTb3SbtIcDLuiTtC8zxTJMMnDn27w4KX9c5n3maW3fLkznmPs8Pa5boWgCBo2wcdKCElue0dz3vc3shVCn2uqCJTvwNkr22wHmPV6xRSuuNhNCfNA6CFwoKTz58gA8XyHFTHHaj%2BL0bichpftKi0kHQpLR42EpFDq%2BtmA9yzL2N56hrAXtvm7pPx3aAIhAAoCAOqty2JPbuJTEmiHu%2F4nyAul8bT1KI4lOSLWJIdj0q%2B0w7A8QoY0C0CdyrAbIrcuBduquSXYryuGClYc%2F5z0Q%3D%3D--Y5RUlvb%2BYrFHTgD7--GfCfoWpWQiVLgQGXzpgoxg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.898356146.1753768317; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 05:51:57 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 05:51:57 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CD9A:3A6694:3D10E1:519191:6888617D
Release nginx-1.27.3 · nginx/nginx · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
nginx-1.27.3
Compare
nginx-1.27.3 mainline version has been released, featuring automatic re‑resolution of hostnames in upstream groups using DNS. See official CHANGES on nginx.org.
Below is a release summary generated by GitHub.
What's Changed
- Version bump. by @pluknet in #242
- Quic: prevent invalid stream frame retransmissions by @nandsky in #230
- Adding missing files from recent pcre2 library by @thierryba in #248
- Security: Update SECURITY.md by @jzebor-at-f5 in #254
- SSL: disabled TLSv1 and TLSv1.1 by default. by @pluknet in #252
- Upstream: re-resolvable servers by @bavshin-f5 in #208
- SSL: fixed MSVC compilation after ebd18ec. by @arut in #312
- "set by ngx_pcalloc" comments update by @pluknet in #247
- GitHub: Fix link to Contributing Guidelines by @callahad in #129
- Core: change TCP keepalive from ms to seconds on DragonFly BSD by @panjf2000 in #258
- SSL: error message default in object caching API. by @pluknet in #333
- Issue #330 missing double quote. by @nmentz in #339
- Mp4 stsc atom fixes by @arut in #345
- TLS default protocol versions fixup. by @pluknet in #327
- QUIC: prevented BIO leak in case of error. by @arut in #348
- Upstream: disallow empty path in proxy_store and friends. by @pluknet in #344
- QUIC: constant initialization by @pluknet in #243
- Allowed square brackets with portless IPv6 address. by @arut in #318
- Mail: handling of CAPABILITY in the LOGIN IMAP command. by @pluknet in #276
- nginx-1.27.3-RELEASE by @pluknet in #356
New Contributors
- @nandsky made their first contribution in #230
- @thierryba made their first contribution in #248
- @jzebor-at-f5 made their first contribution in #254
- @bavshin-f5 made their first contribution in #208
- @callahad made their first contribution in #129
- @panjf2000 made their first contribution in #258
- @nmentz made their first contribution in #339
Full Changelog: release-1.27.2...release-1.27.3
Assets 6
18 people reacted
You can’t perform that action at this time.