Skip to content

Releases: Slick-Telemetry/rearwing

0.7.0

09 May 07:43
Compare
Choose a tag to compare

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

Full Changelog: 0.6.1...0.7.0

0.6.1

19 Apr 02:41
Compare
Choose a tag to compare

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

Full Changelog: 0.6.0...0.6.1

0.6.0

07 Apr 18:51
Compare
Choose a tag to compare

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

Full Changelog: 0.5.1...0.6.0

0.5.1

17 Mar 06:05
Compare
Choose a tag to compare

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

Full Changelog: 0.5.0...0.5.1

0.5.0

16 Mar 19:41
Compare
Choose a tag to compare

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

Full Changelog: 0.4.0...0.5.0

0.4.0

07 Mar 12:26
Compare
Choose a tag to compare

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

Full Changelog: 0.3.0...0.4.0

0.3.0

27 Feb 06:27
Compare
Choose a tag to compare

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

Full Changelog: 0.2.0...0.3.0

0.2.0

12 Feb 04:45
Compare
Choose a tag to compare

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

Full Changelog: 0.1.0...0.2.0

0.1.0

28 Jan 19:12
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/Slick-Telemetry/backend/commits/0.1.0