codec: parseCodecs output has been changed. It now returns an object that can have an audio or video property, depending on the codecs found. Those properties are object that contain type. and details. Type being the codec name and details being codec specific information usually with a leading period.
codec:audioProfileFromDefault has been renamed to codecsFromDefault and now returns all output from parseCodecs not just audio or audio profile.