v0.23.0
Big Update
Cleaning the entire app in preparation for telemetry.
Rust
- Transitioned everything to PostgreSQL and dropped ORM in favor of pure
tokio-postgres
, which is amazing, with direct streaming from SQL. - Implemented structured logging using the
tracing
crate. - Performed migration using the
refinery
crate. - Improving proficiency with Rust traits! :)
Go
- Upgraded to the new version 1.21.
- Also migrated everything to PostgreSQL.
- Added structured logging using the
slog
library. - Cleaned up the code and added the missing function to delete from the bucket.
- Improved the Docker deployment process for cleaner deployments.
Client
- Cleaned up the hooks entry point.
- Implemented structured logging using the
pino
library. - Added an 'EDIT' function for notes.
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 in /client by @dependabot in #47
- Bump semver from 6.3.0 to 6.3.1 in /client by @dependabot in #48
- feat/rewrite to postgres by @mpiorowski in #49
Full Changelog: v0.22.0...v0.23.0