Skip to content

Releases: BerkleyTechnologyServices/restdocs-spec

0.23

09 Oct 20:21
Compare
Choose a tag to compare
  • Upgrade restdocs-api-spec to v0.19.0
  • Add support for multiple hosts

0.22

01 Apr 21:55
Compare
Choose a tag to compare
  • Upgrade restdocs-api-spec to v0.17.1
  • Upgrading several other dependencies
  • Requires Java 17

0.21

04 Jul 20:08
Compare
Choose a tag to compare

Upgrade restdocs-api-spec to v0.11.4

0.20

30 Mar 21:40
Compare
Choose a tag to compare

With this release we've finally got this plugin published to maven central (#19).

In addition, we had to change the groupId to get things working correctly so please make sure and update your pom.xml:

<plugin>
  <groupId>io.github.berkleytechnologyservices</groupId>
  <artifactId>restdocs-spec-maven-plugin</artifactId>
  <version>0.20</version>
  <executions>
    <execution>
      <goals>
        <goal>generate</goal>
      </goals>
    </execution>
  </executions>
</plugin>

0.19

07 Nov 00:12
Compare
Choose a tag to compare

New Features

  • Added support for Postman Collection specification (#105)
  • Added a new restdocs-spec:aggregate mojo that will allow generation of a single spec file from across all modules in a multi-module project (#102)

Bug Fixes

  • Open API v3: Server URL was incorrectly generated when host included a port (#85)

Chore

  • update restdocs-api-spec to v0.10.0 (#88)

0.18

18 Mar 14:25
Compare
Choose a tag to compare

Add support for restdocs-api-spec v0.9.8 (#75)

0.17

27 Feb 19:49
Compare
Choose a tag to compare

Add support for restdocs-api-spec v0.9.7 (#72)

0.16

25 Sep 01:02
Compare
Choose a tag to compare

Upgrade to restdocs-api-spec 0.9.5

0.15

05 Apr 02:29
Compare
Choose a tag to compare
  • Upgrade to restdocs-api-spec 0.9.2
  • Upgrade various other dependencies

0.14

28 Mar 18:51
Compare
Choose a tag to compare
  • Do not fail on unknown properties (#30, #32)