revanced-api/CHANGELOG.md
semantic-release-bot e92fbdf1f4 chore(release): 1.0.0-dev.3 [skip ci]
# [1.0.0-dev.3](https://github.com/ReVanced/revanced-api/compare/v1.0.0-dev.2...v1.0.0-dev.3) (2024-07-11)

### Bug Fixes

* Move old API endpoint configuration from env to configuration file ([7e99e49](7e99e49af2))
2024-07-11 02:28:50 +00:00

11 KiB

1.0.0-dev.3 (2024-07-11)

Bug Fixes

  • Move old API endpoint configuration from env to configuration file (7e99e49)

1.0.0-dev.2 (2024-07-11)

Bug Fixes

  • Configure CORS correctly (2ed4cf3)

1.0.0-dev.1 (2024-07-10)

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)
  • 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 spelling mistake (17ecf58)
  • Increase pool size to mitigate overflow (#113) (5aed3d6)
  • 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)