3.0.1
(fix):
Fix compilation errors in generated SDK snippets for collections with optional types and unknown size arrays.
Generated documentation (README.md and reference.md) now shows cleaner, more idiomatic Java code examples
using Arrays.asList()
directly instead of unnecessary ArrayList
wrapping.