mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
0.7.0
This commit is contained in:
parent
8af77df0e0
commit
bf63b9f738
@ -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
|
- 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 `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)
|
- 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)
|
- 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
|
- 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
|
- 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
|
5 Mar 2014, version 0.6.7
|
||||||
|
|
||||||
- pin down express@3 version, since sinopia doesn't yet work with express@4
|
- pin down express@3 version, since sinopia doesn't yet work with express@4
|
||||||
|
Loading…
Reference in New Issue
Block a user