Releases: kbsali/php-redmine-api
Releases · kbsali/php-redmine-api
v2.7.0
What's Changed
- Add
Group::listNames()
method as replacement forGroup::listing()
by @Art4 in #398 - Fix CS errors by @Art4 in #402
- Create Github issue on new redmine releases by @Art4 in #405
- Update BDD tests to redmine 5.1.3 and 5.0.9 by @Art4 in #403
- Support for Redmine 4.2 by @Art4 in #404
- PHP 8.4 Fix implicitly nullable parameter declarations deprecations by @Art4 in #407
- Add
IssueCategory::listNamesByProject()
method as replacement forIssueCategory::listing()
by @Art4 in #406 - Add
CustomField::listNames()
method as replacement forCustomField::listing()
by @Art4 in #408 - Add
IssueStatus::listNames()
method as replacement forIssueStatus::listing()
by @Art4 in #409 - Add health check for redmine services by @Art4 in #410
- Add
Project::listNames()
method as replacement forProject::listing()
by @Art4 in #411 - Support for many issue_categories by @Art4 in #413
- Add
Role::listNames()
method as replacement forRole::listing()
by @Art4 in #412 - Add
TimeEntryActivity::listNames()
method as replacement forTimeEntryActivity::listing()
by @Art4 in #414 - Add
Tracker::listNames()
method as replacement forTracker::listing()
by @Art4 in #416 - Improve BDD with new testing command by @Art4 in #420
- Add
User::listLogins()
method as replacement forUser::listing()
by @Art4 in #419 - Add
Version::listNamesByProject()
method as replacement forVersion::listing()
by @Art4 in #421 - Deprecate all
Redmine\Api\*::getIdBy...()
methods by @Art4 in #422 - Remove development files from releases by @phansys in #276
- Update docs by @Art4 in #424
- Release v2.7.0 by @Art4 in #423
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- PHPStan level 5 by @Art4 in #376
- Test handling attachments with wiki pages by @Art4 in #377
- Migrate E2E tests to BDD with Behat by @Art4 in #378
- Deprecate
AbstractApi::get()
by @Art4 in #381 - Deprecate
AbstractApi::post()
by @Art4 in #383 - Fix deprecated phpdoc tag, add see tags by @Art4 in #387
- Deprecate all
\Redmine\Api\Issue::PRIO_*
constants by @Art4 in #386 - Update all dependencies by @Art4 in #390
- Deprecate
AbstractApi::put()
by @Art4 in #388 - Add support for custom arrays in XmlSeriaizer by @Art4 in #394
- Add support for updating attachments by @Art4 in #395
- Deprecate
AbstractApi::delete()
by @Art4 in #392 - Release v2.6.0 by @Art4 in #397
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- [poc] new low-level API client by @Art4 in #357
- Move code-quality checks into separate Github action tasks by @Art4 in #358
- Add support for updating groups by @Art4 in #359
- Introduce end to end tests by @Art4 in #360
- Define supported redmine versions by @Art4 in #361
- Add closing and archiving project API by @Art4 in #362
- Add
Request
interface and renameResponse::getBody()
by @Art4 in #366 - Add new method
UnexpectedResponseException::getResponse()
by @Art4 in #369 - Let Clients implements
HttpClient
by @Art4 in #370 - Release v2.5.0 by @Art4 in #373
Full Changelog: v2.4.0...v2.5.0