Releases: shengyanli1982/law
Releases · shengyanli1982/law
v0.1.17
What's Changed
- Add design drawings and UML files. by @shengyanli1982 in #34
- Optimize code for efficient execution. by @shengyanli1982 in #35
Full Changelog: v0.1.16...v0.1.17
v0.1.16
What's Changed
- Optimize code structure to add Node object pool to LockFree CAS Queue. by @shengyanli1982 in #33
Full Changelog: v0.1.15...v0.1.16
v0.1.15
What's Changed
- Fix the flushBufferedWriter BUG in the underlying IO error, and impro… by @shengyanli1982 in #31
- Fix a Bug in a test case by @shengyanli1982 in #32
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- Fix logic bugs, reduce unnecessary interfaces, remove redundant code, and improve overall performance. by @shengyanli1982 in #30
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- Fixed initialization logic bugs by @shengyanli1982 in #25
Full Changelog: v0.1.12...v0.1.13
Optimized code to open custom Settings for the underlying Queue interface
What's Changed
- Optimized code to open custom Settings for the underlying Queue interface by @shengyanli1982 in #22
Full Changelog: v0.1.11...v0.1.12
Fixed a serious bug where the first few bytes were randomly lost
What's Changed
- Fix bugs and improve performance by @shengyanli1982 in #16
- Fixed an error in github workflow by @shengyanli1982 in #17
- Fixed a situation where some bytes were lost in log output by @shengyanli1982 in #18
- Fixed a serious bug where the first few bytes were randomly lost by @shengyanli1982 in #19
Full Changelog: v0.1.8...v0.1.11
Added workflow to Github and modified the README file
- Abandon the original cache architecture of LockFreeStack and use sync.Pool
- Fix the situation where the LAW may be stuck for a long time.
- Added workflow on Github and updated README
Fixed a Bug that could not be closed normally after being idle for a long time.
Merge pull request #11 from shengyanli1982/dev Fixed a Bug that could not be closed normally after being idle for a long time.
Optimize code, test cases and README
Merge pull request #10 from shengyanli1982/dev Optimize code, test cases and README