From 00fe749cb5610754d5336597ad81bda39eca823c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 20:48:33 +0100 Subject: [PATCH] Changelog for Release server-2021-05-01 (#6447) * Update Changelog Co-authored-by: release[bot] Co-authored-by: chris48s --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25b893ef0..54ca44c154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ Note: this changelog is for the shields.io server. The changelog for the badge-m --- +## server-2021-05-01 + +- Add setting which allows setting a timeout on HTTP requests + This is configured with the new `REQUEST_TIMEOUT_SECONDS` setting. If a request takes longer + than this number of seconds a `408 Request Timeout` response will be returned. +- Deprecate [Bintray] service [#6423](https://github.com/badges/shields/issues/6423) +- Support git hash in [nexus] SNAPSHOT version [#6369](https://github.com/badges/shields/issues/6369) +- Replace 4183C4 with blue [#6366](https://github.com/badges/shields/issues/6366) +- [Youtube] Added channel view count and subscriber count badges [#6333](https://github.com/badges/shields/issues/6333) +- Fix Netlify badge by adding new color schema [#6340](https://github.com/badges/shields/issues/6340) +- [REUSE] Add service badges [#6330](https://github.com/badges/shields/issues/6330) +- Dependency updates + ## server-2021-04-01 - Use NPM packages to provide fonts instead of Google Fonts [#6274](https://github.com/badges/shields/issues/6274)