Skip to content

Commit

Permalink
v0.5.7: Allow passing extra_scopes to Google OAuth2
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Jan 26, 2024
1 parent 7de86b9 commit 8154814
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 271 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.5.7] - 2024-01-26

### Added

- gcloud: Allow passing `extra_scopes` to Google OAuth2.

### Security

- Fix [RUSTSEC-2024-0003](https://rustsec.org/advisories/RUSTSEC-2024-0003), a Denial of Service vulnerability which could apparently cause a hostile HTTP server to cause out-of-memory errors
in a client. Since `dbcrossbar` is unlikely to connect to many hostile HTTP servers, this is probably a low-priority fix for almost all users.

## [0.5.6] - 2024-01-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8154814

Please sign in to comment.