|
| 1 | +<a name="0.28.0-rc.0"></a> |
| 2 | +# [0.28.0-rc.0](https://github.com/libp2p/js-libp2p/compare/v0.27.8...v0.28.0-rc.0) (2020-05-28) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* always emit when a connection is made ([72f37ac](https://github.com/libp2p/js-libp2p/commit/72f37ac)) |
| 8 | +* expose the muxed stream interface on inbound streams ([52a615f](https://github.com/libp2p/js-libp2p/commit/52a615f)) |
| 9 | +* libp2p connections getter ([aaf62a4](https://github.com/libp2p/js-libp2p/commit/aaf62a4)) |
| 10 | +* onConnect should not add addr to the addressBook ([2b45fee](https://github.com/libp2p/js-libp2p/commit/2b45fee)) |
| 11 | +* use libp2p.multiaddrs instead of listen ([7fbd155](https://github.com/libp2p/js-libp2p/commit/7fbd155)) |
| 12 | +* **example:** rename misleading variable ([#645](https://github.com/libp2p/js-libp2p/issues/645)) ([b781911](https://github.com/libp2p/js-libp2p/commit/b781911)) |
| 13 | + |
| 14 | + |
| 15 | +### Chores |
| 16 | + |
| 17 | +* deprecate old peer store api ([#598](https://github.com/libp2p/js-libp2p/issues/598)) ([ed6d5bb](https://github.com/libp2p/js-libp2p/commit/ed6d5bb)) |
| 18 | +* remove peer-info usage ([12e48ad](https://github.com/libp2p/js-libp2p/commit/12e48ad)) |
| 19 | + |
| 20 | + |
| 21 | +### Features |
| 22 | + |
| 23 | +* address and proto books ([#590](https://github.com/libp2p/js-libp2p/issues/590)) ([e9d225c](https://github.com/libp2p/js-libp2p/commit/e9d225c)) |
| 24 | +* address manager ([2a7967c](https://github.com/libp2p/js-libp2p/commit/2a7967c)) |
| 25 | +* keybook ([ce38033](https://github.com/libp2p/js-libp2p/commit/ce38033)) |
| 26 | +* metadata book ([#638](https://github.com/libp2p/js-libp2p/issues/638)) ([84b935f](https://github.com/libp2p/js-libp2p/commit/84b935f)) |
| 27 | +* peerStore persistence ([5123a83](https://github.com/libp2p/js-libp2p/commit/5123a83)) |
| 28 | +* support dial only on transport manager to tolerate errors ([#643](https://github.com/libp2p/js-libp2p/issues/643)) ([698c1df](https://github.com/libp2p/js-libp2p/commit/698c1df)) |
| 29 | + |
| 30 | + |
| 31 | +### BREAKING CHANGES |
| 32 | + |
| 33 | +* all API methods with peer-info parameters or return values were changed. You can check the API.md document, in order to check the new values to use |
| 34 | +* the peer-store api changed. Check the API docs for the new specification. |
| 35 | + |
| 36 | +* chore: apply suggestions from code review |
| 37 | + |
| 38 | +Co-Authored-By: Jacob Heun <jacobheun@gmail.com> |
| 39 | + |
| 40 | +* chore: apply suggestions from code review |
| 41 | + |
| 42 | +Co-Authored-By: Jacob Heun <jacobheun@gmail.com> |
| 43 | + |
| 44 | +Co-authored-by: Jacob Heun <jacobheun@gmail.com> |
| 45 | + |
| 46 | + |
| 47 | + |
1 | 48 | <a name="0.27.8"></a>
|
2 | 49 | ## [0.27.8](https://github.com/libp2p/js-libp2p/compare/v0.27.7...v0.27.8) (2020-05-06)
|
3 | 50 |
|
|
0 commit comments