Skip to content

v1.0.0

Choose a tag to compare

@ReVancedBot ReVancedBot released this 13 Jul 14:44
· 112 commits to main since this release

1.0.0 (2024-07-13)

Bug Fixes

  • Add missing auth realm (a6008a2)
  • Add missing OpenAPI docs (d4ac471)
  • add required headers (#8) (f4c10dc)
  • Add uri to rate limiter request key (e8c2488)
  • ci: add git dep (d61ddcc)
  • ci: fix git deps (5564c2d)
  • Configure CORS correctly (2ed4cf3)
  • Correct env var comment (9d7b049)
  • Correct persistence directory name (6238e33)
  • deps: fix requirements file (5f0ab26)
  • deps: missing pydantic (089f29e)
  • deps: update poetry.lock (b2c2fa7)
  • Don't configure server (280dbc3)
  • Encode defaults to fix OpenAPI spec (e9d1c8f)
  • Finish DB Model to API model transformation inside transaction (89a577e)
  • fix codeql issues (b5568db)
  • Fix OpenAPI docs casing of a word (541783d)
  • Fix spelling mistake (17ecf58)
  • Increase pool size to mitigate overflow (#113) (5aed3d6)
  • Move old API endpoint configuration from env to configuration file (7e99e49)
  • Move robots.txt to root (2ade550)
  • Only list public members (97a5d11)
  • Remove punctuation (f9cae1e)
  • remove revanced-api from tools map (4800ee9)
  • Serialize response correctly (1dccfd2)
  • Set body for all eligible request methods (c6cacef)
  • unversioned endpoints placement under v0 should be at root (8b29f49)
  • Use correct persistance folder path (500a589)
  • Use correct proxy path (ef92768)
  • Use correct resource path (4dffd32)
  • Use multidict 6.0.5, add setup tools as dev dependency (af19446)

Features

Performance Improvements

  • Cache latest announcements for constant access time (1ca9952)
  • Cache patches list instead of just the patches file (7a1957d)
  • Make async db transactions and use List instead of Set (a7d1892)