- Add AllowIPList Feature: Restrict access to endpoints by defining a list of allowed IP addresses.
- Fixed the processing issues of the HEAD request type in the api mode
- Improved log messages by adding host and path parameters, providing immediate insight into request destinations. #78
- Adjusted TEXT log formatting to remove multi-line outputs. All log messages in TEXT logging mode are now formatted in a single line, enhancing readability for log parsers. For example, previously, multi-line outputs were consolidated into a single line, replacing occurrences of \r\n with spaces. #79
- Implemented a solution to generate unique request_id values, resolving conflicts caused by the incremental nature of request_id. #80
- Add tests
- Dependency upgrade
Other upgraded assets: