Releases: lanlin/nylas-php
Releases · lanlin/nylas-php
5.0.0-alpha1
update unit tests & fix some bugs
5.0.0-alpha0
- API 2.2 & 2.3 beta supported
- PHP 8.0+ supported
- Many breaking changes
Update to add job-status endpoint for list and single job-status object
This update #34 implements job statuses as in the Nylas description.
Job-Statuses
$nylas->JobStatuses()->JobStatus()->xxx();
thanks to @jeremygriffin
Update to add job-status endpoint for list and single job-status object
This update #33 implements job statuses as in the Nylas description.
Job-Statuses
$nylas->JobStatuses()->JobStatus()->xxx();
thanks to @jeremygriffin
add multi-region support
add multi-region support #30
more about multi-region see https://docs.nylas.com/docs/data-residency
usage example:
$options =
[
'region' => 'oregon', // server region, can be oregon, ireland or canada, default is oregon
...
];
$nylas = new Client($options);
add multi-region suppor
add multi-region support #30
more about multi-region see https://docs.nylas.com/docs/data-residency
usage example:
$options =
[
'region' => 'oregon', // server region, can be oregon, ireland or canada, default is oregon
...
];
$nylas = new Client($options);
bug fix #28
the return value of Nylas\Request\Sync::getStream()
must implement interface Psr\Http\Message\StreamInterface
bug fix #28
the return value of Nylas\Request\Sync::getStream()
must implement interface Psr\Http\Message\StreamInterface
adding calendar creation #26
Merge pull request #26 from ChrisThompsonTLDR/dev/calendar-create Adding calendar creation
adding calendar creation #26
Merge pull request #26 from ChrisThompsonTLDR/dev/calendar-create Adding calendar creation