2.3.17
What's Changed
- Fix issue causing infinite loop on file upload (countWorkers = 0) by @eos175 in #108
- Enhancements to acknowledgment process, message sequence correction, and support for
MediaOptions.Thumb
by @eos175 in #110 - Refactor utility functions to use generics instead of any by @eos175 in #121
- Optimized encoding tl by @eos175 in #120
- add buffer pool to encoder for improved performance by @eos175 in #124
- minor fix closed by @eos175 in #131
- feature: replaced *bytes.Buffer with io.Writer by @Freebien in #134
- chore(NewMessage): classify non-broadcast PeerChannel as group in Cha… by @ruizlenato in #135
New Contributors
- @eos175 made their first contribution in #108
- @Freebien made their first contribution in #134
- @ruizlenato made their first contribution in #135
Full Changelog: 2.3.15...2.3.17