You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Java] Remove unused initialOffset member from generated codecs. Note: This change might break some code. In order to fix just use offset instead of initialOffset.
[Java] Check for being in a composite when generating array access methods based on version.
[Java] Captured types in IR should be for the minimum version used in a schema. (#967).
[C++] Provide access to acting block length of repeating group via the sbeActingBlockLength() method. Issue #968.