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
18 changes: 0 additions & 18 deletions .changeset/olive-moons-shave.md

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# seamless-auth-api

## 0.12.0

### Minor Changes

- ddd79bd: Ship admin dashboard v0.6.0 in the API image.

`SEAMLESS_ADMIN_DASHBOARD_REF` moves from v0.5.0 to v0.6.0, so the SPA served at `/console` picks
up that release. Organizations pages and searches on the server and gains a remove action,
Overview and Security take a date range, and System Configuration grows an Authenticator Policy
section covering all seven fields.

Each of those needs API support that is already in place here: `DELETE
/admin/organizations/:organizationId` exists, the organization list accepts `limit`, `offset` and
`search`, the internal metrics endpoints take `from` and `to`, and `authenticator_policy` is a
system config key.

The ref is a release tag rather than a floating branch, so the dashboard only changes when this
value does.

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seamless-auth-api",
"version": "0.11.0",
"version": "0.12.0",
"description": "Seamless Auth API - A web application server for supporting a Seamless Auth server instance.",
"main": "index.js",
"type": "module",
Expand Down