Skip to content

v2.9.0

Compare
Choose a tag to compare
@teleyinex teleyinex released this 06 Feb 11:50
· 599 commits to master since this release
43119f6

This new version features the following:

  • JSONB for data storage. We are now only supporting PostgreSQL >= 9.5 as JSONB has so many benefits over plain JSON data type. In the next releases, we will start using this new data storage to improve the API filtering options.
  • Fixes to the news item feed (thanks to British Library @alexandermendes)
  • Add historical contributions to the home page and category pages (thanks to Bloomberg @jayflo).
  • Allow publishing a project from an SPA (thanks to British Library @alexandermendes).
  • Add Flask-Profiler to get better insights about the performance of the API endpoints.
  • Allow adding co-owners to projects (thanks to Bloomberg @fiorda)

Enjoy!!!