Skip to content

Releases: gqylpy/exceptionx

3.0.3

17 Dec 01:05
387cef3
Compare
Choose a tag to compare
  1. Optimize the type annotation for the logger parameter to accommodate a wider range of types.

  1. 优化参数 logger 的类型注解,以适应更广泛的类型。

What's Changed

Full Changelog: 3.0.2...3.0.3

4.1.8

13 Dec 09:32
889ce57
Compare
Choose a tag to compare
  1. Optimize the type annotation for the logger parameter to accommodate a wider range of types.
  2. 3.Correct a few other minor type annotation errors.

  1. 优化参数 logger 的类型注解,以适应更广泛的类型。
  2. 修正其它少量类型注解错误。

What's Changed

Full Changelog: 4.1.7...4.1.8

4.1.7

15 Oct 00:50
642197a
Compare
Choose a tag to compare
  1. Fix an error in retrying asynchronous functions.

  1. 修复针对异步函数重试的一个错误。

What's Changed

Full Changelog: 4.1.6...4.1.7

3.0.2

15 Oct 00:50
41b8f7c
Compare
Choose a tag to compare
  1. Fix an error in retrying asynchronous functions.

  1. 修复针对异步函数重试的一个错误。

What's Changed

Full Changelog: 3.0.1...3.0.2

4.1.6

14 Oct 01:17
73f4fd3
Compare
Choose a tag to compare
  1. Optimize the code segment for exception retry.
  2. Optimize support for retrying asynchronous functions.
  3. Fix an error in the process of silent exception handling.

  1. 优化异常重试的代码段。
  2. 优化针对重试异步函数的支持。
  3. 修复异常静默处理过程中的一个错误。

What's Changed

Full Changelog: 4.1.5...4.1.6

3.0.1

14 Oct 01:16
b3c8685
Compare
Choose a tag to compare
  1. Optimize the code segment for exception retry.
  2. Optimize support for retrying asynchronous functions.
  3. Fix an error in the process of silent exception handling.

  1. 优化异常重试的代码段。
  2. 优化针对重试异步函数的支持。
  3. 修复异常静默处理过程中的一个错误。

What's Changed

Full Changelog: 3.0...3.0.1

4.1.5

12 Oct 00:56
a02d1ab
Compare
Choose a tag to compare
  1. Improve the logger parameter to support custom loggers.
  2. Correct multiple descriptive errors.

  1. 改进 logger 参数以支持自定义日志记录器。
  2. 更正多处描述性错误。

What's Changed

Full Changelog: 4.1.4...4.1.5

3.0

12 Oct 00:51
83909b2
Compare
Choose a tag to compare
3.0
  1. Improve the logger parameter to support custom loggers.
  2. Optimize multiple type annotations.

  1. 改进 logger 参数以支持自定义日志记录器。
  2. 优化多处类型注解。

3.0alpha1

25 Sep 10:20
9b08080
Compare
Choose a tag to compare
3.0alpha1 Pre-release
Pre-release

This version is compatible with Python 3.7.

4.1.4

31 Jul 00:56
84c25e4
Compare
Choose a tag to compare
  1. Remove the verification statement for anti-static imports.
  2. Optimize a small number of code snippets to improve efficiency and readability.

  1. 移除反静态导入的校验语句。
  2. 优化少量代码片段,提升效率和可读性。