Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Oct 31, 2023
1 parent cb163ab commit 47e2bbf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
## Pending on [`develop`](https://github.com/ngageoint/mage-server/tree/develop)
##### Features

## [6.2.10](https://github.com/ngageoint/mage-server/releases/tag/6.2.10)
#### Database Migrations
* [SAML settings](./service/src/migrations/030-saml-settings.js)
This migration modifies documents in the `authenticationconfigurations` collection
by moving all entries from `settings.options` into `settings` and removing
the `options` entry. See the related bug fix below.

#### Features

#### Bug Fixes
* The web app and service incorrectly used a `settings.options` sub-document on
SAML configurations to read and write some entries that should be in the
`settings` entry.


## [6.2.9](https://github.com/ngageoint/mage-server/releases/tag/6.2.9)
#### Features
* Docker image now installs MAGE packages from NPM registry instead of local tarballs.
Expand Down

0 comments on commit 47e2bbf

Please sign in to comment.