Date: August 20, 2018
Improvements
Fixed compatibility with IntelliJ 2016.2 (build 145). Compatibility was tested using IntelliJ IDEA 2016.2, but the changes also apply to all other IDEs with the same version, e.g. PhpStorm 2016.2. Thanks Bubba for pointing out this issue.
Senya now uses the IDE’s proxy settings for outbound calls to external services. HTTP and SOCKS, with or without username and password are supported, as well as a proxy auto-config (PAC) file. Thanks @wsalembi for adding this issue.
Added JavaFX error logging to find out why Swagger UI crashes at times, so that these issues can be fixed in upcoming releases.
Resolved Issues
Fixed editor regressions:
– Completions for object fields no longer include already declared fields.
– The indents in completion templates work correctly again for YAML files. At times the number of indents was way off for YAML files.
– JSON reference completions and CTRL + click are activated again after login.