Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Nov 28, 2016
1 parent da1ec75 commit eb4aeb9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/history/1.6.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## Ver. 1.6.2 - 2016-Nov-28

This release fix a critical bug in windows (pulsar needs to choose how and if to support windows).
It is now possible to install and run servers on windows (multiprocessing not working at the moment)
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](https://github.com/quantmind/pulsar/issues/260)
* Check if X-Forwarded-Proto is ``https`` in request headers to set secure WSGI flag
* ``absolute_uri`` with empty string returns the request uri
* 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


Expand Down

0 comments on commit eb4aeb9

Please sign in to comment.