pulsar v1.6.2 Release Notes

Release Date: 2016-11-28 // over 7 years ago
  • ๐Ÿš‘ This release fixes a critical bug in windows (pulsar needs to choose how and if to officially support windows).
    ๐Ÿ It is now possible to install and run servers on windows (multiprocessing not working at the moment,
    pass -w 0 when running servers).

    • ๐Ÿš‘ Critical bug fix for pulsar in windows #260
    • Check if X-Forwarded-Proto is available and equal to https in request headers to set the secure WSGI flag
    • request.absolute_uri("") method with empty string returns the request uri
    • โž• Added logger property to request to allow to override the server logger