3.1.1
Minor Changes
- Allow both a comment and a worklog rather than just one or the other when transitioning an issue (#951) @jdgood
- lazy load
_fields
, (now called_fields_cache
for clarity) (#1205) @adehad
Bugfixes
- Bugfix/restore cookie auth (#1201) @adehad
- username as default self-hosted field for
current_user()
(#1200) @adehad - add the
.verify
property correctly (#1202) @adehad
From 3.1.0rc1
Minor Changes
- Create token auth option (#991) @skaiaa
- add support for ranking after (#1160) @durka
- add PermissionScheme Resource (#1139) @Steffen223
- Allow the adding of headers rather than just overwriting all headers (#1085) @adehad
- Make search_assignable_users_for_issues function GDPR compliant. (#1117) @nelli-acc
- Add expand to JIRA.project and JIRA.projects (#865) @joshheinrichs
- ResilientSession: do not log request data on ConnectionError (#928) @Flupp
- fix pickling and hashability (#1051) @adehad
- Allow expands for retrieval of comments (#1003) @matthewkeenan
- Close the file descriptor for add_attachment (#957) @yen3
- Adopt fstrings (flynt) (#1044) @studioj
- Improve feedback for oauth errors. (#888) @aklajnert
- Correct lookup of issuetypes when calling create_issue (#978) @soerenbe
- add typehints and allow google docstrings (#1023) @adehad
Bugfixes
- Export resource_class_map and fix bug in Role.add_user() (#1047) @wlupton
- Jira Cloud user support (#1109) @adehad
- allow testing of Jira Cloud (#1107) @adehad
- Client Certificate Authentication for All Auth Types (#1191) @kchason
- Allow _get_user_accountid to find "Unassigned" and "Automatic" users. (#1152) @adehad
- use "agile" endpoint over now removed "greenhopper" (#1186) @adehad
- fix: rename default branch to main (#1166) @ssbarnea
- Fix JWT QSH generation for urls with repeated parameters (#1157) @robinhughes
- fix TB on RequestType instanciation with raw content (fixes #1130) (#1133) @bmathieu33
- Make search_assignable_users_for_issues function GDPR compliant. (#1117) @nelli-acc
- use requests.structures.CaseInsensitiveDict directly (#1084) @adehad
- Fix broken tests (#1079) @manc-lx
- Add (some) missing type hints for
_IssueFields
(#1063) @julenpardo - Refactor locking of test dependencies (#1074) @ssbarnea
- fix assign issue behaviour and correct watcher functions docstrings (#1053) @adehad
- Allow you to set the reporter as well, not just the assignee (#987) @tlianza
- Close the file descriptor for add_attachment (#957) @yen3
- Make user search GDPR compliant (#927) @julenpardo
- fix: group_members (#933) @nilleb
- add typehints and allow google docstrings (#1023) @adehad
- Fix docstring generation of jira client and minor doc layouting fix (#1038) @studioj
- adding version to documentation to help out on #1016 (#1039) @studioj
Kudos goes to: @Flupp, @RonnyPfannschmidt, @Steffen223, @adehad, @aklajnert, @bmathieu33, @dependabot, @dependabot[bot], @durka, @jdgood, @joshheinrichs, @julenpardo, @kchason, @manc-lx, @matthewkeenan, @nelli-acc, @nilleb, @petermcd, @pre-commit-ci, @pre-commit-ci[bot], @robinhughes, @skaiaa, @soerenbe, @ssbarnea, @studioj, @tlianza, @tmct, @wlupton and @yen3