4.3.8 [11-15-2022]
- Moved itential-utils and database from dependencies to peerDependencies.
See ticket PH-130982.
4.3.7 [08-02-2022]
- Updated node to 14, npm to 6.
See ticket PH-125833.
4.3.6 [08-01-2022]
- Updated packages for the release branch repository.
See ticket PH-125177.
4.3.5 [02-04-2022]
- Updated engines in package.json file.
See ticket PH-114474.
4.3.4 [01-27-2022]
- Updated eslint rules and applied prettier.
See ticket PH-113264.
4.3.3 [01-19-2022]
- Updated itential-utils dependency to latest version.
See ticket PH-113452.
4.3.2 [01-12-2022]
- Updated itential-utils dependency to latest version.
See ticket PH-112903.
4.3.1 [12-17-2021]
- Updated packages and prepared for release branch.
See ticket PH-111081.
4.3.0 [10-21-2021]
- Added a property decorators file to support automatic encryption of sensitive properties. Also defined properties in the properties schema file to make it easier to edit from Admin Essentials.
See ticket PH-100756.
4.2.9 [08-13-2021]
- Modified getUser call to fix regression in ensureAccount API in pronghorn-core.
See ticket PH-101148.
4.2.8 [05-27-2021]
- Initialized 2021.1 release branch creation.
See ticket PH-96674.
4.2.7 [05-20-2021]
- Validation added to the parameters in the authenticate call to remove a NO-SQL injection attack vulnerability.
See ticket PH-96550.
4.2.6 [05-06-2021]
- Removed unnecessary peer dependency.
See ticket PH-60930.
4.2.5 [04-05-2021]
- Moved project to master pipeline.
See ticket PH-92229.
4.2.4 [02-09-2021]
- Removed methods from being exposed as APIs.
See ticket PH-73966
4.2.3 [01-31-2021]
- Added brokers to pronghorn.json file for local AAA adapter.
See ticket PH-84825
4.2.2 [12-16-2020]
- Created release/2020.2 branch.
See ticket PH-81019
4.2.1 [12-10-2020]
- Updated MongoDB driver to fix the arbiter bug.
See ticket PH-78758
4.2.0 [10-16-2020]
- Added new functionality to prevent a user from being deleted if it is the current active user in the session.
See ticket PH-75130
4.1.0 [10-02-2020]
- Standardized User APIs (create, delete, get, query, and update) for Local AAA adapter.
See ticket PH-73961
4.0.0 [10-01-2020]
- Standardized Group APIs (create, delete, get, and query) for Local AAA adapter.
See ticket PH-73956
[10-01-2020]
- Standardized Group APIs (create, delete, get, and query) for Local AAA adapter.
See ticket PH-73956
[09-29-2020]
- Bug fixes and performance improvements
See commit 54fcea6
3.1.1 [09-28-2020]
- Improved authentication error message for Local AAA adapter.
See ticket PH-72824
3.1.0 [07-01-2020]
- Workflow tasks added that allow for user administration.
See ticket PH-67257
3.0.7 [06-18-2020]
- Updated node driver for MongoDB.
See ticket PH-63050
3.0.6 [04-22-2020]
- Completed checklist for release of adapter-local_aaa.
See ticket PH-59492
3.0.5 [04-09-2020]
- Moved CI pipeline from Node.js 10 to Node.js 12.
See ticket PH-58212
3.0.4 [02-01-2020]
- Added schema validation to component pipelines.
See ticket PH-52362
3.0.3 [12-12-2019]
- Bug fixes and performance improvements
See ticket PH-43968
3.0.2 [08-05-2019]
- Pinned dependencies, fixed security vulnerabilities, and cleaned up CHANGELOG.
See ticket PH-38307
3.0.1 [07-24-2019]
Migrated from itential-ci to argo.
See ticket PH-35698
Current Version: 3.0.0 [03-07-2019]
New Features
Improvements
- 3.0.0 [03-07-2019] - Removed reference to Global Database Object and create individual connection to database. PH-19343
Bug Fixes
Deprecations
Security
[03-01-2019]
Improvement
- Removed reference to Global Database Object and create individual connection to database. PH-19343
Previous Version: 2.4.9 [01-08-2019]
New Features
- 2.4.9 [01-08-2019] - Implement prerelease pipeline on major releases. PH-11913
- 2.4.2 [06-09-2018] Update CHANGELOG to reflect new format. PH-11327
- 2.4.1 [06-05-2018] Add automated Release Notes. PH-11095
- 2.0.0 On startup, adds the default 'admin@pronghorn' account and 'pronghorn_admins' group if either does not exist
Improvements
- 2.4.6 [07-13-2018] - Update CHANGELOG format to improve readability of Release Notes. PH-14293
- 2.4.5 [07-03-2018] The adapter now seeds the Local AAA database with initial account and group documents. PH-12848
- 2.4.4 [06-27-2018] Set peerDependency for pronghorn_core 6 within package.json. PH-13104
- 2.4.3 [06-19-2018] Added unit test setup. PH-11874
- 2.0.0 Refactored Adapter to act as independent Local AAA reference point for authentication and user to group mapping using own Mongo DB.
Bug Fixes
- 2.4.8 [10-31-2018] - Fixed a bug in the local_aaa adapter preventing users and groups from being saved in the LocalAAA db. PH-19897
- 2.4.7 [08-23-2018] - Update package.json to point to correct gitlab location. PH-16886
- 2.0.0 General bugfixes & performance improvements.
- 2.0.0 Merged in update-docs (pull request #19).
- 2.0.0 Merged in IndependentLocalAAA (pull request #18).
- 2.0.0 Merge tag '1.1.0' into develop.
Previous Version: 1.1.0
New Features
Improvements
Bug Fixes
- 1.1.0 General bugfixes & performance improvements.
- 1.1.0 Merged in pipeline-syntax (pull request #17).
- 1.1.0 Merged in add-docs (pull request #16).