Releases: Slick-Telemetry/rearwing
0.7.0
0.7.0 (2024-05-09)
Feat
- add /fastest-sectors path
[main e650ae1] bump: version 0.6.1 → 0.7.0
4 files changed, 10 insertions(+), 4 deletions(-)
What's Changed
- 0.7.0 by @borolepratik in #73
Full Changelog: 0.6.1...0.7.0
0.6.1
0.6.1 (2024-04-19)
Fix
- cors: add 127.0.0.1 to CORS origins
- laps: ignore error message
Refactor
- rename backend to rearwing
- move fastapi app init to main.py
- move app config to init.py
[main 5b25bd2] bump: version 0.6.0 → 0.6.1
4 files changed, 17 insertions(+), 4 deletions(-)
What's Changed
- dev to main by @borolepratik in #71
Full Changelog: 0.6.0...0.6.1
0.6.0
0.6.0 (2024-04-07)
Feat
- BACK-8 new relic integration
- BACK-53 added /split-qualifying-laps path
Fix
- save resources when getting default year
- cache: BACK-54 disable cache
- fixed typos in project config
Refactor
- test: use client_with_auth
- use version from app/init.py
- extract FRONTEND_URL to .env
[main 34f13f8] bump: version 0.5.1 → 0.6.0
4 files changed, 23 insertions(+), 4 deletions(-)
What's Changed
- release by @borolepratik in #68
Full Changelog: 0.5.1...0.6.0
0.5.1
0.5.1 (2024-03-17)
Fix
- ci: updated conditions for steps
[main 00221a5] bump: version 0.5.0 → 0.5.1
4 files changed, 10 insertions(+), 4 deletions(-)
What's Changed
- fix(ci): updated conditions for steps by @borolepratik in #61
Full Changelog: 0.5.0...0.5.1
0.5.0
0.5.0 (2024-03-16)
Feat
- security: BACK-48 security token for accessing endpoints
Fix
- tests: fixed failing tests
[main b4de0bf] bump: version 0.4.0 → 0.5.0
4 files changed, 14 insertions(+), 4 deletions(-)
What's Changed
- build(ghcr): BACK-12 semver tagging by @borolepratik in #59
Full Changelog: 0.4.0...0.5.0
0.4.0
0.4.0 (2024-03-07)
Feat
- BACK-40 added /telemetry path
Fix
- next-event: use pydantic.model_validate_json
Refactor
- updated constants
[main 0bb97d9] bump: version 0.3.0 → 0.4.0
4 files changed, 18 insertions(+), 4 deletions(-)
What's Changed
- 0.4.0 by @borolepratik in #56
Full Changelog: 0.3.0...0.4.0
0.3.0
0.3.0 (2024-02-27)
Feat
- BACK-39 added /laps path
- BACK-31 upgraded to python 3.12.2
- BACK-38 added linter and typecheck
- BACK-36 added poethepoet poetry plugin
Fix
- logging: less noise during development
Refactor
- tests: BACK-44 moved tests to a separate folder
[main 5e84591] bump: version 0.2.0 → 0.3.0
4 files changed, 21 insertions(+), 4 deletions(-)
What's Changed
- staging to main by @borolepratik in #54
Full Changelog: 0.2.0...0.3.0
0.2.0
0.2.0 (2024-02-12)
Feat
- added timing middleware
- BACK-32 added /next-event path
- BACK-26 supabase self-host initial setup
- results: BACK-14 session is optional with default as race
- BACK-13 /schedule now provides the year
Fix
- schedule: BACK-24 exclude testing events
- BACK-22 added missing favicon.ico
- results: BACK-19 don't fetch laps
Refactor
- better organized docker installation
[main 6c64832] bump: version 0.1.0 → 0.2.0
4 files changed, 24 insertions(+), 4 deletions(-)
What's Changed
- release to main by @borolepratik in #49
Full Changelog: 0.1.0...0.2.0
0.1.0
0.1.0 (2024-01-28)
Feat
- cors support for local dev
[main 42be45f] bump: version 0.0.1 → 0.1.0
4 files changed, 9 insertions(+), 4 deletions(-)
What's Changed
- added ci for testing with pytest by @borolepratik in #6
- Docker CI (#7) by @borolepratik in #9
- updates to schedule by @borolepratik in #12
- added /standings endpoint and cors and fixed security issues by @borolepratik in #19
- feat: added /results endpoint and github release workflow by @borolepratik in #42
Full Changelog: https://github.com/Slick-Telemetry/backend/commits/0.1.0