File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- record client id for remote link's span
28
28
- session present flag in connack
29
29
- Make write method return the number of bytes written correctly everywhere
30
+ - ` ConnectionSettings ` can be manually created
30
31
31
32
### Security
32
33
- Implement constant-time password comparison in authentication logic
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ pub struct ConnectionSettings {
149
149
pub max_inflight_count : usize ,
150
150
pub auth : Option < HashMap < String , String > > ,
151
151
#[ serde( skip) ]
152
- external_auth : Option < AuthHandler > ,
152
+ pub external_auth : Option < AuthHandler > ,
153
153
#[ serde( default ) ]
154
154
pub dynamic_filters : bool ,
155
155
}
You can’t perform that action at this time.
0 commit comments