Releases: nerves-project/nerves
Releases · nerves-project/nerves
v0.4.6
Nerves 0.4.6
- Bug Fixes
- fix artifact http download manager to take as long as it needs unless idle for more than 2 minutes.
- [Providers.Docker] Fixed IO stream parsing to handle occasions where ANSI codes are not being passed.
- loosened dependency on distillery
v0.4.5
Nerves 0.4.5
- Bug Fixes
- catch exits from mix release.clean when calling mix firmware
v0.4.4
Nerves 0.4.4
- Bug Fixes
- return an
{:error, message}
response from the http provider when a resource is not found
- return an
v0.4.3
Nerves 0.4.3
- Enhancements
- Mix will display a progress bar, percentage, and total / expected bytes when downloading artifacts.
- Added task
mix firmware.image my_app.img
for producing images for use with applications like dd - Silenced output from distillery which would contain misleading information for the nerves project
- Bug Fixes
- Docker provider could potentially produce application id's that were invalid
v0.4.2
Nerves 0.4.2
- Bug Fixes
- Fixed issue where artifact paths could not be set by system env var
- Mix Task
nerves.release.init
was failing due to missing template. Include priv in hex package files.
v0.4.1
Nerves 0.4.1
- Bug Fixes
- Do not stop the Nerves.Env at the end of the package compiler. This would cause the packages to resolve the wrong dep type.
- Fixed issue where remote artifacts would not be globally cached
- Fixed issue with package compiler where it would always force systems to be built
v0.4.0
Nerves 0.4.0
- Enhancements
- Improved test suite
- Added documentation for modules
- Consolidated the Nerves Environment to the Nerves package
v0.4.0-rc.0
Nerves 0.4.0-rc.0
- Enhancements
- Consolidated compilers into
nerves_package
. - Removed dependency for
nerves_system
- Removed dependency for
nerves_toolchain
- Added Docker provider for building custom systems on machines other than linux
- Consolidated compilers into
v0.3.3
- Bug Fixes
- Updated nerves.precompile / loadpaths to support Elixir 1.3.x aliases.
- Enhancements
- Removed dependency on porcelain