v0.1.4
What's Changed
- Command line SQLite queries by @marcua in #1
- Separate field names from results, add a test for the CLI by @marcua in #4
- Add an action to run tests by @marcua in #5
- Move non-CLI code into modules by @marcua in #8
- HTTP api by @marcua in #11
- Data models, persistence, and a CRUD API by @marcua in #12
- Refactor server, add client HTTP library, add CLI by @marcua in #22
- Bump assert_cmd from 2.0.7 to 2.0.8 by @dependabot in #27
- Bump tokio from 1.23.0 to 1.24.2 by @dependabot in #29
- Bump reqwest from 0.11.13 to 0.11.14 by @dependabot in #28
- Bump serde from 1.0.151 to 1.0.152 by @dependabot in #26
- Bump tokio from 1.24.2 to 1.25.0 by @dependabot in #33
- Bump rusqlite from 0.27.0 to 0.28.0 by @dependabot in #32
- Bump actix-web from 4.2.1 to 4.3.0 by @dependabot in #31
- Bump clap from 3.2.23 to 4.1.4 by @dependabot in #30
- Bump serde_json from 1.0.91 to 1.0.93 by @dependabot in #35
- End-to-end test of CLI and server by @marcua in #25
- Bump clap from 4.1.4 to 4.1.6 by @dependabot in #38
- Bump actix-web from 4.3.0 to 4.3.1 by @dependabot in #42
- Bump clap from 4.1.6 to 4.1.7 by @dependabot in #43
- Bump serde from 1.0.152 to 1.0.154 by @dependabot in #49
- Bump serde_json from 1.0.93 to 1.0.94 by @dependabot in #47
- Bump serde_repr from 0.1.10 to 0.1.11 by @dependabot in #46
- Bump tokio from 1.25.0 to 1.26.0 by @dependabot in #45
- Bump clap from 4.1.7 to 4.1.8 by @dependabot in #44
- Bump serde from 1.0.154 to 1.0.156 by @dependabot in #53
- CLI usability & API cleanup by @marcua in #57
- Pretty-printed table, CSV output, and row counts by @marcua in #58
- Bump clap from 4.1.10 to 4.1.11 by @dependabot in #60
- Bump openssl from 0.10.46 to 0.10.48 by @dependabot in #66
- Bump dotenvy from 0.15.6 to 0.15.7 by @dependabot in #65
- Bump regex from 1.7.1 to 1.7.2 by @dependabot in #64
- Bump sqlx from 0.6.2 to 0.6.3 by @dependabot in #63
- Bump reqwest from 0.11.14 to 0.11.15 by @dependabot in #62
- Bump serde from 1.0.157 to 1.0.158 by @dependabot in #61
- Move all server config into toml by @marcua in #72
- Rename 'create_entity' to 'register' by @marcua in #73
- Bump tokio from 1.26.0 to 1.27.0 by @dependabot in #71
- Bump serde_json from 1.0.94 to 1.0.95 by @dependabot in #70
- Bump reqwest from 0.11.15 to 0.11.16 by @dependabot in #69
- Bump regex from 1.7.2 to 1.7.3 by @dependabot in #67
- Bump rusqlite from 0.28.0 to 0.29.0 by @dependabot in #68
- Bump serde from 1.0.158 to 1.0.159 by @dependabot in #74
- Bump assert_cmd from 2.0.10 to 2.0.11 by @dependabot in #78
- Rename Stacks to ayb by @marcua in #79
- Bump h2 from 0.3.16 to 0.3.17 by @dependabot in #77
- Bump serde_json from 1.0.95 to 1.0.96 by @dependabot in #76
- Bump serde from 1.0.159 to 1.0.160 by @dependabot in #75
- Add data path to server config by @marcua in #82
- Bump regex from 1.7.3 to 1.8.0 by @dependabot in #80
- Bump clap from 4.2.4 to 4.2.5 by @dependabot in #84
- Bump tokio from 1.27.0 to 1.28.0 by @dependabot in #83
- Handle non-string types; remove old query subcommand/tests by @marcua in #85
- Bump serde from 1.0.160 to 1.0.161 by @dependabot in #88
- Bump clap from 4.2.5 to 4.2.7 by @dependabot in #87
- Bump reqwest from 0.11.16 to 0.11.17 by @dependabot in #86
- Bump serde from 1.0.161 to 1.0.162 by @dependabot in #89
- Bump tokio from 1.28.0 to 1.28.1 by @dependabot in #90
- Bump serde from 1.0.162 to 1.0.163 by @dependabot in #91
- Bump reqwest from 0.11.17 to 0.11.18 by @dependabot in #94
- Support for SQLite storage of ayb metadata by @marcua in #100
New Contributors
- @marcua made their first contribution in #1
- @dependabot made their first contribution in #27
Full Changelog: https://github.com/marcua/ayb/commits/v0.1.4