Skip to content

Releases: Asana/node-asana

v0.18.4

08 Apr 21:35
Compare
Choose a tag to compare

Adds missing resource objects.

Upgrades misc. dependencies.

v0.18.3

02 Apr 22:32
Compare
Choose a tag to compare

Added robust debugging for requests.

client.dispatcher.debug(true);

v0.18.2

02 Apr 21:55
Compare
Choose a tag to compare

Fixes an issue with dispatcher parsing options

v0.18.1

02 Apr 20:12
Compare
Choose a tag to compare

Fixes jenkins build

v0.18.0

14 Feb 21:03
e16c110
Compare
Choose a tag to compare

This version converts our client libraries to use the OpenAPI spec. We also switched to a more consistent naming convention. This version keeps the old methods and adds the new methods.

v0.17.3

19 Sep 18:30
3209302
Compare
Choose a tag to compare

Fixes some reverse compatibility issues
Allows params on the Events endpoint

v0.17.2

20 Aug 17:40
3a16e3e
Compare
Choose a tag to compare

Adds backwards compatibility for getTasksByTag.

Patch release to fix bugs with options parameters

29 Jul 18:19
Compare
Choose a tag to compare

Fixes an old bug with handling of client options. (For the bulk of the recent updates please refer to https://github.com/Asana/node-asana/releases/tag/v0.17.0)

Update client libraries with newer API features

29 Jul 18:13
Compare
Choose a tag to compare

It's been a while since we shipped our newer API features in our client libraries, so here's up to Summer 2019 in client library form of the things we've shipped.

A notable addition to this is the integration of logging for Asana-Change headers in our deprecation framework; updating to this version will cause node-asana to log to console.error if we think an integration is affected unless the change is explicitly opted into (with an Asana-Enable header) or opted out of (with an Asana-Disable header). This is to minimize the surprise that users of the library will experience when behavior changes in our API.

For information about this feature, please check out https://github.com/Asana/node-asana/blob/master/lib/dispatcher.js#L150 and our deprecations framework documentation at https://asana.com/developers/documentation/getting-started/deprecations

Deploy with updated dependencies fixing Github-reported vulnerabilities

24 Sep 22:13
1486c97
Compare
Choose a tag to compare

Simple version bumps for the flagged dependencies (and a couple of failed deploys).