Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

1.47.0

Compare
Choose a tag to compare
@pjenvey pjenvey released this 23 May 00:42
· 222 commits to master since this release
1.47.0
0960a80

Refactor

  • rip most of metrics out of db (9d53f20a)
  • prefer impl trait in db.mod when possible (8b6dd7d3)
  • fix our odd indents (fd484056)
  • prefer impl trait when possible (04cae080)
  • minor cleanup (1b2fdcf7)
  • remove/rearrange some clones (f8c6e050)
  • remove unneeded uaid from Notification (e755bb42)
  • move ddb helpers into its own modules (ac4983e2, closes #1238)

Bug Fixes

  • ensure consistent_read on fetch messages fns (ecd09c5f)
  • shrink the Docker build (2bffb326)
  • remove use of unwrap's by passing current message month (7b1444d9)
  • properly set record expiration (e155e34f, closes #1231)
  • let the build continue to rustc on cbindgen failures (46f048ad, closes #1235)
  • re-rustfmt it all, set expiry on register instead of add with 2x (35b0c62e)

Features

  • add Rust + Python mixed integration tests (7a88c736, closes #1221)
  • port migrate user to Rust, remove Python calling (9ae1fb59, closes #1206)
  • port migrate user to Rust, remove Python calling (733bd464, closes #1206)
  • port store messages command to Rust (b9f46248, closes #1208)

Chore

  • avoid cargo build within tox (116f556c)
  • address clippy things we care to fix (4241e76a)