Tuoni Plugin SDK version changelog
Tuoni Plugin SDK is available from Maven Central. It is recommended to always use the latest version of the SDK and to keep an eye on the changes reported on this page.
Plugin SDK versions will follow Tuoni versions, but SDK release may be skipped when there are no changes on the SDK side. Most of the time, the Plugin SDK version will be release ahead of the Tuoni release.
SDK Versions
0.4.2
Released only for internal use.
0.5.0 (2024-06-14)
🎉 First public release of Tuoni Plugin SDK 🎉
Upcoming changes in future releases
The following methods will be marked as deprecated and replaced with renamed methods. Deprecated methods will be removed in future versions.
AgentMetadata#os_major()
- useosMajor()
insteadAgentMetadata#os_minor()
- useosMinor()
insteadAgentMetadata.Builder#os_major(Byte)
- useosMajor(Byte)
insteadAgentMetadata.Builder#os_minor(Byte)
- useosMinor(Byte)
instead
The following new methods will be added:
AgentMetadata#ansiCodePage()
AgentMetadata.Builder#ansiCodePage(Integer)