google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
22.52k stars 3.19k forks source link

When is the next release for the latest change including `GetTemporaryPointer` bug fix? #8306

Open jaeyoo opened 1 month ago

jaeyoo commented 1 month ago

Hi folks, I am observing the downstream error from the flatbuffers::GetTemporaryPointer<tflite::TFLiteSettings> with the old implementation in v24.3.25 like return GetMutableTemporaryPointer<T>(fbb, offset);. But I also saw that this bug was already fixed in this commit on April 17. When can I get the latest release version of Flatbuffer? Could you please help me to get the latest release? Thank you in advance,

Best, Jae