This commit is contained in:
c-cube 2024-11-08 20:07:41 +00:00
parent 7e9210851c
commit 5e6de78cab
2 changed files with 18 additions and 0 deletions

View file

@ -1,4 +1,13 @@
# 0.7
- Handle `End_of_file` by exiting
- Fix: make server requests thread safe
- Use positionEncoding advertised by clients
- Use IO.catch in async
- Log exceptions in async notification handler
- Add more error handlers and logging around notif/request handlers
- Add on_req_shutdown
# 0.6

View file

@ -1,4 +1,13 @@
# 0.7
- Handle `End_of_file` by exiting
- Fix: make server requests thread safe
- Use positionEncoding advertised by clients
- Use IO.catch in async
- Log exceptions in async notification handler
- Add more error handlers and logging around notif/request handlers
- Add on_req_shutdown
# 0.6