Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
resin-io-versionbot[bot] authored and VersionBot committed Oct 12, 2017
1 parent ea7e818 commit b446b46
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v7.0.0 - 2017-10-12

* *BREAKING*: Remove device.ensureSupervisorCompatibility - use semver directly instead #420 [Tim Perry]
* Fix breaking bugs in device.enable/disableTcpPing #420 [Tim Perry]
* Make device.update options optional #420 [Tim Perry]
* *BREAKING*: Upgrade to API v3. Main change is that all relationships & result properties now include verbs (e.g. device.application is now device.belongs_to__application). #420 [Tim Perry]
* *BREAKING*: Tie the SDK to a specific API version (removing `apiVersion` option) #420 [Tim Perry]
* *BREAKING*: Stop actively supporting node 4. #420 [Tim Perry]
* Change device registration to use a provisioning key #420 [Tim Perry]
* *BREAKING*: Remove (already deprecated) models.application.getApiKey() #420 [Tim Perry]
* *BREAKING*: Rename getAppWithOwner to getAppByOwner #420 [Tim Perry]
* *BREAKING*: Don't allow creating applications with discontinued device types #420 [Tim Perry]
* Make device.move throw ResinInvalidDeviceType for incompatible device types (not just Error) #420 [Tim Perry]
* *BREAKING*: Don't expand relationships by default. Pass { expand: '...' } options to opt in instead. #420 [Tim Perry]
* *BREAKING*: Remove device.application_name and device.dashboard_url #420 [Tim Perry]
* *BREAKING*: Remove application.online_devices and application.device_length #420 [Tim Perry]

## v6.15.0 - 2017-10-12

* Add application.generateProvisioningKey() #419 [Tim Perry]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resin-sdk",
"version": "6.15.0",
"version": "7.0.0",
"description": "The Resin.io JavaScript SDK",
"main": "build/resin.js",
"homepage": "https://github.com/resin-io/resin-sdk",
Expand Down Expand Up @@ -82,4 +82,4 @@
"resin-token": "^4.0.0",
"semver": "^5.3.0"
}
}
}

0 comments on commit b446b46

Please sign in to comment.