Skip to content

0.4.18 - 06/19/2023

Compare
Choose a tag to compare
@abkfenris abkfenris released this 20 Jun 16:26
· 657 commits to main since this release
215104f

Fixes:

  • Attempt to to fix N+1 query from /api/platforms/ where Django wasn't pre-fetching the timeseries for the platforms, so they were being fetched on the fly as the serializer tried to assemble the output. Fixes #793

Dependency updates:

  • Pre-commit
    • Pyupgrade from 3.6.0 to 3.7.0
    • Gitleaks from 8.16.4 to 8.17.0
    • Django-upgrade from 1.13.0 to 1.14.0
  • Redis from 5.0.3 to 5.0.14