You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[View diff on diff.rs](https://diff.rs/cot/0.6.0/cot/0.7.0/Cargo.toml)
12
+
13
+
### New features
14
+
15
+
-[**breaking**] Expose `on_delete` and `on_update` fields for ForeignKey field ([#576](https://github.com/cot-rs/cot/pull/576)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
16
+
-[**breaking**] Implement `Serialize`, `Deserialize`, and `JsonSchema` implementations for cot internal types ([#575](https://github.com/cot-rs/cot/pull/575)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
17
+
- Implement DbField for Bytes ([#596](https://github.com/cot-rs/cot/pull/596)) (by [@firas-yangui](https://github.com/firas-yangui))
18
+
- Support custom cache and email in TestRequestBuilder ([#582](https://github.com/cot-rs/cot/pull/582)) (by [@m4tx](https://github.com/m4tx))
19
+
- Add `set_username` and `set_password` to `DatabaseUser` ([#579](https://github.com/cot-rs/cot/pull/579)) (by [@m4tx](https://github.com/m4tx))
20
+
- Implement `From<DbFieldValue>` for Non primitive types ([#562](https://github.com/cot-rs/cot/pull/562)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
21
+
- Add tests for guide code snippets ([#552](https://github.com/cot-rs/cot/pull/552)) (by [@m4tx](https://github.com/m4tx))
22
+
- Derive `Ord` and `PartialOrd` for `Auto` ([#544](https://github.com/cot-rs/cot/pull/544)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
23
+
- Allow accessing extra config ([#518](https://github.com/cot-rs/cot/pull/518)) (by [@m4tx](https://github.com/m4tx))
24
+
- Use securer_string for more secure Password and SecretKey ([#328](https://github.com/cot-rs/cot/pull/328)) (by [@eibrahim95](https://github.com/eibrahim95))
25
+
26
+
### Fixes
27
+
28
+
- Normalize route paths with a leading slash ([#591](https://github.com/cot-rs/cot/pull/591)) (by [@firas-yangui](https://github.com/firas-yangui))
29
+
- Non-ASCII URLs can be properly routed now ([#561](https://github.com/cot-rs/cot/pull/561)) (by [@m4tx](https://github.com/m4tx))
30
+
- Place correct contributing guide link ([#557](https://github.com/cot-rs/cot/pull/557)) (by [@kingazm](https://github.com/kingazm))
31
+
32
+
### Other
33
+
34
+
-*(deps)* Bump all dependencies; bump MSRV to 1.92 ([#592](https://github.com/cot-rs/cot/pull/592)) (by [@m4tx](https://github.com/m4tx))
35
+
-*(deps)* Bump sea-query from 0.32.7 to 1.0.1 ([#585](https://github.com/cot-rs/cot/pull/585)) (by [@dependabot[bot]](https://github.com/dependabot[bot]))
36
+
- Add index route to JSON example ([#572](https://github.com/cot-rs/cot/pull/572)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
[View diff on diff.rs](https://diff.rs/cot-cli/0.6.0/cot-cli/0.7.0/Cargo.toml)
13
+
14
+
### New features
15
+
16
+
-[**breaking**] Expose `on_delete` and `on_update` fields for ForeignKey field ([#576](https://github.com/cot-rs/cot/pull/576)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
17
+
18
+
### Fixes
19
+
20
+
- Place correct contributing guide link ([#557](https://github.com/cot-rs/cot/pull/557)) (by [@kingazm](https://github.com/kingazm))
21
+
22
+
### Other
23
+
24
+
-*(deps)* Bump the dependencies group across 1 directory with 7 updates ([#602](https://github.com/cot-rs/cot/pull/602)) (by [@dependabot[bot]](https://github.com/dependabot[bot]))
25
+
-*(deps)* Bump all dependencies; bump MSRV to 1.92 ([#592](https://github.com/cot-rs/cot/pull/592)) (by [@m4tx](https://github.com/m4tx))
-*(deps)* Bump the dependencies group with 11 updates ([#564](https://github.com/cot-rs/cot/pull/564)) (by [@dependabot[bot]](https://github.com/dependabot[bot]))
0 commit comments