Skip to content

v1.1 Giovo

Compare
Choose a tag to compare
@loreV loreV released this 28 Dec 21:01
· 220 commits to master since this release

Features

  • Improved image support
    • Added compression job to compress a batch of images
      • Scheduled recurrently during low traffic period: every 5 minutes from midnight to 8am
      • Images are compressed to 4 different size: HQ, M, LOW, EXTRA_LOW (1MB - 156kb)
      • The job is a non-blocking operation
    • Images upload endpoint now takes care of cleaning the temp folder synchronously
  • POIs are now optionally filtered by REALM (which allows for easy instance separation)
  • Add lastModifiedBy field for each type of entity - to keep track of the last user that made changes to a certain entity
  • Added simple email template for communication

Bug fixes

  • Fixed issue with geo-locating trail that would not take the correct view rectangle for searching - changed to simple square polygon
  • POIs are now related to trails by trail ID and not by trail CODE
  • Maintenance are related to trails by their ID and not by trail CODE
  • Added more validation on trails and place entry points
  • Fixed an issue with FileDetails and RecordDetails wording on DB (inconsistency issue)
  • Fixed Log4J Critical RCE Zero-Day issue