Skip to content

3.63.0

Compare
Choose a tag to compare
@bjuric bjuric released this 18 Sep 23:11
· 93 commits to master since this release
  • Introduce gwen.logLevel.deprecations to control how deprecations are reported.
    • Supported values include:
      • warn to log deprecations as warnings (default)
      • error to raise and report deprecations as errors
      • none to suppress logging or reporting of deprecation messages (no operation)