Skip to content

Releases: enowars/enochecker3

v0.9.1

08 Jun 15:18
860abec
Compare
Choose a tag to compare
  • fix alias_generator to resolve 422 errors (#44)

v0.9.0

08 Jun 14:29
848ae05
Compare
Choose a tag to compare

bump dependencies

v0.8.1

14 May 20:19
282eaac
Compare
Choose a tag to compare

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
Choose a tag to compare

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
693b4d5
Compare
Choose a tag to compare

bugfixes

v0.7.0

26 Apr 14:29
acb1cd3
Compare
Choose a tag to compare
  • catch IncompleteReadErrors with MumbleException (#19)
  • bump dependencies, fix mypy warning (#22)

v0.6.0

27 Oct 10:15
4d6d5b5
Compare
Choose a tag to compare
  • 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
e3fe227
Compare
Choose a tag to compare
  • only try to format log message if args are of correct type and length (#12)

v0.4.0

07 Jul 09:54
0c614e1
Compare
Choose a tag to compare
  • 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)

v0.3.0

30 Jun 12:20
ba1f15f
Compare
Choose a tag to compare
  • allow specifying multiple variant_ids in a decorator