Skip to content

Releases: roadster-rs/roadster

roadster-v0.5.13

31 Jul 15:53
134e640
Compare
Choose a tag to compare

Added

  • Add middleware to log the request/response payloads (#304)
  • Log errors at debug level in IntoResponse impl (#303)

roadster-v0.5.12

30 Jul 03:30
0d85107
Compare
Choose a tag to compare

Added

  • PasswordUpdatedAt column + auto-update with a fn and trigger (#301)

roadster-v0.5.11

26 Jul 07:44
9fae690
Compare
Choose a tag to compare

Added

  • Migration to enable the uuid-ossp Postgres extension (#297)
  • Add non-pk versions of uuid schema helper methods (#296)

roadster-v0.5.10

25 Jul 08:24
f06bdcc
Compare
Choose a tag to compare

Added

  • Use IDENTITY column for int primary keys instead of BIGSERIAL (#293)

Fixed

  • Add "if exists" to user's drop_table migration statement (#292)

Other

  • Add tests for schema and check helper methods (#289)

roadster-v0.5.9

24 Jul 10:08
d1cc47a
Compare
Choose a tag to compare

Added

  • Auto-update timestamp columns (#287)
  • Add SeaORM migrations and utils to create user table (#284)

Other

  • Disallow unwrap and expect except in tests (#286)

roadster-v0.5.8

23 Jul 01:26
741c0ef
Compare
Choose a tag to compare

Other

  • Remove the update justfile command (#282)
  • Use the main project README.md as the library's top-level docs (#281)

roadster-v0.5.7

22 Jul 15:46
4598123
Compare
Choose a tag to compare

Other

  • Update dependencies (#279)

roadster-v0.5.6

22 Jul 05:58
9aac309
Compare
Choose a tag to compare

Added

  • Add TestCase utility for configuring insta settings (#277)

roadster-v0.5.5

08 Jul 03:05
23be615
Compare
Choose a tag to compare

Added

  • Allow configuring the tracing log output format (#275)

roadster-v0.5.4

07 Jul 22:20
a5e8461
Compare
Choose a tag to compare

Added

  • Add method to prepare the app separately from running it (#270)

Fixed

  • Correctly add the ApiRouter to the HTTP service's ApiRouter (#273)

Other

  • Fixes for default openapi docs (#271)