Skip to content

v0.15.3

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:55
· 15 commits to develop since this release

Nexploy 0.15.3

Performance

  • prisma: add performance indexes and optimize build queries — fb39d84

Refactoring

  • services: add React cache for async functions in build and auth services — 210cbb7
  • repository/envs: optimize environment variable handling with new services and reveal logic — f1525f9

Documentation

  • sync-docs: add DISK_SPACE_LOW to known API error codes — 2c7fb03

Other Changes

  • [Release] Update version to 0.15.3 — faa20f0

Docker images

docker pull nexploy/nexploy:0.15.3
docker pull nexploy/docker-api:0.15.3

Install

curl -fsSL https://nexploy.app/install.sh | sh

Or pin this exact version:

NEXPLOY_VERSION=v0.15.3 \
  sh -c "$(curl -fsSL https://nexploy.app/install.sh)"

Already running Nexploy?

curl -fsSL https://nexploy.app/install.sh | sh -s update

Contributors

Thanks to everyone who contributed to this release:

@nathacks

Full changelog: v0.15.2...v0.15.3