Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

Commit faa0112

Browse files
chore(master): release 3.0.0 (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2ea324 commit faa0112

File tree

3 files changed

+46
-3
lines changed

3 files changed

+46
-3
lines changed

CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v2.1.0...v3.0.0) (2022-03-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **admin/access:** `access.scopes` search param no longer case-insensitive
9+
* **config:** `ADMIN_PASSWORD` env variable now has minimum length of 8 characters
10+
* **routes:** `admin/access` route moved to `admin/access/bearer-token`
11+
12+
### Bug Fixes
13+
14+
* **admin/access:** searching using `access.scopes` ([9c8c24f](https://github.com/Fdawgs/ydh-community-contacts-api/commit/9c8c24f58337eeb2d4a919ab3ccd965e556eb25f))
15+
* **config:** enforce minimum length for `ADMIN_PASSWORD` env variable ([7decdca](https://github.com/Fdawgs/ydh-community-contacts-api/commit/7decdca273a8066cd6945640fe4d74850c374eb5))
16+
* **plugins/hashed-bearer-auth:** log client name ([48de80e](https://github.com/Fdawgs/ydh-community-contacts-api/commit/48de80ef17984f85bdd1cc88ee67fc82ff3a7429))
17+
18+
19+
### Continuous Integration
20+
21+
* add image optimisation workflow ([#99](https://github.com/Fdawgs/ydh-community-contacts-api/issues/99)) ([78e10db](https://github.com/Fdawgs/ydh-community-contacts-api/commit/78e10dbe2c44b2d89741dcb5abad5cd6c89c5fe2))
22+
23+
24+
### Miscellaneous
25+
26+
* auto-compress images ([#101](https://github.com/Fdawgs/ydh-community-contacts-api/issues/101)) ([2a52749](https://github.com/Fdawgs/ydh-community-contacts-api/commit/2a52749bab0d00a1121318e78e6c6ae4ea0b9fd0))
27+
* **plugins/db:** whitespace in switch statement ([90b4e33](https://github.com/Fdawgs/ydh-community-contacts-api/commit/90b4e33b15888c1eca921f36e06830bf0446f0cb))
28+
* **routes/contact/query:** correct jsdoc tag ([a14c857](https://github.com/Fdawgs/ydh-community-contacts-api/commit/a14c8571ce9f8ce225d3d6591793fce3146166c1))
29+
* **routes/schemas:** update `produces` and `consumes` values ([b00ed08](https://github.com/Fdawgs/ydh-community-contacts-api/commit/b00ed08dc1cfe3a0f7d6f6a1d25626087bcaa587))
30+
31+
32+
### Dependencies
33+
34+
* **deps:** bump fastify from 3.27.3 to 3.27.4 ([276f9c3](https://github.com/Fdawgs/ydh-community-contacts-api/commit/276f9c37c7bd7d24fed8b28d726e5a430a774c43))
35+
* **deps:** bump jstoxml from 3.1.0 to 3.2.0 ([adc026c](https://github.com/Fdawgs/ydh-community-contacts-api/commit/adc026c6008661e48babbf37d5b2c1ddff929417))
36+
* **deps:** bump pino from 7.8.0 to 7.8.1 ([75dfea1](https://github.com/Fdawgs/ydh-community-contacts-api/commit/75dfea1f0dafc8f47dc8745f5afa7c37893c1ca2))
37+
38+
39+
### Improvements
40+
41+
* **migrate:** use db variable in switch statement ([985bcbb](https://github.com/Fdawgs/ydh-community-contacts-api/commit/985bcbb20c209fb2b72396fc89966c0bbc3a8a35))
42+
* remove redundant strict equality operators ([494a7c4](https://github.com/Fdawgs/ydh-community-contacts-api/commit/494a7c489374272bb6c4b106c870fdf046c53616))
43+
* **routes/admin/access/b-t:** remove unused param ([7bfc9b3](https://github.com/Fdawgs/ydh-community-contacts-api/commit/7bfc9b31f3f507bfb4f49dd0898b1c9adf68c8a2))
44+
* **routes:** move `admin/access` to `admin/access/bearer-token` ([f21c9a9](https://github.com/Fdawgs/ydh-community-contacts-api/commit/f21c9a957b32f6cc681a35bcf89c2b624bb065df))
45+
346
## [2.1.0](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v2.0.0...v2.1.0) (2022-03-08)
447

548

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydh-community-contacts-api",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Yeovil District Hospital NHSFT's RESTful CRUD API for community team contact details",
55
"main": "src/app.js",
66
"repository": "git+https://github.com/Fdawgs/ydh-community-contacts-api.git",

0 commit comments

Comments
 (0)