Skip to content

Commit

Permalink
Update changelog for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
relativityspace-jsmith committed Dec 21, 2023
1 parent 412188a commit 5cc79f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,13 @@ Q: When I try to send a packet to the loopback address on Windows, I get "[WinEr
Changelog
=========

v1.4.0 - Dec 21, 2023
*********************
* multicast_expert now has Github Actions CI thanks to Victor Tang's contribution! It is now automatically tested on Mac, Linux, and Windows.
* Add ``enable_external_loopback`` option on tx and rx sockets, which can be used to turn on multicast loopback for non-loopback interfaces. Note that this option has to be set on both the Tx and Rx sockets in order to work correctly on all platforms.
* Fix bug which prevented opening IPv6 multicast Tx sockets on Linux in some situations
* Fix mypy type checker error on non-Windows platforms due to use of ctypes Windows functionality.

v1.3.0 - Oct 20, 2023
*********************
* Replace ``blocking`` arg to McastRxSocket with ``timeout``, which allows you to set an integer timeout in the constructor. The old argument is still supported but is marked as legacy.
Expand Down

0 comments on commit 5cc79f4

Please sign in to comment.