Skip to content

3.15.0

Latest

Choose a tag to compare

@ato ato released this 09 Jun 13:05
· 8 commits to master since this release

Download distribution zip (or tar.gz)

Full Changelog | Javadoc | Maven Central

New features

  • Profile selector: You can now select a profile from a dropdown list when creating a new job.
    #725
  • Groovy config editor: The job config editor now supports Groovy job configs. This includes auto-completion
    with documentation hints for bean and property names (but not for arbitrary Groovy code). Accepting completion of
    bean class names inserts imports statements if needed. #728

Bug fixes

  • Groovy profiles: Fixed discovery of job directories containing profile-crawler-beans.groovy
  • ExtractorHTML: Capped dynamic attribute-name scanning to avoid pathological regex behavior on pages with extremely
    large attribute values. #733

Changes

  • Removed obsolete vendored JavaScript libraries from the UI #732
    • Replaced Foundation JS with native HTML dialogs and simple vanilla JS click handlers.
    • Removed jQuery and Zepto as they were only used by Foundation JS.
    • Removed Internet Explorer compatibility shims (modernizr and IE conditional comments).