Skip to content

v.1.6.0 (main 1.6.0)

Compare
Choose a tag to compare
@zekroTJA zekroTJA released this 29 Dec 10:40
· 64 commits to master since this release

Back End / API Changelog

This changelog only refers to chanegs to the API and back end. If you want to read about changes in the front end, take a look at the front end releases.

API Changes

  • The GET /pages endpoint now has a query flag filter.
    Using this, results are filtered by page name or assigned champions (case-insensitive).
  • Editing and creating pages may now return an invalid title exception if the title is longer than 1024 characters.

Major Changes

  • Rune Data (Names and Descriptions) and Champion Data (IDs and Display Names) are now polled from Riot's Data Dragon API on start up of the back end process.

Fixes

  • Password reset endpoints are now secured and working properly.
  • Fix potential context leakage in MongoDB database driver

Docker Image

myrunes docker images

# docker pull myrunes/backend:1.6.0