Skip to content

Releases: lanlin/nylas-php

5.0.0-alpha1

27 Sep 11:09
Compare
Choose a tag to compare
5.0.0-alpha1 Pre-release
Pre-release

update unit tests & fix some bugs

5.0.0-alpha0

26 Sep 11:37
Compare
Choose a tag to compare
5.0.0-alpha0 Pre-release
Pre-release
  1. API 2.2 & 2.3 beta supported
  2. PHP 8.0+ supported
  3. Many breaking changes

Update to add job-status endpoint for list and single job-status object

11 May 02:12
14a08cf
Compare
Choose a tag to compare

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

11 May 02:10
2d67866
Compare
Choose a tag to compare

This update #33 implements job statuses as in the Nylas description.

Job-Statuses

$nylas->JobStatuses()->JobStatus()->xxx();

thanks to @jeremygriffin

add multi-region support

19 Mar 02:18
Compare
Choose a tag to compare

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

19 Mar 02:19
Compare
Choose a tag to compare

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

08 Dec 07:36
Compare
Choose a tag to compare

the return value of Nylas\Request\Sync::getStream() must implement interface Psr\Http\Message\StreamInterface

bug fix #28

08 Dec 07:37
Compare
Choose a tag to compare

the return value of Nylas\Request\Sync::getStream() must implement interface Psr\Http\Message\StreamInterface

adding calendar creation #26

19 Nov 03:08
ef264ab
Compare
Choose a tag to compare
Merge pull request #26 from ChrisThompsonTLDR/dev/calendar-create

Adding calendar creation

adding calendar creation #26

19 Nov 03:16
ef264ab
Compare
Choose a tag to compare
Merge pull request #26 from ChrisThompsonTLDR/dev/calendar-create

Adding calendar creation