Skip to content

Spring REST Docs 1.1 Release Notes

Andy Wilkinson edited this page Feb 9, 2016 · 3 revisions

New and noteworthy

Support for REST Assured

Support for REST Assured has been added along side the existing support for Spring Test’s MockMvc. Support for REST Assured allows Spring REST Docs to be used to document any API that is accessible via HTTP, not just those that have been implemented using Spring MVC.

Support for Markdown

Spring REST Docs can now be configured to generate Markdown snippets. This can be particularly useful in combination with a Markdown-based documentation library such as Slate.

Pattern-based header removal

Request and response headers can now be removed from documentation snippets based on matching a regular expression pattern.

Upgrading

No special steps are required to upgrade to from Spring REST Docs 1.0 to 1.1.

Clone this wiki locally