Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 6b50b8f

Browse files
authored
BE-879 Release v1.1.7 (#256)
Signed-off-by: Atsushi Neki <nekiaiken@gmail.com>
1 parent 8e0dc1e commit 6b50b8f

File tree

5 files changed

+48
-3
lines changed

5 files changed

+48
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.1.7
2+
3+
* [ae60298](https://github.com/hyperledger/blockchain-explorer/commit/ae60298) [BE-876](https://jira.hyperledger.org/browse/BE-876) Stop unnecessary discovery request (#255)
4+
* [fef5460](https://github.com/hyperledger/blockchain-explorer/commit/fef5460) Bugfix: tailing ampersand sign prevents container from restarting (#254)
5+
* [ba59056](https://github.com/hyperledger/blockchain-explorer/commit/ba59056) [BE-857](https://jira.hyperledger.org/browse/BE-857) Change invoking function of lifecycle scc to allow non-admin client access (#252)
6+
* [cc51dff](https://github.com/hyperledger/blockchain-explorer/commit/cc51dff) Bugfix: timeout error crashing explorer (#253)
7+
* [4a931ca](https://github.com/hyperledger/blockchain-explorer/commit/4a931ca) Bugfix: disable enableAuthentication auth auto login using wrong network key issue (#250)
8+
* [fbda93e](https://github.com/hyperledger/blockchain-explorer/commit/fbda93e) Bump glob-parent from 5.1.1 to 5.1.2 in /client/e2e-test (#249)
9+
110
## v1.1.6
211

312
* [ffb7916](https://github.com/hyperledger/blockchain-explorer/commit/ffb7916) [BE-871](https://jira.hyperledger.org/browse/BE-871) Introduce dropdown to put together icons (#247)

README.md

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

2828
| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
2929
| -- | -- | -- |
30+
| <b>[v1.1.7](release_notes/v1.1.7.md)</b> (Jul 04, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
3031
| <b>[v1.1.6](release_notes/v1.1.6.md)</b> (Jun 06, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
3132
| <b>[v1.1.5](release_notes/v1.1.5.md)</b> (Apr 20, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
3233
| <b>[v1.1.4](release_notes/v1.1.4.md)</b> (Jan 29, 2021) | [v1.4 to v2.2](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
3334
| <b>[v1.1.3](release_notes/v1.1.3.md)</b> (Sep 28, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
3435
| <b>[v1.1.2](release_notes/v1.1.2.md)</b> (Aug 12, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
3536
| <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) |
36-
| <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) |
3737

3838
---
3939

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.6",
3+
"version": "1.1.7",
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.6",
3+
"version": "1.1.7",
44
"description": "hyperledger-explorer",
55
"private": true,
66
"main": "main.js",

release_notes/v1.1.7.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->
2+
3+
## New Features
4+
5+
* None
6+
7+
## Bug Fixes and Updates
8+
9+
* [BE-876](https://jira.hyperledger.org/browse/BE-876) Stop unnecessary discovery request (#255)
10+
* Bugfix: tailing ampersand sign prevents container from restarting (#254)
11+
* [BE-857](https://jira.hyperledger.org/browse/BE-857) Change invoking function of lifecycle scc to allow non-admin client access (#252)
12+
* Bugfix: timeout error crashing explorer (#253)
13+
* Bugfix: disable enableAuthentication auth auto login using wrong network key issue (#250)
14+
15+
## Known Vulnerabilities
16+
17+
```
18+
jsrsasign <10.2.0
19+
Severity: critical
20+
RSA signature validation vulnerability - https://npmjs.com/advisories/1672
21+
fix available via `npm audit fix --force`
22+
Will install fabric-network@1.4.1, which is a breaking change
23+
node_modules/jsrsasign
24+
fabric-ca-client *
25+
Depends on vulnerable versions of fabric-common
26+
Depends on vulnerable versions of jsrsasign
27+
node_modules/fabric-ca-client
28+
fabric-common >=2.1.1-snapshot.390
29+
Depends on vulnerable versions of jsrsasign
30+
node_modules/fabric-common
31+
fabric-network >=1.4.19-snapshot.1
32+
Depends on vulnerable versions of fabric-common
33+
node_modules/fabric-network
34+
35+
4 critical severity vulnerabilities
36+
```

0 commit comments

Comments
 (0)