Remoting SDK のリリース

Released: May 6, 2016

9.0.97 での更新項目

機能

  • Provides a simple way to set the SSL certificate validation callback for IP-based client channels.
  • Better compatibility for SOAP between Delphi and .NET.
  • IP-based client channels should refuse non-valid certificates (including self-signed ones) by default.

不具合の修正

  • 75097: Post message throws NRE whe a method that accepts a ComplexType parameter is invoked with NULL parameter value.
  • 75091: "Convert To CodeFirst" Wizard generates empty interfaces for Event Sinks.
  • 75062: Provide a documentation...

Released: Mar 25, 2016

9.0.95 での更新項目

機能

  • New Features:
    • Vastly improved SSL/TLS support.
    • New _ServerAccess helper class generated when connecting to server.
    • New ApplicationServer class to encapsulate boilerplate code.
    • All new CodeGen4-based code generation.
    • Code-First server support.
  • New Enhancements:
    • Switch to CodeFirst in Data Abstract Server templates - C#
    • Support --console as startup parameter (similar to --commandline)
    • Add support for 'Abstract' RODL structures
    • Improve lock handling in the SchemaAccess.RetrieveCachedSchema...