Skip to content

Commit aacdecf

Browse files
authored
Merge pull request #517 from nanotaboada/release/v1.0.1-bicyclekick
chore(changelog): release 1.0.1 - Bicycle-kick
2 parents 2a6fac1 + 9a13e65 commit aacdecf

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
This project uses football/soccer terminology for release names:
1111

1212
| Letter | Term | Definition | Tag Name |
13-
|--------|------|------------|----------|
13+
| ------ | ---- | ---------- | -------- |
1414
| A | Assist | Pass leading to a goal | `assist` |
1515
| B | Bicycle-kick | Overhead kick | `bicyclekick` |
1616
| C | Corner | Corner kick | `corner` |
@@ -56,6 +56,25 @@ This project uses football/soccer terminology for release names:
5656

5757
---
5858

59+
## [1.0.1 - bicyclekick] - 2026-03-08
60+
61+
### Changed
62+
63+
- Docker entrypoint now prints API and Swagger UI URLs on startup
64+
- Swagger UI CSP updated to include `connect-src 'self'` and `worker-src blob: 'self'`
65+
- Swagger UI static `/swagger/index.html` redirect now registered before static file middleware
66+
- `swaggerUrl` set explicitly so Swagger UI fetches spec from `/swagger.json` instead of falling back to petstore
67+
- Test naming convention updated to action-oriented arrow pattern
68+
- Unified Copilot instructions as canonical single-file format
69+
- Dependency updates: `pino`, `dotenv`, `qs`, `dottie`, `express-rate-limit`, `eslint`, `nodemon`, `commitlint`, `@types/*` and GitHub Actions (`docker/build-push-action`, `docker/login-action`, `docker/setup-buildx-action`, `actions/setup-node`, `actions/upload-artifact`, `actions/download-artifact`)
70+
71+
### Fixed
72+
73+
- Docker container crashed on startup with `unable to determine transport target for "pino-pretty"` — resolved by setting `NODE_ENV=production` in `compose.yml`
74+
- Swagger UI displayed petstore fallback due to missing CSP directives and static file middleware intercepting `/swagger/index.html`
75+
76+
---
77+
5978
## [1.0.0 - assist] - 2026-02-08
6079

6180
Initial release. See [README.md](README.md) for complete feature list and documentation.

0 commit comments

Comments
 (0)