Skip to content

Commit 9946820

Browse files
committed
Update changelog
1 parent 830e0b9 commit 9946820

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

bin/generate-api-types.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ for(const file of files) {
3232
return fs.readFileSync(`schemas/${baseNameMatch[1]}`);
3333
}
3434
},
35-
3635
}
3736
},
3837
}

changelog.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changelog
44
0.26.0 (????-??-??)
55
-------------------
66

7+
New big release in a while! This release primarily adds support for multiple
8+
email/addresses per user and separates the 'active' flag from 'having validated
9+
your email address'. It also introduces experimental support for a draft OAuth2
10+
flow for first-party apps. Please note that this release has a few database
11+
changes that (depending on your database size) may take a bit to complete. MAKE
12+
A BACKUP! I can't stress this enough!
13+
714
* BC Break: Previous versions of a12nserver collated the 'active' status of
815
users and whether or not their used email addresses were verified. These two
916
flags are now separate. For a user to log in with their username and password
@@ -14,15 +21,18 @@ Changelog
1421
flag. (is now on by default).
1522
* New! Users can now be associated with multiple email addresses and/or phone
1623
numbers.
24+
* Added support for [OAuth 2.0 Multiple Response Type Encoding
25+
Practices](https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html)
26+
aka "authorization_challenge".
1727
* Upgraded to Curveball 1.
1828
* Moved from CommonJS to ESM.
1929
* Upgraded to Typescript 5.5.
2030
* Dropped mocha for the built-in Node tester.
2131
* #494: Add 'public' to Postgres schema search path. (@elaugier)
2232
* Auto-generate API types from JSON schema.
2333
* Internal: oauth2-client is renamed to app-client to reduce confusion a bit.
24-
* Added support for [OAuth 2.0 Multiple Response Type Encoding
25-
Practices](https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html).
34+
* Internal: oauth2_codes now remember what grant_type was used to generate the
35+
code, plus the redirect_uri.
2636

2737

2838
0.25.4 (2024-02-26)

0 commit comments

Comments
 (0)