Skip to content

Commit

Permalink
Release 1.2.6 (#145)
Browse files Browse the repository at this point in the history
* No exception is thrown on 404 not found

* Added deleteSubscriptions and listSubscriptions

* New features (#144)

* Added new features
* Bug fixes

Release 1.2.6
  • Loading branch information
acabarbaye authored Mar 2, 2018
1 parent ab449dd commit 5e699be
Show file tree
Hide file tree
Showing 263 changed files with 26,777 additions and 2,615 deletions.
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
# Changelog

## 1.2.6
![Status](https://img.shields.io/badge/status-beta-orange.svg)
### Deliverables
The application source code is hosted on GitHub at https://github.com/ARMmbed/mbed-cloud-sdk-java
Built artefacts can be retrieved using any Java package manager (e.g. Gradle, Ant/Ivy, Maven) from [Jcenter](https://bintray.com/armmbed/mbed-cloud-sdk) or [Maven Central](https://mvnrepository.com/artifact/com.arm.mbed.cloud.sdk/mbed-cloud-sdk).

### Changes
- REST API changes:
- Device Directory
- Update
- Account Management
- Enrollment (First to claim) was introduced
- Account admin can upload a list of devices to claim and view the status of claimed devices
- Connect
- A new endpoint was introduced for retrieving resource values.
- Bug fixes and improvements:
- Get resource value bug listed in previous releases was fixed
- Added states to upload campaigns
- File upload to the cloud (correct filename)
- Bug regarding exceptions thrown when empty lists were retrieved
- Connect - deleteSubscriptions()
- Environments supported:
- Java > 1.7

### Known Issues
- The Java SDK cannot currently be used on Android because of the following error.
```java
com.android.build.api.transform.TransformException: com.android.dex.DexException: Multiple dex files define Lcom/arm/mbed/cloud/sdk/internal/JSON$1;
```
## 1.2.5
![Status](https://img.shields.io/badge/status-beta-orange.svg)
### Deliverables
Expand All @@ -7,7 +37,7 @@ Built artefacts can be retrieved using any Java package manager (e.g. Gradle, An

### Changes
- REST API changes:
- Device Diectory
- Device Directory
- Update
- Bug fixes and improvements:
- Swagger codegen upgrade
Expand Down Expand Up @@ -39,7 +69,7 @@ Built artefacts can be retrieved using any Java package manager (e.g. Gradle, An
- Account Management
- Certificates
- Connect
- Device Diectory
- Device Directory
- Update
- Environments supported:
- Java > 1.7
Expand Down
90 changes: 45 additions & 45 deletions backends/device_directory/docs/DefaultApi.md

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions backends/device_directory/docs/DeviceEqNeqFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

# DeviceEqNeqFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bootstrapExpirationDate** | [**DateTime**](DateTime.md) | | [optional]
**bootstrappedTimestamp** | [**DateTime**](DateTime.md) | | [optional]
**connectorExpirationDate** | [**DateTime**](DateTime.md) | | [optional]
**updatedAt** | [**DateTime**](DateTime.md) | | [optional]
**caId** | **String** | | [optional]
**deviceClass** | **String** | | [optional]
**id** | **String** | | [optional]
**accountId** | **String** | | [optional]
**endpointName** | **String** | | [optional]
**autoUpdate** | **Boolean** | | [optional]
**hostGateway** | **String** | | [optional]
**deviceExecutionMode** | **Integer** | | [optional]
**mechanism** | **String** | | [optional]
**state** | **String** | | [optional]
**etag** | [**DateTime**](DateTime.md) | | [optional]
**serialNumber** | **String** | | [optional]
**firmwareChecksum** | **String** | | [optional]
**manifestTimestamp** | [**DateTime**](DateTime.md) | | [optional]
**description** | **String** | | [optional]
**deployedState** | **String** | | [optional]
**vendorId** | **String** | | [optional]
**endpointType** | **String** | | [optional]
**deployment** | **String** | | [optional]
**mechanismUrl** | **String** | | [optional]
**name** | **String** | | [optional]
**deviceKey** | **String** | | [optional]
**enrolmentListTimestamp** | [**DateTime**](DateTime.md) | | [optional]
**manifest** | **String** | | [optional]
**customAttributes** | **Map<String, String>** | | [optional]
**createdAt** | [**DateTime**](DateTime.md) | | [optional]



15 changes: 15 additions & 0 deletions backends/device_directory/docs/DeviceEventEqNeqFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# DeviceEventEqNeqFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dateTime** | [**DateTime**](DateTime.md) | | [optional]
**stateChange** | **Boolean** | | [optional]
**description** | **String** | | [optional]
**deviceId** | **String** | | [optional]
**id** | **String** | | [optional]
**eventType** | **String** | | [optional]



10 changes: 10 additions & 0 deletions backends/device_directory/docs/DeviceEventGteLteFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# DeviceEventGteLteFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dateTime** | [**DateTime**](DateTime.md) | | [optional]



15 changes: 15 additions & 0 deletions backends/device_directory/docs/DeviceEventInNinFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# DeviceEventInNinFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dateTime** | [**DateTime**](DateTime.md) | | [optional]
**stateChange** | **Boolean** | | [optional]
**description** | **String** | | [optional]
**deviceId** | **String** | | [optional]
**id** | **String** | | [optional]
**eventType** | **String** | | [optional]



17 changes: 17 additions & 0 deletions backends/device_directory/docs/DeviceGteLteFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

# DeviceGteLteFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**manifestTimestamp** | [**DateTime**](DateTime.md) | | [optional]
**bootstrapExpirationDate** | [**DateTime**](DateTime.md) | | [optional]
**createdAt** | [**DateTime**](DateTime.md) | | [optional]
**connectorExpirationDate** | [**DateTime**](DateTime.md) | | [optional]
**updatedAt** | [**DateTime**](DateTime.md) | | [optional]
**etag** | [**DateTime**](DateTime.md) | | [optional]
**enrolmentListTimestamp** | [**DateTime**](DateTime.md) | | [optional]
**bootstrappedTimestamp** | [**DateTime**](DateTime.md) | | [optional]



39 changes: 39 additions & 0 deletions backends/device_directory/docs/DeviceInNinFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

# DeviceInNinFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bootstrapExpirationDate** | [**DateTime**](DateTime.md) | | [optional]
**bootstrappedTimestamp** | [**DateTime**](DateTime.md) | | [optional]
**connectorExpirationDate** | [**DateTime**](DateTime.md) | | [optional]
**updatedAt** | [**DateTime**](DateTime.md) | | [optional]
**caId** | **String** | | [optional]
**deviceClass** | **String** | | [optional]
**id** | **String** | | [optional]
**accountId** | **String** | | [optional]
**endpointName** | **String** | | [optional]
**autoUpdate** | **Boolean** | | [optional]
**hostGateway** | **String** | | [optional]
**deviceExecutionMode** | **Integer** | | [optional]
**mechanism** | **String** | | [optional]
**state** | **String** | | [optional]
**etag** | [**DateTime**](DateTime.md) | | [optional]
**serialNumber** | **String** | | [optional]
**firmwareChecksum** | **String** | | [optional]
**manifestTimestamp** | [**DateTime**](DateTime.md) | | [optional]
**description** | **String** | | [optional]
**deployedState** | **String** | | [optional]
**vendorId** | **String** | | [optional]
**endpointType** | **String** | | [optional]
**deployment** | **String** | | [optional]
**mechanismUrl** | **String** | | [optional]
**name** | **String** | | [optional]
**deviceKey** | **String** | | [optional]
**enrolmentListTimestamp** | [**DateTime**](DateTime.md) | | [optional]
**manifest** | **String** | | [optional]
**customAttributes** | **Map<String, String>** | | [optional]
**createdAt** | [**DateTime**](DateTime.md) | | [optional]



15 changes: 15 additions & 0 deletions backends/device_directory/docs/DeviceQueryEqNeqFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# DeviceQueryEqNeqFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | | [optional]
**createdAt** | [**DateTime**](DateTime.md) | | [optional]
**updatedAt** | [**DateTime**](DateTime.md) | | [optional]
**etag** | [**DateTime**](DateTime.md) | | [optional]
**query** | **String** | | [optional]
**id** | **String** | | [optional]



12 changes: 12 additions & 0 deletions backends/device_directory/docs/DeviceQueryGteLteFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# DeviceQueryGteLteFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | [**DateTime**](DateTime.md) | | [optional]
**etag** | [**DateTime**](DateTime.md) | | [optional]
**updatedAt** | [**DateTime**](DateTime.md) | | [optional]



15 changes: 15 additions & 0 deletions backends/device_directory/docs/DeviceQueryInNinFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# DeviceQueryInNinFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | | [optional]
**createdAt** | [**DateTime**](DateTime.md) | | [optional]
**updatedAt** | [**DateTime**](DateTime.md) | | [optional]
**etag** | [**DateTime**](DateTime.md) | | [optional]
**query** | **String** | | [optional]
**id** | **String** | | [optional]



Loading

0 comments on commit 5e699be

Please sign in to comment.