Releases: roadster-rs/roadster
Releases · roadster-rs/roadster
roadster-v0.5.13
Added
- Add middleware to log the request/response payloads (#304)
- Log errors at debug level in
IntoResponse
impl (#303)
roadster-v0.5.12
Added
- PasswordUpdatedAt column + auto-update with a fn and trigger (#301)
roadster-v0.5.11
Added
- Migration to enable the uuid-ossp Postgres extension (#297)
- Add non-pk versions of uuid schema helper methods (#296)
roadster-v0.5.10
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
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
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
Other
- Update dependencies (#279)
roadster-v0.5.6
Added
- Add
TestCase
utility for configuring insta
settings (#277)
roadster-v0.5.5
Added
- Allow configuring the tracing log output format (#275)
roadster-v0.5.4
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)