Skip to content

v1.7.3.1

Compare
Choose a tag to compare
@gunlee01 gunlee01 released this 21 Aug 12:11
· 949 commits to master since this release

Release Note

Features

  • configuration gets easier by using configure popup window.
  • XLog columns customizable now.
    • Menu > Preferences > General > Chart
  • add user agent, country, city and group columns on a XLog table view.
  • another server plugin type is added : text plugin for dictionary handling
    • @ServerPlugin(PluginConstants.PLUGIN_SERVER_TEXT)
  • client update checking
  • Scouter client's workspace is located in a user home directory by default.
    • not any more need copy & restore workspace on every update of a client.
    • edit scouter.ini file in the client directory if you want to get separate environment by client.

Bug Fix

  • Fix the literal query parameter parsing bug.(It shows broken parameterized SQL in a XLog view.)
    • If you want to workaround this bug in an old version, set the option profile_sql_escape_enabled as false
  • Fix double-click effect of configuration view on a client windows build.

MISC

  • add PluginHelper (utility) class to support easy scripting for server plugins and alert plugins.