1#### <sub><sup><a name="v251-note-1" href="#v251-note-1">:link:</a></sup></sub> fix
2
3* Soooo you may have noticed Chrome being really slow lately, especially the autocomplete in the URL bar. We had a bug that led to an infinite redirect loop, causing a bunch of very large URLs to enter the browser history. We've fixed this now. You may want to clear your history to speed Chrome up again. Sorry.
4
5
6#### <sub><sup><a name="v251-note-2" href="#v251-note-2">:link:</a></sup></sub> fix
7
8* The `concourse/lite` box will now add Google DNS to the tail of the DNS chain, rather than the head, allowing local DNS resolution settings to be tried first. This is thanks to a PR from @iMartyn!
9
10
11#### <sub><sup><a name="v251-note-3" href="#v251-note-3">:link:</a></sup></sub> feature
12
13* The [`docker-image` resource](https://github.com/concourse/docker-image-resource) will now propagate the correct `--mtu` value to the daemon, fixing image fetching flakiness on IaaSes like GCP, which have a default MTU lower than `1500`.
14
15
16#### <sub><sup><a name="v251-note-4" href="#v251-note-4">:link:</a></sup></sub> fix
17
18* When using `--ca-cert` with [`fly login`](https://concourse-ci.org/fly.html#fly-login), the cert will be appended to the system cert pool, rather than an empty pool. This way the cert will be verified in the case where it's an intermediate cert signed by a root CA in the system pool.
19
20
21#### <sub><sup><a name="v251-note-5" href="#v251-note-5">:link:</a></sup></sub> fix
22
23* The [`git` resource](https://github.com/concourse/git-resource) can now be configured to force-push, thanks to a PR by @dfedde-pivotal! Use with care.
24
25
26#### <sub><sup><a name="v251-note-6" href="#v251-note-6">:link:</a></sup></sub> feature
27
28* The [`docker-image` resource](https://github.com/concourse/docker-image-resource) now supports ECR urls in the `FROM` section, thanks to a PR from @donaldguy!
29
30
31#### <sub><sup><a name="v251-note-7" href="#v251-note-7">:link:</a></sup></sub> feature
32
33* The build events API endpoint will now return the `X-Accel-Buffering` header, which hints to reverse proxies to not buffer the response, thanks to a PR from @jasonkeene.
34
35
36#### <sub><sup><a name="v251-note-8" href="#v251-note-8">:link:</a></sup></sub> fix
37
38* Fixed the janky autorefresh on the job page.
39
40
41