You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Docker-registry
2
2
3
+
## 0.8.0
4
+
5
+
* configuration rehaul: https://github.com/docker/docker-registry/pull/444 - beware this breaks API for the drivers, and the core package has been updated accordingly to denote that
6
+
* better redis error handling
7
+
* improved coverage
8
+
* experimental (undocumented) new-relic bundle support
9
+
* bugsnag and new-relic are now installable as setup-tools "extras"
10
+
* centralized version and other meta-informations
11
+
* port / host and other gunicorn options are more consistent
12
+
* mirroring fixes
13
+
* tarfile: pax header and xattr support
14
+
* some dependency requirements loosen (extras, test and style requirements)
15
+
3
16
## 0.7.3
4
17
5
18
*[BUGFIX] fixed default value for standalone to true
0 commit comments