Skip to content

Releases: railwayapp/nixpacks

v0.2.6

19 Jul 22:06
Compare
Choose a tag to compare

Changes

  • #327 Revert "Replace - with . when specifying nix packages"
  • #329 Update nixpkgs archive to 9eb60f25aff0d2218c848dd4574a0ab5e296cabe
  • #310 no-cache option also does not use the docker cache
  • #326 Remove a bunch of needless heap allocations
  • #331 Haskell caching
  • #330 Add ruby bin dir to path
  • #332 docs: fix a typo for static files provider
  • #335 Fix Rails docker run tests
  • #334 Fix rust compilation of openssl-sys

v0.2.5

16 Jul 00:11
Compare
Choose a tag to compare

Changes

  • #319 Fix python numpy and pandas

v0.2.4

14 Jul 23:08
Compare
Choose a tag to compare

Changes

  • #301 fix(providers): installing haskell on arm container
  • #303 Auto-update nix archive
  • #305 fix update nixpkgs archive cron
  • #295 feat: issue templates
  • #309 Update install script output
  • #311 Redirect nixpacks.com/install.sh to install script
  • #313 Add pkg-config to base image
  • #314 Bump base image to debian-1657820962
  • #315 Remove cache key test
  • #316 Ruby provider updates
  • #317 install zlib dev by default in Haskell provider

v0.2.3

12 Jul 23:35
Compare
Choose a tag to compare

Changes

  • #302 Dynamic box size

v0.2.2

12 Jul 21:09
Compare
Choose a tag to compare

Changes

  • #180 Add nix flakes for contributing to nixpacks
  • #287 Replace - with . when specifying nix packages
  • #289 Update debian in base image
  • #291 Bump base image to debian-1657555817
  • #292 update nixpkgs archive
  • #288 feat: add supports for --platform
  • #299 Prettier plan output
  • #290 Add support for bun

v0.2.1

09 Jul 01:20
Compare
Choose a tag to compare

Changes

  • #280 NIXPACKS_NO_CACHE config variable
  • #282 document the NIXPACKS_NO_CACHE variable
  • #281 Don't search for package.json files in node_modules
  • #283 Remove deprecated node versions
  • #266 Fix versions of npm, yarn and pnpm
  • #284 Strip newlines from config (NIXPACKS_) variables
  • #285 Flag to just print the generated dockerfile

v0.2.0

08 Jul 21:21
Compare
Choose a tag to compare

Changes

  • #259 BuildKit Caching
  • #262 remove cache key println
  • #264 clippy and linting
  • #263 Better errors when failing to read JSON and TOML files
  • #268 Go caching
  • #269 Add Caching docs
  • #270 Configurable cache dirs
  • #271 move node canvas docs to setup section
  • #272 Docs improvments
  • #265 Hash default cache key (shorter)
  • #273 fix toc heading detection
  • #275 Correct environment variable names in the docs
  • #276 Fix typos
  • #277 Remove some deps
  • #279 Fix docs cli commands

v0.1.9

02 Jul 20:05
Compare
Choose a tag to compare

Changes

  • #255 Dont output docker command result

v0.1.8

02 Jul 18:52
Compare
Choose a tag to compare

Changes

  • #242 README + Docs Updates
  • #247 Docs Site
  • #249 update readmes with links to docs
  • #248 Check for docker install
  • #250 Fix missing command in django application
  • #254 dont follow symlinks when copying over app

v0.1.7

30 Jun 22:04
Compare
Choose a tag to compare

Changes

  • #234 use std::env::consts::ARCH in more places
  • #235 Support npm run build for Laravel
  • #240 Fix source: not found in ruby provider
  • #236 Support Deno Tasks/Fresh