Skip to content

v2.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 20:51
· 348 commits to master since this release
v2.2.1

Changelog for 2.2.1

The following sections list the changes for 2.2.1.

Summary

  • Fix #216: Resolve nil pointer issues with responses

Details

  • Bugfix #216: Resolve nil pointer issues with responses

    We have introduced previously a feature where we made sure to close all response bodies, but we
    forgot to properly check if these responses are really valid which lead to nil pointer
    dereference issues.

    #216