Skip to content

Commit

Permalink
Prepare 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Nov 27, 2024
1 parent 3392b9e commit 7028704
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ picows Release History
:depth: 1
:local:

1.7.0 (2024-11-27)
------------------

* Added extra_headers argument to ws_connect
* Added request/response attributes to WSTransport. They can be used to access headers after successful negotiation
* listener_factory passed to ws_create_server can now return WSUpgradeResponseWithListener to customize upgrade responses

1.6.0 (2024-10-15)
------------------

Expand Down
2 changes: 1 addition & 1 deletion picows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
'PICOWS_DEBUG_LL'
]

__version__ = "1.6.0"
__version__ = "1.7.0"
__author__ = "Taras Kozlov"

0 comments on commit 7028704

Please sign in to comment.