Skip to content

Latest commit

 

History

History
179 lines (88 loc) · 8 KB

CHANGELOG.md

File metadata and controls

179 lines (88 loc) · 8 KB

0.15.0 (2024-11-03)

Features

  • support specifying TZ in commands (5375592)

0.14.2 (2024-07-20)

Bug Fixes

  • result: handle unmatched driver keys (089d8b2)

0.14.1 (2024-03-23)

Bug Fixes

  • results: include meeting name in results (2281c2c)

0.14.0 (2024-03-09)

Bug Fixes

  • db: support Sprint Qualifying event (fe124c2)
  • driver: handle missing data in driver list (5ddd3ef)
  • sqlx: re-add cached query (479c9d9)
  • worker: remove unn-necessary deref (9b6b63e)

Features

0.13.2 (2024-03-01)

Bug Fixes

0.13.1 (2024-02-29)

Bug Fixes

  • cron: make cron run every 5 minutes (29ad9a7)

0.13.0 (2024-02-26)

Features

  • irc: support password via env (8bffb49)

0.12.1 (2024-02-25)

Bug Fixes

  • sqlite: create DB if missing (a2913a1)

0.12.0 (2024-02-13)

Features

  • countdown: fallback to DB if no event within 5 minutes (c4492af)

0.11.1 (2024-01-14)

Bug Fixes

  • results: exclude livery event in fetcher (ee6bebe)

0.11.0 (2024-01-14)

Bug Fixes

  • calendar: refresh for previous year for results (35e191c)

Features

  • api: update API spec (513e83d)
  • event_type: additional outputs (4448221)
  • irc: helper function for auth (7c343d4)
  • models: update models for F1Calendar API (787d9af)
  • py: remove py implementation (946c7cc)
  • sql: additional tables for new API (fbe8de8)
  • sqlx: bump sqlx (41d3ca4)
  • worker: simplify job logic (1a8a72f)

0.10.0 (2023-06-09)

Bug Fixes

  • clean: remove deprecated files (ceb7278)
  • clippy: apply clippy lints (626d358)
  • prev: fix duplicate SQL calls (aaf624a)
  • result: set result for closest event (9db39be)
  • worker: run workers in another thread (9d798e8)
  • wxc: store only one instance of standings (7ecb7c1)

Features

  • command: allow parameterized when command (c2a9500)
  • db: run migrations at startup (4658f67)
  • env: default env file (3a6c2d7)
  • sql: create migrations (38b17ce)
  • v2: re-write with improved deps and logic (31de7e2)
  • wxc: fetch standings every 5 minutes (f53ed4f)

0.9.1 (2023-05-16)

Bug Fixes

  • event: remove extra emoji (7b49ff4)

0.9.0 (2023-03-18)

Features

  • next: filter next by event type (880a661)

0.8.0 (2023-03-07)

Features

  • config: add fly.io configs (6e44278)

0.7.0 (2023-03-04)

Bug Fixes

  • cargo: remove dependency on openssl (a46dbb3)

Features

  • docker: create Dockerfile to deploy to fly.io (0412c53)

0.6.1 (2022-12-13)

Bug Fixes

  • clippy: apply lint fixes (56652d7)

0.6.0 (2022-12-13)

Features

  • dummy: dummy commit to test CI (168802d)

0.5.0 (2022-11-20)

Features

  • prev: create new command for previous results (08bf857)

0.4.0 (2022-10-22)

Features

  • d|c: create new commands for standings (9091a58)