v0.18.1
What's Changed
- Rewrite whole note service for both Rust and Go to use MySQL
- Rewrite all ids to use the newest uuid v7
- All ids are send as bytes via gRPC, much easier to work with them
- Rust using mysql-async crate
- Connected it to PlanetScale, which is much better / faster then Neon
- Users services stays as PostgreSQL, so we have both options
- Change notes services to MySQL - using PlanetScale by @mpiorowski in #40
- chore/cleaning by @mpiorowski in #41
Full Changelog: v0.17.0...v0.18.1