This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ require manual edits to pluggable interfaces.
99
1010## Unreleased
1111
12+ (No current changes)
13+
14+ ## 0.9.0 - 2017-12-11
15+
1216### Added
1317- Auth backends can now specify how a user should be authenticated, via Passport. They should
1418 provide an ` initialize ` method that is called during app start-up. This can be used to register
@@ -20,6 +24,10 @@ require manual edits to pluggable interfaces.
2024- License tags can also specify "questions" to ask a user when adding a package. This is useful
2125 to gather context-sensitive info. For example, you could only ask for "dynamic/static linking"
2226 if relevant for a given license.
27+ - Added a user interface for editing project access lists. This can be accessed by clicking on
28+ the owner on the top right side of the projcet editor.
29+ - It is now possible to edit a package and usage information in a project. New package revisions
30+ will be created as necessary, and previous entries will be correctly cleaned up.
2331
2432### Removed
2533- JWT sessions are no longer in use. See the above addition about auth backends for an alternative.
@@ -36,6 +44,12 @@ require manual edits to pluggable interfaces.
3644### Fixed
3745- Some lingering Bootstrap CSS issues were cleaned up.
3846- The ` validateUsage ` function (used in tags) was incorrectly documented.
47+ - ` extractRequestUser ` is now consistently used, making custom auth backends more reliable.
48+
49+ ### Security
50+ - Users who weren't configured to access package validation systems could still do so, due to
51+ a dangling ` Promise ` . Additional type checks and lints have been enabled to prevent this in the
52+ future.
3953
4054## 0.8.0 - 2017-08-04
4155
Original file line number Diff line number Diff line change 11{
22 "name" : " amazon-oss-attribution-builder" ,
3- "version" : " 0.8 .0" ,
3+ "version" : " 0.9 .0" ,
44 "description" : " A website to help you create attribution documents for product releases" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments