- Prepare for addition of web-api service in upcoming Server Pro 4.2 release.
-
Updated default
version
to4.1.1
.This is a bug fix release, see the full release notes.
-
Updated default
version
to4.1.0
.⚠️ This is a security release. Please check the release notes for details.
-
Updated default
version
to4.0.6
.From the release notes:
-
Bring back the History Migration Cleanup Script with a fix to free up mongo storage space.
⚠️ We advise customers to re-run the script again as per the documentation.
-
-
Added support for a version suffix of
-with-texlive-full
to be able to load a custom image with TeXLive full backed in.Server Pro customers: We strongly recommend using Sandboxed compiles instead of running a custom TeXLive full installation. Please reach out to us if you have any questions or need help with setting up Sandboxed compiles in Server Pro.
- Updated default
version
to4.0.5
.
- Updated default
version
to4.0.4
.
- Updated default
version
to4.0.3
.
- Updated default
version
to4.0.2
.
- Updated default
version
to4.0.1
.
- Use Docker Compose v2 by default. Fall back to Docker Compose v1 if v2 is unavailable.
- Propagate the
REDIS_PORT
variable to the sharelatex container
- Support listing container logs with
bin/logs
command bin/logs -n all
shows all logs for a given service
- Change the location of the git-bridge data directory to /data/git-bridge inside the container
- Start Mongo in a replica set by default
- Fix openssl invocation on OS X
- Ensure git bridge is disabled by default
- Git bridge support in Server Pro 4.x
- Updated default
version
to3.5.5
.
- Updated default
version
to3.5.4
.
- Updated default
version
to3.5.3
.
- Updated default
version
to3.5.2
.
- Updated default
version
to3.5.1
.
- Add variables for S3
- Extend doctor script to flag incomplete S3 config
- Increase SIGKILL timeout for docker container to enable graceful shutdown in version 3.5 onwards
- Updated default
version
to3.4.0
.
- Updated default
version
to3.3.2
.
- Updated default
version
to3.3.0
.
- Updated default
version
to3.2.2
.
- Updated default
version
to3.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.
- HTTP to HTTPS redirection.
- Listen mode of the
sharelatex
container nowlocalhost
only, so the value ofSHARELATEX_LISTEN_IP
must be set to the public IP address for direct container access.
- Listen mode of the
- Server Pro: New variable to control LDAP and SAML,
EXTERNAL_AUTH
, which can be set to one ofldap
,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.
bin/upgrade
displays any changes to the changelog and prompts for confirmation before applying the remote changes to the local branch.
- Fix code linting errors in bin/ scripts
- Updated default
version
to 2.5.0 - Updated Mongo version from 3.6 to 4.0. Documentation on Mongo updates can be found here.
- Updated default
version
to 2.4.2
bin/up
now passes along any supplied flags todocker-compose
, for example:bin/up -d
will run in detached mode- Documentation on how to update environment variables. (documentation)
- A typo
- Add
SHARELATEX_PORT
option tooverleaf.rc
file, which defaults to80
, same as the previous hard-coded value. (documentation)