Skip to content

Releases: OlivierLDff/NetUdp

v2.0.6

13 Aug 15:31
0f9cb98
Compare
Choose a tag to compare

What's Changed

  • 😜 Gitmoji Changelog by @github-actions in #11
  • 💚 Fix CI to support Qt5 and update Qt6 by @OlivierLDff in #14
  • 🐛 Don't link to Qt::Qml when NETUDP_ENABLE_QML is OFF by @OlivierLDff in #13
  • 🐛 Correctly call bind only when necessary by @OlivierLDff in #16

Full Changelog: v2.0.5...v2.0.6

Release v2.0.5

03 Oct 13:38
Compare
Choose a tag to compare

Release v2.0.4

03 Oct 13:07
Compare
Choose a tag to compare

v2.0.3

02 Aug 07:49
Compare
Choose a tag to compare

🔇 Remove non important logs when input is disabled

v2.0.2

29 Aug 20:58
Compare
Choose a tag to compare

⬆️ CPM v0.32.3

v2.0.1

29 Aug 15:55
0d77664
Compare
Choose a tag to compare

🚚 FetchRecyler -> FetchRecycler (this fix the fact that recycler was always fetched from master)
📝 Remove note about spdlog
🔨 NetUdp::NetUdp library alias

v2.0.0

26 Aug 16:13
Compare
Choose a tag to compare

💥 NetUdp -> NetUdp
💥 netudp -> netudp
➖ remove spdlog dependency in flavor of qCDebug/qCWarning
➕ Manage dependencies via CPM
♻️ Worker: interface -> iface to avoid conflict with MSVC # define interface struct https://stackoverflow.com/questions/25234203/what-is-the-interface-keyword-in-msvc
♻️ pimpl WorkerPrivate
♻️ pimpl SocketPrivate
♻️ pimpl RecycledDatagramPrivate
🔨 Make recycler private since all Recycler include were moved inside pimpl
⚡️ NETUDP_ENABLE_UNITY_BUILD
🐛 InterfaceProvider: Use steady_clock instead of system to avoid rollback
🔊 Print build command at the of cmake
📝 Update Readme with dependencies graph

dependencies

v1.3.1

18 May 09:19
Compare
Choose a tag to compare

🐛 include missing QElapsedTimer header in Worker

v1.3.0

18 May 08:50
Compare
Choose a tag to compare

⚠️ Don't use this release if you subclass Worker. Or include QElapsedTimer before include Worker.hpp. ⚠️
This is fixed in v1.3.1

💥 Use raw pointer for worker & worker thread.
🚑️ This should fix issue when port was not completely released.

v1.2.2

04 May 10:41
Compare
Choose a tag to compare

🐛 Fix reset Datagram. (ttl is now always reset to 0)
🔊 Log more info about fail send datagram