Skip to content

restest-1.2.0

Compare
Choose a tag to compare
@AML14 AML14 released this 21 Sep 22:59
· 133 commits to master since this release

If you want to use RESTest as a JAR, download the ZIP file, extract it and execute it from there (keep the folder structure).

This release includes many minor features and bug fixes:

  • Updated some library versions.
  • Improved logging to external files. When enabled, both System.out and System.err will be logged too.
  • Updated IDLReasoner with some bug fixes.
  • Disabled some options by default to make RESTest execution faster (e.g., b7f93f2, 977dff5).
  • Added some basic OAuth support. Given a refresh_token, RESTest automatically obtains access_tokens periodically and uses them in the HTTP requests to the API (64485c6).
  • Many improvements and fixes in data generators related to request bodies and stateful data (e.g., a8af47e, aeeb6d7, 6204cac, 92117b6).
  • Improvements and fixes in semantic data generation feature (#205, #206, #207, #208, #209, #211).
  • Many other bug fixes and minor features.