Skip to content

Releases: expressjs/express

3.10.4

09 Jun 22:54
Compare
Choose a tag to compare

3.10.3

06 Jun 03:40
Compare
Choose a tag to compare

3.10.2

04 Jun 01:38
Compare
Choose a tag to compare

4.4.1

03 Jun 04:42
Compare
Choose a tag to compare

3.10.1

03 Jun 21:21
Compare
Choose a tag to compare

3.10.0

03 Jun 04:41
Compare
Choose a tag to compare

4.4.0

31 May 04:00
Compare
Choose a tag to compare
  • custom etag control with app.set('etag', val)
    • app.set('etag', function(body, encoding){ return '"etag"' }) custom etag generation
    • app.set('etag', 'weak') weak tag
    • app.set('etag', 'strong') strong etag
    • app.set('etag', false) turn off
    • app.set('etag', true) standard etag
  • mark res.send ETag as weak and reduce collisions
  • update accepts to 1.0.2
    • Fix interpretation when header not in request
  • update send to 0.4.0
    • Calculate ETag with md5 for reduced collisions
    • Ignore stream errors after request ends
    • deps: [email protected]
  • update serve-static to 1.2.0
    • Calculate ETag with md5 for reduced collisions
    • Ignore stream errors after request ends
    • deps: [email protected]

3.9.0

31 May 01:38
Compare
Choose a tag to compare
  • custom etag control with app.set('etag', val)
    • app.set('etag', function(body, encoding){ return '"etag"' }) custom etag generation
    • app.set('etag', 'weak') weak tag
    • app.set('etag', 'strong') strong etag
    • app.set('etag', false) turn off
    • app.set('etag', true) standard etag
  • Include ETag in HEAD requests
  • mark res.send ETag as weak and reduce collisions
  • update connect to 2.18.0
  • update send to 0.4.0
    • Calculate ETag with md5 for reduced collisions
    • Ignore stream errors after request ends
    • deps: [email protected]

4.3.2

29 May 04:21
Compare
Choose a tag to compare
  • fix handling of errors from router.param() callbacks

3.8.1

28 May 03:43
Compare
Choose a tag to compare