Skip to content

v0.23.0

Compare
Choose a tag to compare
@mpiorowski mpiorowski released this 10 Aug 21:08
ca64292

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

Full Changelog: v0.22.0...v0.23.0