Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed Aug 2, 2021
1 parent 061282a commit c6a633d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.9.0 _2021-08-02
- Add Config.http_digest_auth.enable_rule

## 0.8.1 _2021-07-30
- Fix Dockerfile

Expand Down
6 changes: 5 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,17 @@ INFO: [uvicorn] Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
## `HTTPDigestAuth` Object

- Introduced in 0.7.0
- Last updated in 0.7.0
- Last updated in 0.9.0

| Key | Value Type | Default Value |
| ------------ | ---------- | ------------- |
| enable | bool | `false` |
| enable_rule | str | `` |
| disable_rule | str | `neon/` |

- When `enable` is `true`, the `disable_rule` is valid
- When `enable` is `false`, the `enable_rule` is valid

## `Provider` Object

- Introduced in 0.1
Expand Down

0 comments on commit c6a633d

Please sign in to comment.