Release v3.4.2 #2532
thomas-bc
announced in
Announcements
Release v3.4.2
#2532
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quarterly release including bug fixes, improvements and a few minor breaking changes.
Breaking Changes
Fw/FilePacket
, thelength
andvalue
member variables are now private and should instead be accessed with thegetLength
andgetValue
methods.Svc/FileDownlink
, thesourceName
,destName
,osFile
andsize
member variables are now private and should be accessed with theirget*
methods.send
is now a reserved keyword in FPP. FPP objects that are namedsend
, such as ports, need to be either renamed or escaped with a $ character (see reference on escape characters in FPP)config/
folder out offprime/
to configure and own it in their project.Modifications are required in the following files (links show content to add):
Improvements
fprime-util generate --ninja
.fprime-util new --project
is being deprecated in favor of a new package:fprime-bootstrap
. This is to fix installation issues as well as improve user experience with a new recommended approach to using virtual environments within an F´ project. See the Install Guide for more information.All PRs
REALPATH
innormalize_paths
Incorrectly #2449 by @LeStarch in Switching to absolute paths in CMake. Fixes #2449 #2451fprime-util
version check command #2407) by @0x48piraj in Add version-check to bug-report template (#2407) #2490Baremetal/FileSystem
readDirectory()
impl by @kbotteon in FixBaremetal/FileSystem
readDirectory()
impl #2489ActiveTextLogger
naming to match build system naming expectations by @kbotteon in UpdateActiveTextLogger
naming to match build system naming expectations #2509New Contributors
Baremetal/FileSystem
readDirectory()
impl #2489Full Changelog: v3.4.1...v3.4.2
This discussion was created from the release Release v3.4.2.
Beta Was this translation helpful? Give feedback.
All reactions