Oto pełna lista nowych funkcji i poprawek błędów dostępnych w sgcWebSockets 4.4.9:
[+] : Nowe property "HttpUploadFiles" in HTTP Servers (TsgcWebSocketHTTPServer and TsgcWebSocketServer_HTTPAPI). Allows to save the POST streams received as FileStreams so server can receive big files without getting out of memory exception.
[+] : Nowe demo that shows how POST big Files and store in a file instead of memory using WebSocket HTTP Server.
[+] : Nowe demo Apple Push Notifications, shows how send push notifications to apple devices using HTTP/2 and Certificates or JWT as authentication.
[+] : Nowy komponent TsgcUDPClient, UDP client based on Indy library for UDP connections.
[+] : Nowy komponent TsgcUDPServer, UDP server based on Indy library for UDP connections.
[+] : Nowe demo which shows how use UDP Server and Client, located in folder "Demos\01.WebSocket_Quick_Start\11.UDP_Server_Client".
[+] : Ulepszono OAuth2 Client, teraz supports OAuth2 Client Credentials (for applications like daemons or service accounts). There is a nowa właściwość called GrantType with the following values (auth2Code, auth2ClientCredentials).
[+] : Ulepszono OAuth2 Client Demo, new Configuration "Azure AD As Service" showing the use of new Client Credentials grant type.
[+] : Ulepszono OpenSSL_Options property, nowa właściwość "LibPath", if has the value "oslpDefaultFolder" automatically calls IdOpenSSLSetLibPath and sets the default lib folder.
[+] : Zaktualizowano Indy for Lazarus to latest version.
[+] : Update OpenSSL libraries 1.1.1 to latest version.
[*] : Naprawiono błąd HTTP/2 Server sending Windows Update Frame.
[*] : Naprawiono błąd OAuth2 Client error opening WebBrowser under MacOSX.
[*] : Naprawiono błąd przy kompilacji sgcWebSockets under ios, error linking JWT openSSL methods. By default JWT is disabled under iOS, enable SGC_JWT_IOS in sgcVer.inc.
[*] : Naprawiono błąd HTTP client was not setting the correct openSSL API value.
[*] : Naprawiono błąd Loading openSSL 1.1 under OSX64.
[*] : Naprawiono błąd HTTP.SYS Range Check Error when RangeChecking is enabled.
[*] : Naprawiono błąd SChannel if no certificate was found by issuer, the connection was closed.
[*] : Naprawiono błąd TsgcWebSocketServer and TsgcWebSocketHTTPServer, if authentication was enabled an naruszenie dostępu został zgłoszony processing any request.
[*] : Naprawiono błąd Binance Futures API calling method "GetPositionInformation", binance server was returning 404 error.
[*] : Naprawiono błąd Google PubSub client, JSON message creading calling Publish Method with arguments was incorrect. (Podziękowania dla Erik za informację):
[/] : Zaktualizowano Binance Futures REST API, the method "GetAllLiquidationOrders" has been deleted because is not supported any more by Binance API.
