·
18 commits
to master
since this release
New features
The **BookBrainz API** is now deployed in production!
You will find it at https://api.bookbrainz.org, which will redirect you to a live documentation allowing you to test it right in your browser.
If you have any feedback, please let us know!
What's Changed
- BB-855: Add author and publisher information in edition API by @abhinavohri in #1168
- fix: Search page entity buttons by @anshg1214 in #1179
- BB-863: Refactor collections.js to use async/await by @NAME-ASHWANIYADAV in #1182
- BB-864: Refactor mailer.ts to use async/await by @NAME-ASHWANIYADAV in #1183
- Update and fix DB dumps scripts by @MonkeyDo in #1187
- feat(user): add user route for editor redirection by @anshg1214 in #1191
- Configuration Migration of ESLint configuration file from the eslintrc format to the new flat config format by @insane-22 in #1091
- Funding: Add .well-known file for funding.json by @MonkeyDo in #1135
- docs: replaced deprecated jsdoc link leading to spam site with updated jsdoc homepage link. by @andrewsu31098 in #1147
- fix(auth): replaced authentication middleware with one intended for post requests. (Note: docker node 18 -> 20) by @andrewsu31098 in #1152
- fix: cbReviewModal star rating now sets on the first click (Note: Docker Node 18->20) by @andrewsu31098 in #1156
- fix: Replaced Twitter logo and link with Mastodon by @shalini-bhandari in #1154
- BB-683: Cannot use HOME and END keyboard keys in text/select type/search fields by @vedanshmdev in #1157
Security fixes and dependency updates
- chore: Fix security issues by @MonkeyDo in #1150
- chore: Update DOMPurify by @MonkeyDo in #1169
- chore: update Superagent by @MonkeyDo in #1170
- chore: Modify deployment setup by @MonkeyDo in #1171
- chore: Update express package by @MonkeyDo in #1129
- chore: Remove dependency to array-move package by @MonkeyDo in #1118
- chore: Update serve-static to 1.16.1 by @MonkeyDo in #1130
- chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 by @dependabot[bot] in #1116
- chore(deps): bump micromatch from 4.0.4 to 4.0.8 by @dependabot[bot] in #1117
- chore(deps-dev): bump webpack-dev-middleware from 7.2.1 to 7.4.2 by @dependabot[bot] in #1115
- chore: Update upload-artifact to v4 by @MonkeyDo in #1123
- chore(deps): bump dompurify from 2.3.3 to 2.5.6 by @dependabot[bot] in #1122
- chore(deps): bump serve-static from 1.15.0 to 1.16.0 by @dependabot[bot] in #1124
- chore(deps): bump express from 4.19.2 to 4.20.0 by @dependabot[bot] in #1126
- chore: Update express-session dependency by @MonkeyDo in #1131
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot[bot] in #1140
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot[bot] in #1151
- chore(deps): bump express-slow-down from 1.4.0 to 2.0.3 by @dependabot[bot] in #1119
- chore(deps): bump serialize-javascript from 6.0.0 to 6.0.2 by @dependabot[bot] in #1153
- chore(deps): bump @babel/runtime from 7.23.2 to 7.26.10 by @dependabot[bot] in #1172
- chore(deps): bump @babel/helpers from 7.20.7 to 7.27.1 by @dependabot[bot] in #1173
- chore(deps): bump nodemailer from 6.9.9 to 7.0.7 by @dependabot[bot] in #1181
- Update chai-http to 4.4.0 by @MonkeyDo in #1185
- chore(deps): bump validator from 13.7.0 to 13.15.20 by @dependabot[bot] in #1190
New Contributors
- @andrewsu31098 made their first contribution in #1147
- @vedanshmdev made their first contribution in #1157
- @abhinavohri made their first contribution in #1168
- @NAME-ASHWANIYADAV made their first contribution in #1182
Full Changelog: v-2024-08-20.0...v-2025-11-13.0