Javonet 版本發佈

查看各個版本中的最新內容,包含功能、增強與已解決問題的詳細資訊。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
Javonet 2.5.172025年5月9日
功能
  • Python 2 Support Across All Platforms - Javonet now supports legacy Python 2 environments, enabling full interoperation with Python 2 scripts across various languages. This ensures compatibility with older systems that haven't migrated to Python 3.
  • Standalone Function Support in Node.js, Python, Ruby & Perl - Added the ability to invoke standalone (global) functions using a new InvokeGlobalFunction method. This works seamlessly with scripting languages like Node.js, Python, Ruby, and Perl.
  • Java Callback Handlers Implemented - Java applications can now define and expose callback handlers. This means Java code can now respond to asynchronous events triggered from other runtimes via Javonet - enhancing bidirectional communication.
  • .NET Events Subscription Now Available - You can now subscribe to events in .NET and .NET Core libraries from external technologies. This enables more reactive integration scenarios and allows external runtimes to listen for real-time updates from .NET components.
  • Improved Type Handling Across SDKs - The way Javonet handles data type serialization and deserialization has been optimized, making type compatibility more robust and reliable across integrations.
  • Node.js Compatibility Updated to v22.14 - Javonet now supports Node.js 22.14, allowing you to leverage the latest Node features and performance enhancements.