Skip to content

Commit 264270c

Browse files
authored
Merge pull request #18 from reflectivedevelopment/feature/v1.1.0
Feature/v1.1.0
2 parents 2a6c315 + ae79ace commit 264270c

4 files changed

Lines changed: 89 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
### 1.1.0 (2023-11-15)
2+
3+
##### Build System / Dependencies
4+
5+
* **deps:**
6+
* bump semver from 7.3.8 to 7.5.4 in /load-testing/load-agent (#84) (d020c0a0)
7+
* bump http-cache-semantics in /load-testing/load-agent (#51) (83872898)
8+
9+
##### Chores
10+
11+
* cleanup base package.json for version and changelog (f842af2d)
12+
* remove npm lock file (93ac349c)
13+
* cleanup using manual AFJ build (8a24f6e5)
14+
* merge with main (d577aebc)
15+
* clean up, add reminders (79d05db1)
16+
* add design doc folder (ef0f1a15)
17+
* move files to base folder (23325c3b)
18+
19+
##### Documentation Changes
20+
21+
* add CHANGELOG. update README.md (36e2d7e0)
22+
23+
##### New Features
24+
25+
* fix changelog and version numbering (d7506466)
26+
* upgrade AFJ, add proof and cred modules (4976d200)
27+
* upgade AFJ (9e1a0bf5)
28+
* add WITH_MEDIATION env var (43e68c88)
29+
* add master and worker docker-compose files (c198d08b)
30+
* add env variable WITH_MEDIATION (733a45a6)
31+
* add transparent design png (77e0cff1)
32+
* add nonclustered instructions (27fda024)
33+
* add README.md (c02f118d)
34+
* add wait-for-it.sh (8292e7fb)
35+
* add scenario with arbitrary fractions (aa7af648)
36+
* add files necessary to up instances (d75e221a)
37+
* add sample.env (4a172424)
38+
* create verification flows and scenarios (84c7cb3f)
39+
* variable message for mediatorMsg (da75d0db)
40+
* abstract away credential type (974ae978)
41+
* update ledger (2ab7de68)
42+
* add verification timeout var (0b18d5f0)
43+
* add revoke test (9316ab38)
44+
* add additional load tests (5b8a3fc5)
45+
* add load testing using AFJ as client and Locust as load testing framework (76134136)
46+
47+
##### Bug Fixes
48+
49+
* fix paths (fdea421d)
50+
* fix network naming (bf7c12a5)
51+
* fix mediator configuration and allow timeouts to be specified in configuration file (c984b6fc)
52+
* make changes to upgrade afj to 0.4 (d1bb649e)
53+
* add getting started portion (98e62a22)
54+
* unexpose extra ports (c0e8bfd4)
55+
* fix up nonclustered documentation (feaf9741)
56+
* default WITH_MEDIATION to True (08930f1a)
57+
* remove duplicate files with the WITH_MEDIATION env var (41503482)
58+
* instructions for setting up VM for locust (98b300dc)
59+
* ACA-Py VM to Database VM (8ee8e9f8)
60+
* remove file (9dcb8b92)
61+
* name, folder of NONCLUSTERED.md (e085ac0d)
62+
* put design png as transparent (8c7f14d3)
63+
* var for genesis url (c99d2b0b)
64+
* remove print statements (c508ad6a)
65+
* update genesis file (54fd0487)
66+
* port number for unclustered (05540bae)
67+
* dockerfile (b3ddaedd)
68+
* switch dir sample.env, change to loremipsum 1KB (e5d5b8ea)
69+
* add os.getenv for CRED_ATTR (91b94245)
70+
* move sample.env to root dir (00b48476)
71+
* fix instructions (4fe83e73)
72+
* fix clone url (4d9c92a4)
73+
* fix copyright header (fc8354dc)
74+
75+
##### Other Changes
76+
77+
* add issuer post notes (9b373f1c)
78+
* add additional doc files. (1ff6391c)
79+
* adding more design doc details (5379c8c4)
80+
* add command documentation (29dbb47e)
81+
* adding subprocess doc (0805c148)
82+
* continuing doc about design (7b3dc7de)
83+
184
#### 1.0.0 (2023-10-03)
285

386
##### Build System / Dependencies

load-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "load-agent",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "agent.ts",
66
"scripts": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "aries-akrida",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "The Aries Akrida is designed to load test various Hyperledger Aries deployments",
55
"main": "index.js",
66
"directories": {
77
"doc": "docs"
88
},
99
"scripts": {
10-
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags",
11-
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags",
12-
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags",
10+
"release:major": "changelog -M && git add CHANGELOG.md && git commit -s -m 'updated CHANGELOG.md' && npm version --no-git-tag-version major && cd load-agent && npm version --no-git-tag-version major",
11+
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -s -m 'updated CHANGELOG.md' && npm version --no-git-tag-version minor && cd load-agent && npm --no-git-tag-version version minor",
12+
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -s -m 'updated CHANGELOG.md' && npm version --no-git-tag-version patch && cd load-agent && npm version --no-git-tag-version patch",
1313
"test": "echo \"Error: no test specified\" && exit 1"
1414
},
1515
"author": "",

0 commit comments

Comments
 (0)