Skip to content

v3.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 08:08
ea45a07

3.12.0 (2020-11-18)

Chores
  • release:
  • deps: bump einaregilsson/beanstalk-deploy from v11 to v14 (3b71c17)
New Features
  • revision:
    • add revised time for article shcema (c300099)
    • copy previous draft's asset map for revised draft (43c67ac)
  • view: recreate curation tag materialized view (44734c4)
  • notice: add notice for publish revised article (c7852a1)
  • queue: add revision queue and adjust edit article api (2da4edd)
  • api:
    • adjust edit article api for article revision (f8d63dd)
    • add api for listing article's linked drafts (fecb2ca)
Bug Fixes
  • tag: fix followingTags.totalCount (0ecf3ae)
  • cookie: set SameSite=Lax for __user_group cookie (834e4cf)
  • revision: change revision limit from 4 to 3 (811bf46)
  • resolver:
    • cleanup unused class when saving revised content (86b19d3)
    • fix article is returning draft's created date (b05405e)
  • article read: count visitor read as new read when ip changes (ee796b1)
  • search: fix article search returning nothing when pasting url (f6fc5f6)
  • register: fix invalid user name made by system (6579a30)
  • fix the iOS browser cookie lost issue (dd0fa3c)
  • increase server timeout to 5mins to avoid 504 issue (4b4ca59)
  • update server timeout to 5 mins (8df7b00)
  • slug: fix getting wrong slug when recording read count and super like (1aabce7)
  • oauth:
    • add a saftey check for strip-connect handler (44d8e02)
    • add error catcher for viewer query in oauth server (6a94acb)
  • queue: fix missing paramter while publishing content to IPFS (96534bb)
Other Changes
  • fix the iOS browser cookie lost issue" (d0f2f2d)
  • //github.com/thematters/matters-server into feat/editing (649b7fb)
Refactors
  • update hottest article AB group ordering (073e670)
Code Style Changes