Skip to content

0.2.4.0

Choose a tag to compare

@viktor-yunenko viktor-yunenko released this 19 Nov 01:10
· 282 commits to master since this release
Immutable release. Only release title and notes can be modified.
e3aac13
  • secure GraphQL API with a new whitelist of the existing React queries (gql.tada Persisted Queries)
  • HackerNews sync by cron
  • show HackerNews users "karma", "created", and "about" fields with a <Popover/>

Tech details

  • build(Mise):
    • use Nutshell
    • refactor Tasks's names, files, etc
    • upgrade to Postgres 18
    • rename env.IS_DB_EXTERNAL to IS_POSTGRES_EXTERNAL
    • speed up by running Tasks in parallel
    • use Django FS cache (as db cache resets in pytest)
  • refac(highlight): better state flow (top -> down) + Component naming
  • refac: merge in join Votes & footer of items