Skip to content

Commit 417c79f

Browse files
Alexey Abelalexeyabel
authored andcommitted
Update CHANGELOG.md
1 parent b450e72 commit 417c79f

File tree

1 file changed

+63
-17
lines changed

1 file changed

+63
-17
lines changed

CHANGELOG.md

Lines changed: 63 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,142 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
89

10+
### Added
11+
12+
* Support reading passwords from a file specified in the `db_password_file` config key. This is
13+
useful for systems where configuration files might be(come) public or world readable and thus
14+
secrets must be kept separately in files. Examples are NixOS or Docker (secrets).
15+
916
## [1.4.0] - 2024-04-28
17+
1018
### Added
19+
1120
* check and increase supported version to Nextcloud 29
1221

1322
## [1.3.0] - 2022-05-29
23+
1424
### Added
25+
1526
* [check](https://github.com/nextcloud/server/issues/29914) and increase supported version to Nextcloud 24
1627

1728
## [1.2.0] - 2022-05-29
29+
1830
### Added
31+
1932
* check and increase supported version to Nextcloud 23
2033

2134
## [1.1.1] - 2021-06-24
35+
2236
### Added
37+
2338
* check and enable compatibility with Nextcloud 22
2439

2540
## [1.1.0] - 2021-06-07
41+
2642
### Added
27-
- compatibility with Nextcloud 21
43+
44+
* compatibility with Nextcloud 21
2845

2946
### Changed
47+
3048
* app now requires PHP >=7.2
3149
* internal migrations to current Nextcloud APIs
3250

3351
### Removed
52+
3453
* support for Nextcloud < 20, due to migration to newer Nextcloud APIs. Older versions of the app will remain in the [Nextcloud app store](https://apps.nextcloud.com/apps/user_backend_sql_raw) and support older versions of Nextcloud. Alternatively you can find all versions in the [releases section](https://github.com/PanCakeConnaisseur/user_backend_sql_raw/releases).
3554

3655
### Fixed
37-
- Order of XML elements in appinfo/info.xml now conforms to XSD
56+
57+
* Order of XML elements in appinfo/info.xml now conforms to XSD
3858

3959
## [1.0.12] - 2020-10-07
60+
4061
### Added
41-
- Compatibility with Nextcloud 20
62+
63+
* Compatibility with Nextcloud 20
4264

4365
## [1.0.11] - 2020-09-17
66+
4467
### Added
45-
- Compatibility with Nextcloud 19
68+
69+
* Compatibility with Nextcloud 19
4670

4771
### Changed
48-
- Migrated changelog from README.md to CHANGELOG.md
4972

73+
* Migrated changelog from README.md to CHANGELOG.md
5074

5175
## [1.0.10] - 2020-01-15
76+
5277
### Added
53-
- Compatibility with Nextcloud 18
78+
79+
* Compatibility with Nextcloud 18
5480
[728f0fc](https://github.com/PanCakeConnaisseur/user_backend_sql_raw/commit/728f0fc13f4d2ecdc48dde2685d5962f1713fef5)
5581

5682
## [1.0.9] - 2019-12-18
83+
5784
### Added
58-
- Compatibility with Nextcloud 17
85+
86+
* Compatibility with Nextcloud 17
5987

6088
## [1.0.8] - 2019-05-31
89+
6190
### Added
62-
- Add support for Argon2id password hashing
91+
92+
* Add support for Argon2id password hashing
6393

6494
## [1.0.7] - 2019-05-30
95+
6596
### Added
66-
- Compatibility with Nextcloud 16
97+
98+
* Compatibility with Nextcloud 16
6799

68100
## [1.0.6] - 2018-12-14
101+
69102
### Added
70-
- Compatibility with Nextcloud 15
103+
104+
* Compatibility with Nextcloud 15
71105

72106
## [1.0.5] - 2018-12-04
107+
73108
### Fixed
74-
- Fix an issue where the MariaDB/MySQL driver would not handle a LIMIT or OFFSET parameter properly.
109+
110+
* Fix an issue where the MariaDB/MySQL driver would not handle a LIMIT or OFFSET parameter properly.
75111

76112
## [1.0.4] - 2018-12-03
113+
77114
### Fixed
78-
- Fixed code integrity check issues.
115+
116+
* Fixed code integrity check issues.
79117

80118
## [1.0.3] - 2018-10-14
119+
81120
### Added
82-
- Compatibility with Nextcloud 14
121+
122+
* Compatibility with Nextcloud 14
83123

84124
## [1.0.2] - 2018-06-26
125+
85126
### Fixed
86-
- Fixed a typo bug introduced in 1.0.1
127+
128+
* Fixed a typo bug introduced in 1.0.1
87129

88130
## [1.0.1] - 2018-06-26
131+
89132
### Fixed
90-
- Fixed a bug where for some (non security related) operations, SQL errors would prevent Nextcloud
133+
134+
* Fixed a bug where for some (non security related) operations, SQL errors would prevent Nextcloud
91135
from realizing that that operation failed.
92136

93137
## [1.0.0] - 2018-04-29
138+
94139
### Changed
95-
- Named parameter in query `get_users` was `:username`, is now `:search` because you search for
140+
141+
* Named parameter in query `get_users` was `:username`, is now `:search` because you search for
96142
user names and display names.

0 commit comments

Comments
 (0)