Releases: gqylpy/exceptionx
Releases · gqylpy/exceptionx
3.0.3
- Optimize the type annotation for the
logger
parameter to accommodate a wider range of types.
- 优化参数
logger
的类型注解,以适应更广泛的类型。
What's Changed
- 3.0.3 by @2018-11-27 in #23
Full Changelog: 3.0.2...3.0.3
4.1.8
- Optimize the type annotation for the
logger
parameter to accommodate a wider range of types. - 3.Correct a few other minor type annotation errors.
- 优化参数
logger
的类型注解,以适应更广泛的类型。 - 修正其它少量类型注解错误。
What's Changed
- 4.1.8 by @2018-11-27 in #22
Full Changelog: 4.1.7...4.1.8
4.1.7
- Fix an error in retrying asynchronous functions.
- 修复针对异步函数重试的一个错误。
What's Changed
- 4.1.7 by @2018-11-27 in #20
Full Changelog: 4.1.6...4.1.7
3.0.2
- Fix an error in retrying asynchronous functions.
- 修复针对异步函数重试的一个错误。
What's Changed
- 3.0.2 by @2018-11-27 in #21
Full Changelog: 3.0.1...3.0.2
4.1.6
- Optimize the code segment for exception retry.
- Optimize support for retrying asynchronous functions.
- Fix an error in the process of silent exception handling.
- 优化异常重试的代码段。
- 优化针对重试异步函数的支持。
- 修复异常静默处理过程中的一个错误。
What's Changed
- 4.1.6 by @2018-11-27 in #18
Full Changelog: 4.1.5...4.1.6
3.0.1
- Optimize the code segment for exception retry.
- Optimize support for retrying asynchronous functions.
- Fix an error in the process of silent exception handling.
- 优化异常重试的代码段。
- 优化针对重试异步函数的支持。
- 修复异常静默处理过程中的一个错误。
What's Changed
- 3.0.1 by @2018-11-27 in #19
Full Changelog: 3.0...3.0.1
4.1.5
- Improve the
logger
parameter to support custom loggers. - Correct multiple descriptive errors.
- 改进
logger
参数以支持自定义日志记录器。 - 更正多处描述性错误。
What's Changed
- 4.1.5 by @2018-11-27 in #16
Full Changelog: 4.1.4...4.1.5
3.0
- Improve the
logger
parameter to support custom loggers. - Optimize multiple type annotations.
- 改进
logger
参数以支持自定义日志记录器。 - 优化多处类型注解。
3.0alpha1
This version is compatible with Python 3.7.
4.1.4
- Remove the verification statement for anti-static imports.
- Optimize a small number of code snippets to improve efficiency and readability.
- 移除反静态导入的校验语句。
- 优化少量代码片段,提升效率和可读性。