|
| 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 | + |
1 | 84 | #### 1.0.0 (2023-10-03) |
2 | 85 |
|
3 | 86 | ##### Build System / Dependencies |
|
0 commit comments