Releases: enowars/enochecker3
Releases · enowars/enochecker3
v0.10.0
17 Jan 18:28
Compare
Sorry, something went wrong.
No results found
v0.9.1
08 Jun 15:18
Compare
Sorry, something went wrong.
No results found
fix alias_generator to resolve 422 errors (#44 )
v0.9.0
08 Jun 14:29
Compare
Sorry, something went wrong.
No results found
v0.8.1
14 May 20:19
Compare
Sorry, something went wrong.
No results found
What's Changed
fix bug where async context of recursive dependencies would be exited before the beginning of the function by @ldruschk in #35
Full Changelog : v0.8.0...v0.8.1
v0.8.0
14 May 17:23
Compare
Sorry, something went wrong.
No results found
What's Changed
Pass service name to Enochecker() in examples by @sinitax in #30
Make exception error message capitalization consistent by @sinitax in #31
Improve debug log output by @sinitax in #33
add compatibility with python3.11 by @ldruschk in #34
Allow only checker exceptions from _call_method by @sinitax in #32
Dependency injection identified by name and type by @sinitax in #27
Full Changelog : v0.7.1...v0.8.0
v0.7.1
23 Oct 12:44
Compare
Sorry, something went wrong.
No results found
v0.7.0
26 Apr 14:29
Compare
Sorry, something went wrong.
No results found
catch IncompleteReadErrors with MumbleException (#19 )
bump dependencies, fix mypy warning (#22 )
v0.6.0
27 Oct 10:15
Compare
Sorry, something went wrong.
No results found
make any exception in async socket's open_connection result in OFFLINE (#14 )
add py3.10 as supported version (#16 )
v0.5.0
08 Jul 19:29
Compare
Sorry, something went wrong.
No results found
only try to format log message if args are of correct type and length (#12 )
v0.4.0
07 Jul 09:54
Compare
Sorry, something went wrong.
No results found
improve exception/timeout handling (#11 )
add correct attributes to log message for exception trace (#10 )
change enologmsg to use camelCase aliases instead of property names (#9 )
FlagSearcher: search for flags with bytes regex and return bytes (#4 )
log full exception trace (not just exception type) on internal error for debugging purposes (#6 )
cleanup enologmessage generation (#5 )