Skip to content

Commit

Permalink
Merge changelog of 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fendt <Florian.Fendt@bosch.io>
  • Loading branch information
ffendt committed Jan 26, 2021
1 parent cc2ef9d commit 8aa8e7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ Fixes #114: Refactor model structure to avoid "duplicated paths" like `features.
* `Acl`: Needs to be accessed using `thing.acl` instead of `thing.acl.acl`
* `Acl`: `toObject` instance method was removed. Use `Acl#toObject` and `Acl#fromObject` instead.
* `IndexedEntityModel`: The signature of some methods have been changed, see e.g. `Features` on how to update custom implementations to the new format.

## [2.1.0] - 2021-01-26

### \#108 Add a bearer token AuthProvider:
Adds a new `AuthProvider` implementation to allow authentication with a Bearer token.

### \#95 Check proxyAgent.options.path:
Fixes: #93: Fixes bug where node http client was connecting using the proxy agent, even if it was not set.

0 comments on commit 8aa8e7e

Please sign in to comment.