tideway 0.7.17

A batteries-included Rust web framework built on Axum for building SaaS applications quickly
Documentation
# Tideway Release Notes Template

## Release

- Version:
- Date:
- Release owner:

## Summary

Briefly describe the release scope and user impact.

## Highlights

- Notable change 1
- Notable change 2
- Notable change 3

## DX Metrics

### DX Gate Status

- [ ] quickstart parity (`bash scripts/check_quickstart_parity.sh`)
- [ ] docs drift (`bash scripts/check_docs_drift.sh`)
- [ ] scaffold idempotency (`cargo test -p tideway-cli --test plan_mode_mutating_commands_test` and `cargo test -p tideway-cli --test resource_command_test`)
- [ ] golden path integration tests (`cargo test -p tideway-cli --test dx_golden_path_test`)

### Metrics Snapshot

- Time to `GET /health` from clean machine (p50/p95):
- Time to scaffold DB resource and run tests (p50/p95):
- Idempotency pass rate for mutating CLI commands:
- Number of onboarding docs that show non-canonical flows:
- Number of user-reported "which command should I use" issues:

## Migration Notes

- Breaking changes:
- Upgrade steps:

## Links

- Changelog entry:
- Related issues:
- Related PRs: