Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1add9fa299 | ||
|
|
b8696793f4 | ||
|
|
37e2df1fef |
19
CHANGELOG.md
19
CHANGELOG.md
@@ -28,6 +28,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- VK connection card icon changed to `bi-bag` (shopping bag) to reflect VK Market use case
|
- VK connection card icon changed to `bi-bag` (shopping bag) to reflect VK Market use case
|
||||||
- Password reset and email confirmation pages: replaced dev-mode console instructions with user-facing copy
|
- Password reset and email confirmation pages: replaced dev-mode console instructions with user-facing copy
|
||||||
|
|
||||||
|
## [1.7.3] - 2026-03-06
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Nginx reverse proxy configuration — SSL termination, HTTP→HTTPS redirect, proxy to uvicorn
|
||||||
|
- `scripts/init-letsencrypt.sh` — automated Let's Encrypt certificate provisioning via certbot webroot challenge
|
||||||
|
- Request logging for Evotor token exchange errors to aid debugging
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Evotor OAuth token exchange — move `client_id` and `client_secret` from HTTP Basic Auth to form body fields (resolves `invalid_client` errors)
|
||||||
|
- Docker environment — pass `EVOTOR_CLIENT_ID` and `EVOTOR_CLIENT_SECRET` to web container via docker-compose
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Default `BASE_URL` changed to `https://evosync.ru` for production deployment
|
||||||
|
- `docker-compose.yml` — web service now exposes port 8000 internally only (accessed via nginx)
|
||||||
|
- Added `refresh_token` field to `EvotorConnection` model for future token refresh logic
|
||||||
|
|
||||||
## [1.7.2] - 2026-03-05
|
## [1.7.2] - 2026-03-05
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|||||||
Reference in New Issue
Block a user