Skip to content

Releases: Asana/node-asana

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).

Fix checksum mismatch in package-lock for travis build

24 Sep 21:11
984bb08
Compare
Choose a tag to compare

0.16.4 was failing in Travis due to a mismatched SHA sum specified in package-lock.json, and this release fixes that.

Fix security vulnerabilities in dependencies

21 Sep 21:37
Compare
Choose a tag to compare

Github was complaining about security vulnerabilities (which was super helpful, frankly). This tag should fix the ones it highlighted.

Fix updating package.json and package-lock.json to add readline

17 Sep 19:20
Compare
Choose a tag to compare

Fix issue #168

17 Sep 19:15
Compare
Choose a tag to compare

Add readline to package.json

v0.16.1

28 Aug 19:46
885f881
Compare
Choose a tag to compare

This fixes a critical bug identified in #164 that prevented authentication.