Releases: lesstif/php-jira-rest-client
Releases · lesstif/php-jira-rest-client
fixed invalid project type
fixed v3 api search function
fixed class variable typo.
1.38.1
Merge branch 'master' of github.com:lesstif/php-jira-rest-client
file upload performance improvement
- fixed #251
- file upload performance improvement
persist curl connection handle.
- persist curl resource handle(see #241 )
- new .env variable : JIRA_LOG_ENABLED for no logging(see #239, #242)
DotEnv 3.x support for laravel 5.8
- PHP Dotenv v3 support(#234)
- Use Proxy Configuration for curl handle(#231 )
use LoggerInterface in other services.
Change JIRAClient Constructor param to PSR-3 's LoggerInterface.
fixed curl exec failure when passed http parameter type is array.
fixed json mapping failed on DateTimeInterface field