Releases: EspressoSystems/tide-disco
Releases · EspressoSystems/tide-disco
v0.6.0
What's Changed
- Bump routefinder from 0.5.3 to 0.5.4 by @dependabot in #191
- Bump num-derive from 0.4.1 to 0.4.2 by @dependabot in #192
- Bump semver from 1.0.20 to 1.0.22 by @dependabot in #193
- Bump clap from 4.5.1 to 4.5.3 by @dependabot in #194
- Bump async-trait from 0.1.74 to 0.1.78 by @dependabot in #195
- Support multiple versions of the same API by @jbearer in #202
- Bump serde_json from 1.0.108 to 1.0.115 by @dependabot in #203
- Bump async-trait from 0.1.78 to 0.1.79 by @dependabot in #201
- Update flake.lock by @github-actions in #200
- Bump tagged-base64 from 0.3.4 to v0.4.0 by @dependabot in #199
- Bump toml from 0.8.8 to 0.8.12 by @dependabot in #197
- Bump http from 1.0.0 to 1.1.0 by @dependabot in #196
- Bump clap from 4.5.3 to 4.5.4 by @dependabot in #204
- Allow APIs to bind different versions of the binary serialization format by @jbearer in #205
- Update flake.lock by @github-actions in #206
- Runtime binding for app-level format version by @jbearer in #207
- Prepare for crate publishing by @jbearer in #208
- Bump version by @jbearer in #209
Full Changelog: v0.5.0...v0.6.0
0.5.0
What's Changed
- Updating dependencies, and incrementing minor version (long overdue) by @nyospe in #190
- Update flake.lock by @github-actions in #184
- Bump serde_with from 3.4.0 to 3.7.0 by @dependabot in #189
- Bump anyhow from 1.0.74 to 1.0.81 by @dependabot in #187
- Bump serde from 1.0.193 to 1.0.197 by @dependabot in #183
Full Changelog: v0.4.8...v0.5.0
0.4.8
0.4.7
0.3.1
0.3.0
What's Changed
- Created issues for TODOs. Added links here. by @pictographer in #59
- Do not attempt to compile signals on Windows by @jbearer in #61
- Set up Nix development by @jbearer in #62
- Clean up handling of
Accept
header. by @jbearer in #63 - Support integer and TaggedBase64 request parameters by @jbearer in #65
- Support WebSockets endpoints by @jbearer in #64
- Fix Windows build by @jbearer in #68
- Add a function to read an API from a file. by @jbearer in #75
- Generate docs in CI by @jbearer in #76
- Hook up documentation generation to dispatch. by @jbearer in #74
- Minor improvements by @jbearer in #77
- Improve request parameter ergonomics. by @jbearer in #79
- Support optional parameters. by @jbearer in #80
- Expose more functionality for ServerError by @jbearer in #83
- Update to clap 4 by @nyospe in #84
Full Changelog: 0.2.0...0.2.1
0.2.0
Added fn body_auto()
0.1.0: Merge pull request #49 from EspressoSystems/corbett-wait-for-server
Corbett wait for server