Skip to content

Releases: digao-dalpiaz/DzSocket

DzSocket 3.1

12 Sep 22:52
154cb21
Compare
Choose a tag to compare

Delphi 11 auto-install support.

DzSocket 3.0

26 May 00:33
3113a20
Compare
Choose a tag to compare
  • 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

13 Mar 13:51
Compare
Choose a tag to compare

Removed CompInstall.exe from component sources due to AV false positive warning (now you can get it directly from CompInstall repository).

DzSocket 2.5

01 Feb 22:27
Compare
Choose a tag to compare
  • 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

18 Dec 11:06
Compare
Choose a tag to compare

Updated Component Installer app (Fixed call to rsvars.bat when Delphi is installed in a path containing spaces characters).

DzSocket 2.3

31 Oct 03:32
Compare
Choose a tag to compare

Included Delphi 10.4 auto-install support.

DzSocket 2.2

28 Oct 00:51
Compare
Choose a tag to compare
  • 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

26 Oct 16:03
Compare
Choose a tag to compare

Updated CompInstall to version 2.0 (now supports GitHub auto-update)