File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ Unreleased] - XXXX-XX-XX
7
+ ## [ 2.1.0] - 2022-12-01
8
+
9
+ ### Changed
10
+
11
+ - [ #1007 ] ( https://github.com/owncloud/files_external_s3/pull/21007 ) - Feat: performance optimizations
8
12
9
13
10
14
## [ 2.0.0] - 2022-07-05
@@ -19,5 +23,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
19
23
- Moved from core into a separate app - [ #2 ] ( https://github.com/owncloud/files_external_s3/pull/2 )
20
24
- Updated AWS SDK library to 3.110.3
21
25
22
- [ Unreleased ] : https://github.com/owncloud/files_external_s3/compare/v2.0.0...master
26
+ [ Unreleased ] : https://github.com/owncloud/files_external_s3/compare/v2.1.0...master
27
+ [ 2.0.0 ] : https://github.com/owncloud/files_external_s3/compare/v2.0.0...v2.1.0
23
28
[ 2.0.0 ] : https://github.com/owncloud/files_external_s3/compare/v1.0.0...v2.0.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Administrators and users (when enabled) can find external storage configuration
12
12
<summary >Integrate S3 object storages as external storages</summary >
13
13
<licence >GPLv2</licence >
14
14
<author >Robin McCorkell, Vincent Petry, Thomas Müller and many more</author >
15
- <version >2.0 .0</version >
15
+ <version >2.1 .0</version >
16
16
<category >storage</category >
17
17
<documentation >
18
18
<user >https://doc.owncloud.com/server/latest/user_manual/external_storage/external_storage.html</user >
Original file line number Diff line number Diff line change 1
1
# Organization and project keys are displayed in the right sidebar of the project homepage
2
2
sonar.organization =owncloud-1
3
3
sonar.projectKey =owncloud_files_external_s3
4
- sonar.projectVersion =2.0 .0
4
+ sonar.projectVersion =2.1 .0
5
5
sonar.host.url =https://sonarcloud.io
6
6
7
7
# =====================================================
You can’t perform that action at this time.
0 commit comments