Skip to content

0.13.0

Compare
Choose a tag to compare
@mfussenegger mfussenegger released this 04 Jul 18:37
· 146 commits to master since this release
0.13.0
  • Added experimental postgres protocol support. It's available if the optional
    asyncpg dependency is installed.

  • Bumped the aiohttp dependency for Python 3.7 support.

  • The load_data directive in spec files now can read gzipped files.

  • Cached local tarballs are now checksummed to avoid re-using a stale tarball
    from cache.

  • Samples and stdev are now included in the runtime_stats output if only 1
    sample is available.