Skip to content

Releases: coollabsio/coolify

v1.0.15

22 May 13:33
Compare
Choose a tag to compare

Webhook quickfix.

v1.0.14

22 May 13:19
c7efe89
Compare
Choose a tag to compare

Features

  • Basic Python support

Fixes

  • Fix default start command

v1.0.13

16 May 19:56
adcd68c
Compare
Choose a tag to compare

Features:

  • NestJS template.
  • Redis database.

Fixes:

  • Better error handling.
  • Loading indicator for DBs.
  • Development fixes.

v1.0.12 - SvelteKit migration

14 May 20:00
23a4ebb
Compare
Choose a tag to compare

Changed the whole tech stack to SvelteKit which means:

  • Typescript
  • SSR
  • No fastify :(
  • Beta, but it's fine!

Other changes:

  • Tailwind -> Tailwind JIT
  • A lot more

v1.0.11

30 Apr 20:43
cccb9a5
Compare
Choose a tag to compare

Features:

  • Build packs for popular frontend frameworks. It will help to understand which build packs should be chosen.

Fixes:

  • Github queries optimized.
  • Save repositories to store (faster navigation).
  • Remove unnecessary data on dashboard requests.
  • Speed up static site builds with a lot.

UI:

  • Redesign of the application deployment page.
  • Redesign of database deployments page.

v1.0.10

26 Apr 09:54
b416e3a
Compare
Choose a tag to compare

Fixes:

  • Default Nuxt port changed to 3000 (thanks to @Yurgeman).
  • Cleanup old images effectively.
  • More attempts on container startups (3->6).
  • Always clean up server logs on restart/redeploy.

v1.0.9

22 Apr 22:24
3744c64
Compare
Choose a tag to compare

Features:

Fixes:

  • UI/UX fixes and new designs

v1.0.8

19 Apr 16:49
Compare
Choose a tag to compare

Quick fix for Docker files, nothing special here

v1.0.7

19 Apr 07:47
142b83c
Compare
Choose a tag to compare

New features:

  • Automatic error reporting (enabled by default)
  • Speed up build times by leveraging docker build caches

Fixes:

  • Fix error handling
  • Fix vue autodetect
  • Custom dockerfile is not the default

Others:

  • Cleanup logs-servers collection, because old errors are not standardized
  • New Traefik proxy version
  • Standardized directory configurations

v1.0.6

15 Apr 20:42
bad8428
Compare
Choose a tag to compare

Features:

  • Rust support 🦀 (Thanks to @pepoviola)
  • Add a default rewrite rule to PHP apps (to index.php)
  • Able to control upgrades in a straightforward way

Fixes:

  • Improved upgrade scripts
  • Simplified prechecks before deployment
  • Fixed path deployments
  • Fixed already defined apps redirections
  • Better error handling - still needs a lot of improvement here!