Skip to content

0.3.1

Compare
Choose a tag to compare
@kylef kylef released this 13 Jun 11:03
· 49 commits to master since this release

Bug Fixes

  • Prevents a potential problem when using JIRA with SSO instances which uses cookies. In some cases an invalid authorization header would be sent which doesn't affect the use of goji. However when authorization headers with bad credentials are sent in a request it causes a failed login in JIRA (even though the request actual succeeds).

  • Allows goji create to create a issues on some JIRA configurations where components is not a permitted field in the create issue screen.

  • Makes goji change-status work on Python 3, this was causing problems due to Python 2/3 differences.