Skip to content

v7.0.0

Compare
Choose a tag to compare
@gcotelli gcotelli released this 29 Dec 20:31
· 7 commits to v7 since this release
4312dad

What's Changed

  • Operational Plugins
    • Add an operational plugin showing information about the active loggers in #132
    • Operational plugins can be disabled/re-enabled on the fly using the API in #135
  • JSON RPC
    • Implement JsonRPCRequestHandler>>#debugMode: in #134
    • Add JsonRPCController to ease the creation of JSON RPC endpoints in #140
    • Add support for creating JSON RPC method handlers that don't depend on the source code access to parse its parameters in #141
  • Misc
    • Update launchpad to v4 in #130
    • APIs can now be authenticated at API level instead for specific routes in #137
    • Add StargateAPISkeleton as base for applications implementing an API in #142
    • Update and organize docs in #136
    • Improve portability of ApplicationControlCommand in #144

Migration Guide

Follow the instructions here

Full Changelog: v6.1.1...v7.0.0