From 65f2ec61aa8865793fe03457b3c8cf559b488c13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 11:44:32 +0000 Subject: [PATCH] chore: release 2.7.0 --- CHANGELOG.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 69 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 088ee60f..b74d448d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,74 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.7.0](https://www.github.com/dxos/echo/compare/v2.6.22...v2.7.0) (2021-02-17) + + +### ⚠ BREAKING CHANGES + +* Bump major +* Publish to NPM. + +### Features + +* Allow joining the HALO using the recovery seed phrase. ([#275](https://www.github.com/dxos/echo/issues/275)) ([25abc5b](https://www.github.com/dxos/echo/commit/25abc5b6a0599c02f49cc5ebcde86d87079b2d9f)) +* Auto-join parties on other devices ([#264](https://www.github.com/dxos/echo/issues/264)) ([9cf413b](https://www.github.com/dxos/echo/commit/9cf413bc0262c842e1f3cd5c6311efac0bbe0ad5)) +* Bump major ([a2c7781](https://www.github.com/dxos/echo/commit/a2c77819203bdf97382a5e0f85f0ad097ac0eb70)) +* Enable builds. ([9e0e855](https://www.github.com/dxos/echo/commit/9e0e8554ebf6230a150107f47fb9c39b9c2f41c7)) +* Initial release-please ([087c595](https://www.github.com/dxos/echo/commit/087c595fea97751f809c853a72273beea3a37076)) +* Multi-device support (internally, no public API yet). ([#257](https://www.github.com/dxos/echo/issues/257)) ([8834adb](https://www.github.com/dxos/echo/commit/8834adbda37b3c9c55f4513dd05644747c108cca)) +* Offline Invitations ([#288](https://www.github.com/dxos/echo/issues/288)) ([cab99fb](https://www.github.com/dxos/echo/commit/cab99fb6c7eb76e7db8b28974a30a8e0481c7525)) +* Party snapshots ([#250](https://www.github.com/dxos/echo/issues/250)) ([abf6bf9](https://www.github.com/dxos/echo/commit/abf6bf95549c1283a062c94a78f753bddf2494e7)) +* Publish to NPM. ([50ded92](https://www.github.com/dxos/echo/commit/50ded92943df570faa02bb9e38f2d4a9eecb16f0)) +* Use Device KeyChains instead of Identity keys for signing. ([#253](https://www.github.com/dxos/echo/issues/253)) ([5d86454](https://www.github.com/dxos/echo/commit/5d8645420da7ca3e0a520539e965e1328aaef6f7)) + + +### Bug Fixes + +* Add public entrypoint for creating halo invitation ([#330](https://www.github.com/dxos/echo/issues/330)) ([a19270d](https://www.github.com/dxos/echo/commit/a19270dfe95ecb327a2002b299aad80e7bba8768)) +* Apply database snapshots only after party open ([53b101a](https://www.github.com/dxos/echo/commit/53b101a7f8575a375f986632f87f3f0f781159ae)) +* bump ([8277706](https://www.github.com/dxos/echo/commit/8277706d293d36ea6e9a9ff2d23cdc6f4c23e06e)) +* Different protobuf & async versions ([24a7d4a](https://www.github.com/dxos/echo/commit/24a7d4ae0e68885f40a31d08183d4fe3b27ee7cc)) +* Distinguish between invitation succeded and expired ([#362](https://www.github.com/dxos/echo/issues/362)) ([c853138](https://www.github.com/dxos/echo/commit/c853138bd6584455408d0570f18167df3aaea3db)) +* Echo story ([1524330](https://www.github.com/dxos/echo/commit/15243304534e36b923c4c0d834faeddf1be8a5c8)) +* Entrypoints for offline invitations flow ([#301](https://www.github.com/dxos/echo/issues/301)) ([b93ee92](https://www.github.com/dxos/echo/commit/b93ee928a89c4e9186b893731fe0484108cb491c)) +* Export functions for import/export purposes ([#344](https://www.github.com/dxos/echo/issues/344)) ([73d6c3e](https://www.github.com/dxos/echo/commit/73d6c3ec995144e15710a3277ae1b134f4c05562)) +* Export text model ([94f25fd](https://www.github.com/dxos/echo/commit/94f25fd561b2440c97b35f0cbf9a1bb2c2fb6f33)) +* Expose joinHalo/recoverHalo on the ECHO object. ([#299](https://www.github.com/dxos/echo/issues/299)) ([edc1422](https://www.github.com/dxos/echo/commit/edc1422f51df309ce6988cefda914c15741cf12a)) +* fire party.update event when party properties are changed on HAL… ([#349](https://www.github.com/dxos/echo/issues/349)) ([71ecabe](https://www.github.com/dxos/echo/commit/71ecabeb1bb1d912f813ef4dc949fd60168836a1)) +* Fix package name. ([0940235](https://www.github.com/dxos/echo/commit/0940235a49fb2846d92555c6f541349281c79f14)) +* give more time ([f81a73d](https://www.github.com/dxos/echo/commit/f81a73d70086efd6e0aba25212d2fc1b0b44d22b)) +* Ignore processing of items with unknown models ([#283](https://www.github.com/dxos/echo/issues/283)) ([87505e2](https://www.github.com/dxos/echo/commit/87505e2fec7fb2f331ba301fdc68c25e390361b2)) +* Ignore unknown models on snapshot restore ([cc13a44](https://www.github.com/dxos/echo/commit/cc13a441b0e0aecd875ffd8fc9a68dfe641677c0)) +* Iterator stalling ([#234](https://www.github.com/dxos/echo/issues/234)) ([c502674](https://www.github.com/dxos/echo/commit/c502674b05b3c63603fab39eb5dcced6641e39b0)) +* Latest HALO ([#327](https://www.github.com/dxos/echo/issues/327)) ([80b6326](https://www.github.com/dxos/echo/commit/80b6326b03ccee5f70ed63133da3cd4b94ce5522)) +* latest halo and crypto ([#310](https://www.github.com/dxos/echo/issues/310)) ([e1a173d](https://www.github.com/dxos/echo/commit/e1a173dc708ce399c4528db2348ac7c6f8e9c448)) +* lockfile-lint ([31998db](https://www.github.com/dxos/echo/commit/31998db6f553db87e5efca5ec5d274e9d4b9a213)) +* lockfile-lint, add github ([d2cbf33](https://www.github.com/dxos/echo/commit/d2cbf33102c0e492be705516b150e545e743efea)) +* Make HALO recovery a little more secure by checking signatures before creating the responder. ([#279](https://www.github.com/dxos/echo/issues/279)) ([2a54c3a](https://www.github.com/dxos/echo/commit/2a54c3ac84bd223e4a7126925ea4ab7972a006d0)) +* Make party.getProperty synchronous ([5a87630](https://www.github.com/dxos/echo/commit/5a876307d8861bd7fca1ca5b59cbe82a98536c7c)) +* Make replicator._openFeed synchronized ([ecd3068](https://www.github.com/dxos/echo/commit/ecd30685c5dcfd3552e1cefca1acdeaf81fa44e6)) +* minor refactoring of function name for consistency ([b51be37](https://www.github.com/dxos/echo/commit/b51be37a30f1c26ecd96d32cd75e3fd143ece56a)) +* missing displayName ([#242](https://www.github.com/dxos/echo/issues/242)) ([038f87f](https://www.github.com/dxos/echo/commit/038f87fab4522214226d9e979104c10972fc7907)) +* Move release-please to main ([cd8071d](https://www.github.com/dxos/echo/commit/cd8071d7b4a8453ad2786e111d9fc90bcd47ad7d)) +* Networking fixes ([#359](https://www.github.com/dxos/echo/issues/359)) ([bac2b31](https://www.github.com/dxos/echo/commit/bac2b31541001a6a18ccd403a0dbe9bebc58b36a)) +* Optimize message selector ([cd42db1](https://www.github.com/dxos/echo/commit/cd42db196868445ab892338864fc6c7fd2e17c48)) +* publishConfig for scoped packages. ([07a1103](https://www.github.com/dxos/echo/commit/07a11034da9481763319fc91a06d1db299a2387d)) +* Release identityReady event ([c9e3b59](https://www.github.com/dxos/echo/commit/c9e3b594e58f9494e948528b19633c119ba06853)) +* simplify readiness check ([#267](https://www.github.com/dxos/echo/issues/267)) ([cfdf6e7](https://www.github.com/dxos/echo/commit/cfdf6e7ff176d4d0e63cd90de8b2657fc14cd446)) +* Skip failing test ([#358](https://www.github.com/dxos/echo/issues/358)) ([4715836](https://www.github.com/dxos/echo/commit/471583623208d42240a305aa66e3bf2b950798b3)) +* Trigger publish ([3e63afd](https://www.github.com/dxos/echo/commit/3e63afd18b8cb3330850a2be91634a502f1f3c41)) +* Trigger publish ([4c99d13](https://www.github.com/dxos/echo/commit/4c99d1355151cd325163c38a914be96520f915f2)) +* trigger the subscription for JoinedParties if there is one already ([#335](https://www.github.com/dxos/echo/issues/335)) ([35779cf](https://www.github.com/dxos/echo/commit/35779cff275c2f8dbf8108704ed37f2db89430a7)) +* typo ([91ad828](https://www.github.com/dxos/echo/commit/91ad8281ca22b3ec5dc2be6a1e106fc4aacdcaf7)) +* Update Party member ResultSet when IdentityInfo is updated. ([#261](https://www.github.com/dxos/echo/issues/261)) ([8c65a94](https://www.github.com/dxos/echo/commit/8c65a948549b686960aa73a804920617ff0501f7)) +* Upgrade DXOS dependencies ([#366](https://www.github.com/dxos/echo/issues/366)) ([60dcb6a](https://www.github.com/dxos/echo/commit/60dcb6acd00615bce8af4fe583f50a87642170db)) +* Upgrade network manager ([#354](https://www.github.com/dxos/echo/issues/354)) ([f540c79](https://www.github.com/dxos/echo/commit/f540c79f6787463f0fd2405a7098fc8e1390ea47)) +* Use debug warning instead of console ([#318](https://www.github.com/dxos/echo/issues/318)) ([24d4e5e](https://www.github.com/dxos/echo/commit/24d4e5ec6ea4b4e16aad3dfe48d02dea1dbcfaa2)) +* Use PublicKey in Contacts getter ([#333](https://www.github.com/dxos/echo/issues/333)) ([da4ffae](https://www.github.com/dxos/echo/commit/da4ffae1d5c763a22b5e43a28500a7cd847100b9)) +* Wait for party settings item to be loaded in party.open() ([9db398a](https://www.github.com/dxos/echo/commit/9db398a983a3dd6c3b30fc3a50d62ebc297b207a)) +* wait for properties item ([#338](https://www.github.com/dxos/echo/issues/338)) and make it possible to read title of a closed Party ([#337](https://www.github.com/dxos/echo/issues/337)) ([#341](https://www.github.com/dxos/echo/issues/341)) ([f9bd12a](https://www.github.com/dxos/echo/commit/f9bd12a7852f60f03185371efc184ae5451f466a)) + ### [2.6.17](https://www.github.com/dxos/echo/compare/v2.6.16...v2.6.17) (2020-12-17) diff --git a/package.json b/package.json index 0cb8ea21..fc88ee4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dxos/echo", - "version": "2.6.17", + "version": "2.7.0", "description": "Eventually Consistent Hierarchical Object Database.", "homepage": "https://github.com/dxos/echo#readme", "bugs": {