Releases: cheng-zhongliang/event
Releases · cheng-zhongliang/event
v1.2.5
v1.2.4
Features
- Support Unix
Changes
- Remove signal event
- Use 4 heap instead of 2 heap
- Change expose API
- Degrade go mod version
Bugfixes
- None
v1.2.2
Features
Changes
- Remove useless comments
- Add more tests
- Update readme
- More error info
Bugfixes
- Fixed timeout event not trigger
- Fixed syscall.EPOLLET negative on some arcs
- Fixed event heap index uncorrect
- Fixed fd leak
v1.2.1
Features
- Support timout event
- Implement efficient ticker
Changes
- Use list and heap to improve performance
- Add examples and more tests
Bugfixes
- Fixed some bugs, but introduced more bugs 😅
v1.0.0
Fast I/O event notification library has finally come to Golang