This commit is contained in:
Alex Kocharin 2014-03-13 19:47:49 +00:00
parent 8af77df0e0
commit bf63b9f738
1 changed files with 5 additions and 2 deletions

View File

@ -5,12 +5,15 @@
- all time intervals now can be specified in [nginx notation](http://wiki.nginx.org/ConfigNotation), for example `1m 30s` will specify a 90 seconds timeout
- added `maxage` option to avoid asking public registry for the same data too often (issue #47)
- added `max_fails` and `fail_timeout` options to reduce amount of requests to public registry when it's down (issue #7)
- bug fixes:
- bug fixes:
- fix crash when headers are sent twice (issue #52)
- all tarballs are returned with `Content-Length`, which allows [yapm](https://github.com/rlidwka/yapm) to estimate download time
- when connection to public registry is interrupted when downloading a tarball, we no longer save incomplete tarball to the disk
- other changes:
- 404 errors are returned in couchdb-like manner (issue #56)
5 Mar 2014, version 0.6.7
- pin down express@3 version, since sinopia doesn't yet work with express@4