Skip to content

v0.2.19

Latest
Compare
Choose a tag to compare
@release-drafter release-drafter released this 28 Mar 00:56
· 7 commits to refs/heads/master since this release
v0.2.19
da43876

Release Notes

Breaking changes

Features

  • add message IDs to private group messages @JFreegman (#2727)
  • Add groupchat API function that returns an IP address string for a peer @JFreegman (#2446)
  • group connection queries now return our own connection type @JFreegman (#2448)
  • Merge the remainder of the new groupchats implementation @JFreegman (#2269)

Bug Fixes

Documentation

Maintenance (Grunt tasks)

Maintenance (Code cleanup)

  • A more descriptive error for group invite accept function @JFreegman (#2736)
  • use typedef for private message ID's in callback @JFreegman (#2729)
  • correct a few nullable annotations @JFreegman (#2685)
  • make some improvements to group moderation test @JFreegman (#2576)
  • skip a do_gc iteration before removing peers marked for deletion @JFreegman (#2573)
  • Make group packet entry creation less error-prone @JFreegman (#2540)
  • don't pass garbage data buffer to packet send functions @JFreegman (#2541)
  • Make group saving/loading more forgiving with data errors @JFreegman (#2466)
  • make it more clear that assert and uint32_t increment both only exist if NDEBUG is not defined @zoff99 (#2311)

Maintenance (Refactoring)

Maintenance (Tests)

  • save_compatibility_test failing on big-endian systems @nurupo (#2696)
  • Add a protocol dump test to generate initial fuzzer input. @iphydf (#2291)