You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+85Lines changed: 85 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,91 @@ This is the changelog file of the sw360 project. It starts with the first releas
4
4
5
5
https://github.com/sw360/sw360portal/releases
6
6
7
+
## sw360-14.0.0-M1
8
+
9
+
This tag covers many corrections/bug fixes after the 13.4 release.
10
+
11
+
This release provides features, muliple bug fixes for release 13.4, for example, new REST endpoints, new functions in the UI and changelog enable/disable from sw360.properties.
12
+
13
+
### Migrations
14
+
15
+
For existing installations, a data migration is required. Please go to the readme file in scripts/migrations to see more information:
For running the migrations scripts, you will need python and the couchdb package. Please note that you will need to change manually in the python file: the DRYRUN variable and the couchdb URL (if that is not on localhost or requires password or both).
20
+
21
+
### Credits
22
+
23
+
The following github users have contributed to the source code since the last release (in alphabetical order):
*`0202f9df` fix(rest): Fixed projects loading issue in REST
68
+
*`62d8887b` fix(UI):Component details not shown for the Security Admin Role.
69
+
*`1db9afda` fix(rest): Added new parameter luceneSearch to Get Project List Api, to get project list based on lucene search
70
+
*`3305fc6b` fix(Japanese) : Update and modify Japanese translations
71
+
*`2f85cf70` fix(projects): Fixed thrift timeout by optimizing projects loading
72
+
*`aa8574eb` fix(upgradeVersion): Updated resource server properties for Spring 2.X
73
+
*`a0f1861b` fix(upgrade version): fixed the test cases failure issue when generating the rest docs.
74
+
*`033d912a` fix(upgradeVersion): Fixed Test case for authorization server with spring boot version upgrade * Refactored code and removed commented lines
75
+
*`71bf74bc` fix(upgradeVersion):Upgrade version.
76
+
*`2e98d07d` fix(RestAPI):500 Internal server error from releases API.
77
+
*`eb6192bc` fix(ui): Cleanup moderation request on deleting project/release/component
78
+
*`57e08173` fix(ui): Changes in External urls in Project are not registered in Moderation Request. Closed Moderation Request doesnot show Proposed changes
79
+
*`8b5ffecc` fix(Rest):make SW360 REST API Get Releases by Name Case-Insensitive.
80
+
*`97a72951` fix(DBTestsFail): Migrating databasetest.properties to couchdb-test.properties.
81
+
*`6c3c51ec` fix(log): Fix indentation issue in source code.
82
+
*`4ab50904` fix(MyProjectErrorMessage):update the error message in UI for the project which is not accessible.
83
+
*`d2f22b80` fix(ui): Fixed js error while merge component/release with null additional data
84
+
*`9c4d2f0d` fix(rest): Added exception processing for authorization
85
+
*`af443442` fix(script): add password and user in couchdb-lucene.ini
*`5ec1df6a` fix(ci) added new files to license check script
88
+
*`26dc7333` fix(ui): Fixed create/update users with uppercase email or externalid
89
+
*`db1c1a97` fix(ui): User should be able to edit group of project
90
+
91
+
7
92
## sw360-13.4.0-M1
8
93
9
94
This tag covers many corrections and bug fixes after the 13.3 release. Th eproductive use of 13.3 has revealed a number of issues resulting from the big persistence layer switch.
0 commit comments