Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

53 lines (41 loc) · 3.62 KB

2022 April 27

  • adds env variable SENTRY_SAMPLE_RATE

2022 April 20

  • fix wrong method ProjectsController#find_project
  • adds validation to project (uniqueness on project_id scope api_client)

v2 2022 February 28

v1.0.3 2020 August 18

  • extracts into env variable ELASTICSEARCH_PORT
  • updates all gems except those concerning elasticsearch
  • fix revoking a client key was not working
  • admin can destroy an APIClient and its projects

TODO:

  • set ELASTICSEARCH_PORT variable

v1.0.2 2018 December 31

v1.0.1 2018 July 25

  • Updated loofah (2.0.3 -> 2.2.2) to fix CVE-2018-8048
  • Updated nokogiri (1.6.7.2 -> 1.8.4) to fix CVE-2017-18258
  • Updated rails-html-sanitizer (1.0.3 -> 1.0.4) to fix CVE-2017-18258
  • Updated rails (5.0.0.beta3 -> 5.0.0.rc2) to fix nokogiri dependency update
  • Fixed Dockerfile (ruby image was updated by the owner)
  • Added deployment instructions