Releases: enowars/enochecker3
Releases · enowars/enochecker3
v0.9.1
v0.9.0
v0.8.1
v0.8.0
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
bugfixes
v0.7.0
v0.6.0
v0.5.0
v0.4.0
- 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)