This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Releases: salesforce-marketingcloud/FuelSDK-Node-REST
Releases · salesforce-marketingcloud/FuelSDK-Node-REST
Fix Security Vulnerabilities
Fix security vulnerabilities reported by Github
Bumped sshpk from 1.13.1 to 1.16.1
Bumped sshpk from 1.13.1 to 1.16.1
Added OAuth2 authentication support
Added OAuth2 authentication support
v2.0.2
Merged pull requests:
- update auth module correctly #68 (vernak2539)
- Revert "Update auth module" #67 (vernak2539)
- Update auth module #66 (vernak2539)
v2.0.1
Merged pull requests:
- updating fuel-auth version #65 (vernak2539)
v2.0.0
This is a very tiny breaking major version bump. Almost everything should be backwards compatible, except for the noted behavior change below.
Breaking changes:
- The
apiRequest
,get
,post
,put
,patch
, anddelete
methods no longer return a Promise is a callback if given.
Merged pull requests:
- Switch to container based travis builds #59 (vernak2539)
- Optimization/http method registration simplification #60 (vernak2539)
- True promise OR callback refactor. #62 (vernak2539)
- Updates to 401 Handling #64 (nathan-boyd)
v1.0.0
This is a non-breaking major version bump. It was time for this library to be v1. Everything should be backwards compatible.
Implemented enhancements:
Closed issues:
- Change 'deliverResponse' fn to 'respond', and then later to 'cbRespond' #47
- Allow for use without Fuel Auth #32
Merged pull requests:
- Implement promises alongside callbacks #53 (vernak2539)
- Jscs/Test clean up #52 (vernak2539)
- rename response helper. fixes #47. #50 (vernak2539)
- add .editorconfig. fixes #48. #49 (vernak2539)
- Improve tests #44 (vernak2539)
- JSCS/Test cleanup #51 (vernak2539)
0.8.0
Implemented enhancements:
- It should be easier to default to Fuel data version 1.1 #41
Merged pull requests:
- adding v0.12 to travis build #43 (vernak2539)
- Module level headers #42 (vernak2539)
0.7.3
Closed issues:
- update 8 outdated npm dependencies #39
Merged pull requests:
- updating dependencies. using iojs on travis. Fixes #39 #40 (vernak2539)