Releases: DavidRouyer/pipedrive-dotnet
Releases · DavidRouyer/pipedrive-dotnet
Pipedrive.net v0.5.19
- fix: introduce
NoContentException
when 204 No Content
is returned from the API to handle those cases (82a5169)
- fix: TimeRange
timezone_id
is a string instead of an int now (14961f7)
Pipedrive.net v0.5.17
- feat: GET /leadLabels (b394224)
- feat: GET /leadSources (7eba3bb)
- feat: GET /pipelines/{id}/conversion_statistics & GET /pipelines/{id}/movement_statistics (9a63371)
- feat: GET /filters & GET /filters/{id} (82d7cc0)
- feat: add missing fields parameter in search (877800c)
Pipedrive.net v0.5.16
feat: add PUT /subscriptions/recurring/{id} endpoint (a06089d)
feat: add PUT /subscriptions/installment/{id} endpoint (a06089d)
Pipedrive.net v0.5.15
- feat: add GET /deals/summary endpoint (d9bd39a)
- feat: add GET /deals/timeline endpoint (b23d116)
- feat: add GET /deals/{id}/files (7e7c6d8)
- feat: add GET /deals/{id}/mailMessages (f69ad24)
- feat: add GET /deals/{id}/persons (8838bb7)
Pipedrive.net v0.5.14
- fix: create recurring subscription without payment (bcdea58)
Pipedrive.net v0.5.12
- feat: add GET /subscriptions/{id} endpoint (#83)
- feat: add GET /subscriptions/find/{dealId} endpoint (#83)
- feat: add GET /subscriptions/{id}/payments endpoint (#83)
- feat: add POST /subscriptions/recurring endpoint (#83)
- feat: add POST /subscriptions/installment endpoint (#83)
- feat: add PUT /subscriptions/recurring/{id}/cancel endpoint (#83)
- feat: add DELETE /subscriptions/{id} endpoint (#83)
Pipedrive.net v0.5.11
- chore: nullable meta.trans_pending (1e42c96)
Pipedrive.net v0.5.10
- chore: nullable meta.company_id & meta.user_id (249f5aa)
Pipedrive.net v0.5.9
- feat: add GET /persons/{id}/activities endpoint (bc06872)
- feat: add GET /persons/{id}/files endpoint (a7fe0f7)
- feat: add GET /persons/{id}/flow endpoint (3aaca7d)
- renamed DealUpdateFlow to EntityUpdateFlow (ed918da)
- Code cleanup