Rad Studio
[+] : Mejorado OpenAI Assistant, now allows to upload files and ask questions about the content of these files.[+] : Mejorado OpenAI Assistant Demo, a new option has been added to upload files. The demo shows how to upload the sgcWebSockets.pdf manual and ask questions about it.
[+] : Mejorado sgcIndy Setup, new Option "Avoid Storing New Properties", if set to true, the new propiedades like APIVersion, LegacyProvider... won't be stored in the dfm files.
[+] : New property OpenSSL_Options.MinVersion to set which is the minimum version accepted.
[+] : Añadido soporte para Intraweb XVI.
[+] : Mejorado Amazon AWS S3 SDK, new method GetObjectAsStream to download the object as a binary stream.
[*] : Corregido error sgcWebSockets setup, when selecting Lazarus install some files where not exported.
[*] : Corregido error OpenAPI Parser when the result is a number.
[*] : Corregido error OpenAPI Client encoding the body as utf-8.
[*] : Corregido error memory leak when receiving fragmented messages, the internal queue object was not destroyed (Gracias a Jasja para letting me know).
[*] : Corregido error sgcIndy setting the minimum accepted tls protocol.
[*] : Corregido error HTTP/2 client when using the HTTP Proxy the SNI host was not set properly and the connection was closed.
[*] : Corregido error OpenAI Client parsing UTF-8 characters.
[*] : Corregido error en el Cliente MQTT memory leak when destroying the TsgcWSMQTTUNSUBACK class (Gracias a Robin para letting me know).
[*] : Corregido error WebSocket client would enter a loop if it encountered a 10054 error while connecting.
[*] : Corregido error AMQP1 Client the Hostname was not set properly.
[*] : Corregido error en el Servidor HTTP.SYS decoding WebSocket HTTP Headers when the connection comes from a reverse proxy. (Gracias a Corbinian para letting me know).
[/] : When selecting the openSSL Version tls1_3, now by default only the tls1_3 version will be accepted (before 2024.10.0 release, the tls1_2 was also accepted).
There is a new property to set the minimum tls version accepted, OpenSSL_Options.MinVersion.
.NET
[*] : Corregido error memory leak when receiving fragmented messages, the internal queue object was not destroyed (Gracias a Jasja para letting me know).[*] : Corregido error HTTP/2 client when using the HTTP Proxy the SNI host was not set properly and the connection was closed.
[*] : Corregido error WebSocket client would enter a loop if it encountered a 10054 error while connecting.
