Releases: nerves-project/nerves
Releases · nerves-project/nerves
v1.5.5
[This is an update for users of nerves 1.5.x who can't update. Please use later releases if you're not in this situation.]
- Bug fixes
- Fixes an issue where query parameters would be percent-encoded twice.
Packages that usequery_params
argument option toartifact_sites
could
be impacted. For example, packages storing build artifacts in AWS S3
require theX-Amz-Credential
query parameter key whose value
includes the reserved character/
. This symbol is double encoded to
%252F
. This failed on systems with Erlang OTP-23.2 and above.
See #604 for additional context.
- Fixes an issue where query parameters would be percent-encoded twice.
v1.7.11
v1.7.10
v1.7.9
- Improvements
- Add helper script generator for using gdb to analyze core dumps. Nerves
systems ship with debug symbols (target images have these stripped) that can
be used to get stack traces and more from core dumps from the Erlang VM and
other C/C++ programs. See the Debugging C in Nerves blog
post for an example. - Support the new
:limits
option in erlinit so that it's possible to set the
core dump limits (i.e., enable core dumps) before Erlang starts.
- Add helper script generator for using gdb to analyze core dumps. Nerves
v1.7.8
v1.7.7
v1.7.6
v1.7.5
- Bug fixes
- Fixes an issue where query parameters would be percent-encoded twice.
Packages that usequery_params
argument option toartifact_sites
could
be impacted. For example, packages storing build artifacts in AWS S3
require theX-Amz-Credential
query parameter key whose value
includes the reserved character/
. This symbol is double encoded to
%252F
. This failed on systems with Erlang OTP-23.2 and above.
See #604 for additional context.
- Fixes an issue where query parameters would be percent-encoded twice.
v1.6.7
- Bug fixes
- Fixes an issue where query parameters would be percent-encoded twice.
Packages that usequery_params
argument option toartifact_sites
could
be impacted. For example, packages storing build artifacts in AWS S3
require theX-Amz-Credential
query parameter key whose value
includes the reserved character/
. This symbol is double encoded to
%252F
. This failed on systems with Erlang OTP-23.2 and above.
See #604 for additional context.
- Fixes an issue where query parameters would be percent-encoded twice.
v1.7.4
- Experimental features
- Packages can provide custom system environment variables to be exported.
The initial use case for this feature is to export system specific
information for llvm-based tools.
- Packages can provide custom system environment variables to be exported.