Skip to content

Releases: restful-ma/rest-ruler

v2.1.1

14 Mar 13:22
Compare
Choose a tag to compare

Fixed a bug with loading a dictionary for path segment identification

v2.1.0

14 Mar 12:51
Compare
Choose a tag to compare

This release restructures the project to make the JAR file fully self-contained.

  • Dictionary text files were moved to src/main/resources and the respective code to load them was adjusted
  • ML models were moved to src/main/resources/models and the respective code to load them was adjusted
  • Documentation was adjusted to reflect these changes

v2.0.0

21 Nov 09:41
Compare
Choose a tag to compare

This release removes everything related to dynamic analysis.

  • RESTRuler now focuses only on static analysis of OpenAPI files; dynamic analysis has been removed completely to reduce complexity
  • Gradle updated to 7.6.3, with some plugins being updated as well

v1.0.1

24 Aug 12:21
Compare
Choose a tag to compare

This is mostly a dev-related release with extensive restructuring.

  • The evaluation data has been moved to a separate repo to reduce repo size
  • The repo has been restructured so that src is now on the root level
  • Some smaller documentation fixes and enhancements

v1.0.0

14 Aug 13:12
Compare
Choose a tag to compare

This is the first official release. The CLI is still a research prototype, but has reached a certain level of maturity now. The last commits were focused on:

  • Improving documentation
  • Restructuring and simplifying the directory structure
  • Renaming the executable JAR file
  • Refining the parameters of the command line interface
  • Updating Java, Gradle, and dependency versions