Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console release notes 2022-09-28 #219

Merged
merged 10 commits into from
Oct 9, 2022
21 changes: 21 additions & 0 deletions content/release-notes/2022-09-28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
label: 'Console'
---

### What's new

- Console: Added `read`, `update`, `delete` project access scopes for OAuth applications.
- Console: Added the ability to select access scopes and projects on the OAuth consent page.
- Console: Added a `protected: boolean` flag to the roles public API response.
- Console: Changed region and platform ids from serial numbers to strings in the public API.
- Console: Changed the operations id from a serial number to a UUID type in the public API.
- Control Plane: Added an internal mechanism for relocating projects between pageservers.
- Control Plane: Stopped sending metrics to Grafana Cloud.
- Control Plane: Removed usage of the obsolete `zenith_ctl` binary.
- Control Plane: Split the monolithic project object into project, branches, and endpoints in the internal database schema.

### Bug fixes

- UI: Fixed a failure that occurred after receiving an empty response in the SQL Editor.
- UI: Fixed an issue to ensure that table names are reset when switching between schemas in the Tables UI.
- Control Plane: Fixed a stuck passwordless connection issue that occurred when creating a new project using a project selecting UI.