You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
639 B
12 lines
639 B
# 0.13.0
|
|
|
|
- Add `thiserror` to dependencies.
|
|
- Modify `Error` to be implemented using the `thiserror::Error` derive macro.
|
|
- Add `CapacityError`, `UrlError`, and `ProtocolError` types to represent the different types of capacity, URL, and protocol errors respectively.
|
|
- Modify variants `Error::Capacity`, `Error::Url`, and `Error::Protocol` to hold the above errors types instead of string error messages.
|
|
|
|
# 0.12.0
|
|
|
|
- Add facilities to allow clients to follow HTTP 3XX redirects.
|
|
- Allow accepting unmasked clients on the server side to be compatible with some legacy / invalid clients.
|
|
- Update of dependencies and documentation fixes.
|
|
|