Releases: jolicode/harvest-php-api
Releases · jolicode/harvest-php-api
v4.2.0
- add support for the
is_active
query param on the/reports/project_budget
endpoint - see jolicode/harvest-openapi-generator#14 - upgrade to
janephp/open-api
6.2
v4.1.0
- use Jane 6 Authentication plugins
- upgrade to
janephp/open-api
6.1 - regenerated SDK
- fixed the
jane-php/open-api-runtime
dependency to a minor version, in order to avoid situations where a jane-php update would break things
v4.0.1
- upgrade to
janephp/open-api
6.0 - fixed boolean query parameters serialization
v4.0.0
- fixed several endpoint names
- removed missnamed endpoints
- documented all the available operations
v3.0.3
fixed plural definition names for reports Schemas
v3.0.2
- Added Schemas for the "reports" endpoints
v3.0.1
- fixed the location of reports endpoints parameters (in querystring, not in request body)
v3.0.0
- upgrade to
janephp/open-api
5.3 - updated the SDK based on the latest spec updates:
- add the ability to filter time entries by
task_id
- several new "report" endpoints
- support for
rounded_hours
in theTimeEntry
model
- add the ability to filter time entries by
v2.1.0
- updated the OpenAPI definition file
- added the "company update" endpoint
- updated the endpoints documentation according to Harvest's API doc
- added the
Company
weekly_capacity
attribute - added the
Invoice
recurring_invoice_id
attribute
v2.0.0
- Upgrade Jane to 4.5 https://github.com/janephp/janephp/releases/tag/v4.5.3, the new generated classes have better PHPDoc
- Generate PSR-18 client instead of HttPlug client
- Support for cost and billable rates
- Removed the telephone property from the user model
- Added statement_key in the Client properties