Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

54 lines (44 loc) · 2.2 KB

Changelog

2022-08-16

Added

  • Updated default version to 3.2.0.
  • Updated Mongo version from 4.2 to 4.4. Documentation on Mongo updates can be found here.
  • Print warning when SHARELATEX_LISTEN_IP is not defined.

2021-10-13

Added

  • HTTP to HTTPS redirection.
    • Listen mode of the sharelatex container now localhost only, so the value of SHARELATEX_LISTEN_IP must be set to the public IP address for direct container access.

2021-08-12

Added

  • Server Pro: New variable to control LDAP and SAML, EXTERNAL_AUTH, which can be set to one of ldap, saml, none. This is the preferred way to activate LDAP and SAML. For backward compatibility, if this is not set, we fall back to the legacy behaviour of inferring which module to activate from the relevant environment variables.
    • This should not affect current installations. Please contact support if you encounter any problems
    • See LDAP and SAML documentation for more

2020-11-25

Added

  • bin/upgrade displays any changes to the changelog and prompts for confirmation before applying the remote changes to the local branch.

Misc

  • Fix code linting errors in bin/ scripts

2020-11-19

Added

  • Updated default version to 2.5.0
  • Updated Mongo version from 3.6 to 4.0. Documentation on Mongo updates can be found here.

2020-10-22

Added

2020-10-21

Added

  • bin/up now passes along any supplied flags to docker-compose, for example: bin/up -d will run in detached mode
  • Documentation on how to update environment variables. (documentation)

Fixed

  • A typo

2020-10-09

Added

  • Add SHARELATEX_PORT option to overleaf.rc file, which defaults to 80, same as the previous hard-coded value. (documentation)