Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Release v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Jan 10, 2020
1 parent 2e9e334 commit 7cf2f6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## v1.16.0 - 2020-01-10
This release brings a few performance updates as well as minor features in preparation for the upcoming Confidential Threads feature.

---
* feat: support for asymmetric encryption in spaces
* feat: fully migrate to 3ID, no more references to legacy "muport" DID
* chore: update OrbitDB for improved performance
* fix: IdentityWallet now works in a browser context
* fix: issue with using ghost threads while not authenticated resolved
* fix: linkAddress now works as expected with externally provided proof

## v1.15.0 - 2019-12-13
This release features a new interface for how to create and authenticate to a 3Box, it also adds the ability to open a thread before being authenticated to a space.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3box",
"version": "1.16.0-beta.2",
"version": "1.16.0",
"description": "Interact with user data",
"main": "lib/3box.js",
"directories": {
Expand Down

0 comments on commit 7cf2f6f

Please sign in to comment.