|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## v0.5.0 |
| 4 | + |
| 5 | +* fix(sawtooth-protocol): change externalId back to name [view commit](https://github.com/catenasys/chronicle/commit/baf471cdbb387b0a41bad57c520de31131be0402) |
| 6 | +* fix(activity.rs): in resolving associations, include delegates [view commit](https://github.com/catenasys/chronicle/commit/3729c8a4394bf7c8b0adf17cf96ac59907cafd0d) |
| 7 | +* fix: Make interface, sawtooth defaults [view commit](https://github.com/catenasys/chronicle/commit/80f70f6db00a5a4d3ac9937ef0fe225546244ba9) |
| 8 | +* fix: Typo [view commit](https://github.com/catenasys/chronicle/commit/ea7aab373e812edc2d4dd9eb451d246d19d6b1f5) |
| 9 | +* fix: Hopefully simplify docker test [view commit](https://github.com/catenasys/chronicle/commit/b035a4f623de744c9938ec72c2383fcc99d735b4) |
| 10 | +* fix: Use offical node image [view commit](https://github.com/catenasys/chronicle/commit/e2f4aec0a511963245d70689a2c1b229a2586ff4) |
| 11 | +* fix: Deal with span panic, use correct sw consensus name [view commit](https://github.com/catenasys/chronicle/commit/2d692ea1d47cff6a068c82d52af2279d888d9ea4) |
| 12 | +* fix: Should be able to address directly [view commit](https://github.com/catenasys/chronicle/commit/3f8808b354c9a10f0e3735db047329bc93aa16cb) |
| 13 | +* fix(database.rs): hold temporary database directories in static scope [view commit](https://github.com/catenasys/chronicle/commit/efc46cb8387afd807f64b807ba6069697d6d95ec) |
| 14 | +* feat: e2e test [view commit](https://github.com/catenasys/chronicle/commit/3abc2f11e610db5eebae7c33498b3a62cd063c71) |
| 15 | +* fix: Docker compose now using pg [view commit](https://github.com/catenasys/chronicle/commit/48f9960194f2699f308d96ef732527baa45f1375) |
| 16 | +* fix: Use amd embedded postgres on macos [view commit](https://github.com/catenasys/chronicle/commit/87e7285de07a4cdcfb378ade1bfface6f2f1c6fc) |
| 17 | +* fix: Improved snapshots, inject tx id [view commit](https://github.com/catenasys/chronicle/commit/9596edfe5c20e340170ac750da6fa8e412b79909) |
| 18 | +* fix: add insta inline [view commit](https://github.com/catenasys/chronicle/commit/8ab656b289535066aa2f3855b2b28835870d58b5) |
| 19 | +* fix: Sawtooth tp event messaging [view commit](https://github.com/catenasys/chronicle/commit/e380bc2c44a96380ae8bda703a34e3c768d42a53) |
| 20 | +* docs: fix domain modeling diagrams [view commit](https://github.com/catenasys/chronicle/commit/3b4349e1847cf1cdd5e32bfa7dde9d9b480b95aa) |
| 21 | +* docs: copy edit [view commit](https://github.com/catenasys/chronicle/commit/39d8f6b7cd9e30f2af0ebecafbf67046f00c86d6) |
| 22 | +* docs(gitignore): exclude generated svg diagram files [view commit](https://github.com/catenasys/chronicle/commit/f3111c737a79af8c49e15bcf3af24b0ba916f469) |
| 23 | +* docs(diagrams): remove generated svg files from source [view commit](https://github.com/catenasys/chronicle/commit/019b38953ad7f0083d722650128d63dbdffcd01a) |
| 24 | +* docs: copy edit Chronicle README [view commit](https://github.com/catenasys/chronicle/commit/8c3a4d9de7b104054a8478dab9708c1cd589431d) |
| 25 | +* fix: make btp a singular grammatical subject [view commit](https://github.com/catenasys/chronicle/commit/57eacc84cb66fe453eb6361ea4cfc77cc061d8ea) |
| 26 | +* docs: fix links, formatting, and basic gaps [view commit](https://github.com/catenasys/chronicle/commit/5daddd7fdbcbceafc78655fc349c8d621b90a337) |
| 27 | +* build: add libpq-dev as build dependency [view commit](https://github.com/catenasys/chronicle/commit/c78a4a1fb8861ed3ed0aaf5450f35648e53ba650) |
| 28 | +* fix(bootstrap): fix parsing of shell choice for completions [view commit](https://github.com/catenasys/chronicle/commit/cb1b93bf9148b7410c8fa22037ffd03d2b0da0d1) |
| 29 | +* fix(cargo-checkmate.yaml): omit cargo test from github workflow [view commit](https://github.com/catenasys/chronicle/commit/e76f6a306c1e668d63ac72ac10a26b8d57f7473e) |
| 30 | +* test(codegen): test from file domain input with acronyms [view commit](https://github.com/catenasys/chronicle/commit/0180401b761051b3f9dd830c12c05cae8588d566) |
| 31 | +* fix(codegen): fix domain file attributes input casing [view commit](https://github.com/catenasys/chronicle/commit/046b6fe1e17be8973f32cc663376d1be9e6cc67b) |
| 32 | +* feat(config.rs): add helpful comment to default config.toml [view commit](https://github.com/catenasys/chronicle/commit/2d875c81393c8f0130ed99709f2f4a2aa8d8d4d2) |
| 33 | +* fix(database): ensure that database does not outlive the directory containing it [view commit](https://github.com/catenasys/chronicle/commit/265fa9f8a00133b163e3a831c109616b6f4f0e22) |
| 34 | +* fix(unified-builder): ensure liblzma-dev is installed for both arm64 and amd64 [view commit](https://github.com/catenasys/chronicle/commit/43faf0543d67fe2ad1074cc5d170879adeb3438d) |
| 35 | +* feat(bootstrap): use embedded database for inmem feature [view commit](https://github.com/catenasys/chronicle/commit/3a49e5c3773a1d5396d360a0357e475a908a065c) |
| 36 | +* feat(cargo.toml): move get_test_db_connection into common crate [view commit](https://github.com/catenasys/chronicle/commit/e18754edd95bb20f095a87e31aca670f74512709) |
| 37 | +* feat(unified-builder): run cargo test as normal user and provide libpq for builds [view commit](https://github.com/catenasys/chronicle/commit/d11fb9d65e8db0464b6ee1bf12b4befd7155d198) |
| 38 | +* feat(bootstrap): test db connection before pooling for easier error message [view commit](https://github.com/catenasys/chronicle/commit/fe3876e1ab96c634952dcc2f02e8b0a9dd5354f7) |
| 39 | +* feat(persistence): adjust sql and code for making optional attributes non-nullable [view commit](https://github.com/catenasys/chronicle/commit/24dc94ab397c2302f6abb7dd43f7f1b5fff09d63) |
| 40 | +* feat(config.rs): have chronicle accept configuration for postgresql uri [view commit](https://github.com/catenasys/chronicle/commit/9822ae6931c69ede3c634102f2f8127fa9c36dc4) |
| 41 | +* test(tests): replace sqlite database backend with embedded postgresql [view commit](https://github.com/catenasys/chronicle/commit/33f9cee89534e800c230c2abc08ca289c77cda53) |
| 42 | +* feat(schema.rs): update persistence code and sql to postgresql [view commit](https://github.com/catenasys/chronicle/commit/387e0e438ed5cd1628577394cacb6e67b54396b7) |
| 43 | +* docs(component.puml): database is now postgresql rather than sqlite [view commit](https://github.com/catenasys/chronicle/commit/253a14d69fed789e0a75dea70e606b61fea6270c) |
| 44 | +* feat(cargo.toml): bring pg-embed with portpicker into more crates [view commit](https://github.com/catenasys/chronicle/commit/54b6be558a3a7dedb730bdecb3ec2f1d92a9ea8a) |
| 45 | +* feat(up.sql): use serial type for database keys [view commit](https://github.com/catenasys/chronicle/commit/dc1ea18b967a4c62377607cf26b322b4623e1e59) |
| 46 | +* style(persistence): reformat code with fmt [view commit](https://github.com/catenasys/chronicle/commit/2f8be97418f813625ba7c3195474b42f428919ed) |
| 47 | +* feat(persistence): change database access types and methods from sqlite to postgresql [view commit](https://github.com/catenasys/chronicle/commit/4fb149a6531b77b96e9ee2734ffc5fab5cb6cead) |
| 48 | +* feat(cargo.toml): change dependencies from sqlite to postgresql crates [view commit](https://github.com/catenasys/chronicle/commit/d383ec797d776b4e031b4771c1d5db817c700e92) |
| 49 | +* fix: remove HOSTARCH [view commit](https://github.com/catenasys/chronicle/commit/7e54fc23bc78e3a16b054f434b37d5a082e41cf4) |
| 50 | +* fix: Remove unused ARGs [view commit](https://github.com/catenasys/chronicle/commit/521d950d802bfe60a24b8f60fa676fee4641ba89) |
| 51 | +* fix: Better use of defaults [view commit](https://github.com/catenasys/chronicle/commit/adb7be598636b3bf98b6ef095bf9af05edabbec8) |
| 52 | +* fix: Explicitly use host arch [view commit](https://github.com/catenasys/chronicle/commit/a03a5c89490522d8ef8129507bd309aac88f28e8) |
| 53 | + |
3 | 54 | ## v0.4.0 |
4 | 55 |
|
5 | 56 | * docs(docs): fix md formatting in upgrading [view commit](https://github.com/catenasys/chronicle/commit/4927e9512b4b35c4cebd6b673017d68b3764992b) |
|
361 | 412 | * feat: Abstract API, LD serialisation for derivation [view commit](https://github.com/catenasys/chronicle/commit/6f7a3473bc9fd0aa8da8aab6cb88534606ae7cda) |
362 | 413 | * feat: Rework model + persistence to something closer to PROV-DM [view commit](https://github.com/catenasys/chronicle/commit/d018617f0301f27be2854c9a407a8515f1d12be3) |
363 | 414 | * feat: Move schema towards PROV-DM, predicting further relations [view commit](https://github.com/catenasys/chronicle/commit/c8949232481475b6843d1d21d3fc68568cdae51d) |
364 | | - |
|
0 commit comments