- Migrated to Python's HTTP server to avoid manual socket handling
- Fixed length check when reading data from incoming events
- Updated embedded TLS certificate to no longer be expired
- Updated tool to no longer require 'http_parser' module that is no longer maintained
- Modified the listener to respond with HTTP 204 in favor of HTTP 200 since no response body is sent
- Corrected usage of 'lower' method for the authentication type
- Added 'Connection: close' header to responses
- Added IPv6 support
- Replaced internal HTTP calls with the 'redfish-utilities' module
- Added support for newer event subscription parameters, such as subscribing based on registries and resource types
- Added support for configuring the event format to receive
- Added support for receiving Metric Reports
- Added missing CRLF in the HTTP response
- Added option to control the use of HTTP or HTTPS
- Added option to specify the listening port
- Initial Public Release