Releases: digao-dalpiaz/DzSocket
Releases · digao-dalpiaz/DzSocket
DzSocket 3.1
Delphi 11 auto-install support.
DzSocket 3.0
- Redesigned data sending and receiving, using stream and UTF8 encoding, and avoiding receiving overload by using TCriticalSection.
- Improved error handling on socket message receiving.
- Included automatic reconnection support.
DzSocket 2.6
Removed CompInstall.exe from component sources due to AV false positive warning (now you can get it directly from CompInstall repository).
DzSocket 2.5
- Removed Delphi XE2 from the list of environments as it was never possible to compile in this version.
- Fixed XE6 conditional directive about JSON, because was incorrectly pointing to XE5.
DzSocket 2.4
Updated Component Installer app (Fixed call to rsvars.bat when Delphi is installed in a path containing spaces characters).
DzSocket 2.3
Included Delphi 10.4 auto-install support.
DzSocket 2.2
- Fixed previous Delphi versions (at least on XE2, XE3, XE4 and XE5) package tag. It was causing package compilation error.
- Fixed to use JSON unit only when Delphi XE6 or higher.
DzSocket 2.1
Updated CompInstall to version 2.0 (now supports GitHub auto-update)