Data Abstract for All Platforms Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Data Abstract for All Platforms 10.0.0.1621Oct 20, 2025
Fixes
  • RO/D: Fixed access violation in TRORemoteDataModule.DoOnActivate using ODATA (regression).
Data Abstract for All Platforms 10.0.0.1619Oct 10, 2025
Features
  • ServiceBuilder: Added support for Mercury & Iodine.
  • ServiceBuilder: Now uses nested menus for codegen.
  • rodl2code: Now allows users to connect to HTTPS servers with self-signed certificates.
Fixes
  • RO/C++: Regression in 1617: _Invk files were incorrectly generated for C++Builder ('ambiguity between Urooponsslapi::TStringArray and Uroclasses::TStringArray').
  • RON: Raise proper/better exception if plain HTTP server receives HTTPS request.
  • Drop per-version trial builds for Delphi 7 true Delphi XE8 (still supported by the full “all versions” trial).
  • Review & cleanup for RO/N and DA/N samples (wip).
  • Ship .inc files in trial version.
  • Merged ROCodeGen.
  • ROCodeGen.
  • ServiceBuilder: Removed old JS codegen.
Data Abstract for All Platforms 10.0.0.1613May 7, 2025
Features
  • DA/D: Now allows you to set additional parameters for IBDAC.
  • RO/N: Super channels: increased MaxPackageSize to 10mb similar to Delphi.
  • RO/D+N: Improved JsonMessage error about WrapResult.
  • RO/D: Now supports OPTIONS request in HttpApi.
  • RO/N: Support for HEAD, PATCH, OPTIONS requests in HttpApi.
  • DA/J/N - RO/D: Cosmetic changes (param names should be the same in overridden methods).
  • Merged CodeGen4.
  • Merged ROCodeGen.
  • RO/.NET: Size error message improvements.
  • RO/N: EROUnknownMethod is renamed to EROUnknownServiceMethod.
Fixes
  • RO/D: HttpAPI: header parameters work incorrectly with CodeFirst services.
  • RO/N: Super server channels (SuperTcpServerChannel & SuperHttpServerChannel) should use ServerSecurityOptions for restrictions.
  • DA/J: Some binary operators aren't supported.
  • RO/D: UTF8BytesToString should convert w/o BOM.
  • DA/D: OData requests cause AV.
  • RO/N: favicon.ico cannot be retrieved via IpSuperHttpServerChannel.
  • DA/N: DASQL should allow macro with several parameters.
  • DA/N: DynamicWhere is written w/o required signature (json).
  • SB should use standard C# for CodeGen.