Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/browser-tests/questdb
Submodule questdb updated 151 files
15 changes: 15 additions & 0 deletions packages/web-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ and this project adheres to
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## 0.5.2 - 2024.09.05

### Added

- Configurable Redirect URI and scope for OIDC integration
[#323](https://github.com/questdb/ui/pull/323)

### Changed

- Run Console tests with Auth [#310](https://github.com/questdb/ui/pull/310)

### Fixed

- Fix suspension lag count [#327](https://github.com/questdb/ui/pull/327)

## 0.5.1 - 2024.07.24

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/web-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@questdb/web-console",
"version": "0.5.1",
"version": "0.5.2",
"license": "Apache-2.0",
"description": "QuestDB Console",
"files": [
Expand Down