Skip to content

Commit f516d90

Browse files
authored
BE-775 Release v1.1.1 (#146)
Signed-off-by: Atsushi Neki <[email protected]>
1 parent 851a9ba commit f516d90

File tree

5 files changed

+57
-3
lines changed

5 files changed

+57
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.1.1
2+
3+
* [851a9ba](https://github.com/hyperledger/blockchain-explorer/commit/851a9ba) Bump lodash from 4.17.15 to 4.17.19 in /client (#144)
4+
* [a61191d](https://github.com/hyperledger/blockchain-explorer/commit/a61191d) Bump lodash from 4.17.15 to 4.17.19 in /app/test (#145)
5+
* [c903aa4](https://github.com/hyperledger/blockchain-explorer/commit/c903aa4) Bump lodash from 4.17.15 to 4.17.19 (#143)
6+
* [6c38236](https://github.com/hyperledger/blockchain-explorer/commit/6c38236) [BE-776](https://jira.hyperledger.org/browse/BE-776) Fix calculation of block hash (#141)
7+
* [d635e39](https://github.com/hyperledger/blockchain-explorer/commit/d635e39) Use FabricGateway's "asLocalhost" when running discovery service (#142)
8+
* [d99a66d](https://github.com/hyperledger/blockchain-explorer/commit/d99a66d) [BE-777](https://jira.hyperledger.org/browse/BE-777) Fix an issue of authentication (#140)
9+
* [39ad972](https://github.com/hyperledger/blockchain-explorer/commit/39ad972) Add another README for detail of each configuration (#139)
10+
* [786429b](https://github.com/hyperledger/blockchain-explorer/commit/786429b) [BE-768](https://jira.hyperledger.org/browse/BE-768) Add mTLS ID to gateway connect option (#138)
11+
* [471d261](https://github.com/hyperledger/blockchain-explorer/commit/471d261) [BE-774](https://jira.hyperledger.org/browse/BE-774) Add pem format support (#137)
12+
* [864b622](https://github.com/hyperledger/blockchain-explorer/commit/864b622) [BE-773](https://jira.hyperledger.org/browse/BE-773) Add Fabric CA support (#135)
13+
* [8cccc2c](https://github.com/hyperledger/blockchain-explorer/commit/8cccc2c) [BE-722](https://jira.hyperledger.org/browse/BE-722) Make the landing page on Github simplified (#134)
14+
115
## v1.1.0
216

317
* [05a714e](https://github.com/hyperledger/blockchain-explorer/commit/05a714e) [BE-747](https://jira.hyperledger.org/browse/BE-747) Removed fabric-client package … (#131)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Hyperledger Explorer is a simple, powerful, easy-to-use, well maintained, open s
2424

2525
| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
2626
| -- | -- | -- |
27+
| <b>[v1.1.1](release_notes/v1.1.1.md)</b> (Jul 17, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
2728
| <b>[v1.1.0](release_notes/v1.1.0.md)</b> (Jul 01, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
2829
| <b>[v1.0.0](release_notes/v1.0.0.md)</b> (Apr 09, 2020) | [v1.4.0 to v1.4.8](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
2930
| <b>[v1.0.0-rc3](release_notes/v1.0.0-rc3.md)</b> (Apr 01, 2020) | [v1.4.0 to v1.4.6](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
3031
| <b>[v1.0.0-rc2](release_notes/v1.0.0-rc2.md)</b> (Dec 10, 2019) | [v1.4.0 to v1.4.4](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
3132
| <b>[v1.0.0-rc1](release_notes/v1.0.0-rc1.md)</b> (Nov 18, 2019) | [v1.4.2](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
3233
| <b>[v0.3.9.5](release_notes/v0.3.9.5.md)</b> (Sep 8, 2019) | [v1.4.2](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
33-
| <b>[v0.3.9.4](release_notes/v0.3.9.4.md)</b> (June 18, 2019) | [v1.4.1](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
3434

3535
---
3636

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperledger-explorer-client",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperledger-explorer",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "hyperledger-explorer",
55
"private": true,
66
"main": "main.js",

release_notes/v1.1.1.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->
2+
3+
## New Features
4+
5+
* Publish new simple landing page on Github (#134)
6+
* Add another README for detail of each configuration (#139)
7+
* Add configuration for mutual TLS support (#138)
8+
* Add PEM string format support for connection profile (#137)
9+
* Add Fabric CA support to retrieve credential for admin access to fabric network (#135)
10+
11+
## Bug Fixes and Updates
12+
13+
* Fix an issue of authentication (#140)
14+
* Fix an issue the targets of discovery service are always mapped to localhost (#142)
15+
* Fix calculation of block hash (#141)
16+
17+
## Known Vulnerabilities
18+
19+
### client/package.json
20+
21+
```
22+
┌───────────────┬──────────────────────────────────────────────────────────────┐
23+
│ Low │ Prototype Pollution │
24+
├───────────────┼──────────────────────────────────────────────────────────────┤
25+
│ Package │ yargs-parser │
26+
├───────────────┼──────────────────────────────────────────────────────────────┤
27+
│ Patched in │ >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2 │
28+
├───────────────┼──────────────────────────────────────────────────────────────┤
29+
│ Dependency of │ react-scripts │
30+
├───────────────┼──────────────────────────────────────────────────────────────┤
31+
│ Path │ react-scripts > webpack-dev-server > yargs > yargs-parser │
32+
├───────────────┼──────────────────────────────────────────────────────────────┤
33+
│ More info │ https://npmjs.com/advisories/1500 │
34+
└───────────────┴──────────────────────────────────────────────────────────────┘
35+
found 1 low severity vulnerability in 2141 scanned packages
36+
1 vulnerability requires manual review. See the full report for details.
37+
```
38+
39+
40+

0 commit comments

Comments
 (0)