Skip to content

Releases: Technolords/microservice-mock

1.7.0

04 Oct 17:40
Compare
Choose a tag to compare

This release adds the following features:

  • Support for PUT, PATCH and DELETE operations

The Maven artifact is NOT available at Maven Central and will be fixed next time (loss of GPG key)

Docker image is available at:

1.6.0

27 May 12:31
Compare
Choose a tag to compare

This release adds the following features:

  • Ability to deal with Json messages in combination with Jsonpath expression, just like xpath is for xml.

The Maven artifact is available at Maven Central:

<dependency>
  <groupId>net.technolords.micro.service</groupId>
  <artifactId>microservice-mock</artifactId>
  <version>1.6.0</version>
</dependency>

Docker images are available at:

1.5.0

11 Oct 16:00
Compare
Choose a tag to compare

This release adds the following features:

The Maven artifact is available at Maven Central:

<dependency>
  <groupId>net.technolords.micro.service</groupId>
  <artifactId>microservice-mock</artifactId>
  <version>1.5.0</version>
</dependency>

Docker images are available at:

1.4.1

12 Mar 22:44
Compare
Choose a tag to compare

This release of the microservice mock adds the following features:

  • None

This release is a fix of the generated Docker image, as the order of the plugins was wrong.
See also:

In order to pull the image:

docker pull technolords/mock

The release is also available at Maven Central:

<dependency>
  <groupId>net.technolords.micro.service</groupId>
  <artifactId>microservice-mock</artifactId>
  <version>1.4.1</version>
</dependency>

1.4.0

12 Mar 21:34
Compare
Choose a tag to compare

This release of the microservice mock adds the following features:

  • None

This release is a convenience release, as it introduces a Dockerfile. The current release
process creates an image and pushes this to Docker. See also:

In order to pull the image:

docker pull technolords/mock

The release is also available at Maven Central:

<dependency>
  <groupId>net.technolords.micro.service</groupId>
  <artifactId>microservice-mock</artifactId>
  <version>1.4.0</version>
</dependency>

1.3.0

18 Oct 19:18
Compare
Choose a tag to compare

This release of the microservice mock adds the following features:

  • Added support for query parameters (GET)

The release is also available at Maven Central:

<dependency>
  <groupId>net.technolords.micro.service</groupId>
  <artifactId>microservice-mock</artifactId>
  <version>1.3.0</version>
</dependency>

1.2.0

06 Mar 11:52
Compare
Choose a tag to compare

This release of the microservice mock adds the following features:

  • Added support for wildcards
  • Added support for the query command (current configuration)

The release is also available at Maven Central:

<dependency>
  <groupId>net.technolords.micro.service</groupId>
  <artifactId>microservice-mock</artifactId>
  <version>1.2.0</version>
</dependency>

1.1.0

09 Nov 21:24
Compare
Choose a tag to compare

This release of the microservice mock adds the following features:

  • Support of different content types (aka mime-types)
  • Support to send commands to the mock service (like stop, stats, reset and log)
  • Support of properties file, rather than passing them all as system properties on command line
  • Enhanced logging, now possible to use MDC (Mapped Diagnostic Context) like uri and return code
  • Added more mark-down pages for documentation on GitHub

1.0.0

07 Sep 08:57
Compare
Choose a tag to compare

This release of the microservice mock provides the following features:

  • Support to configure alternative port.
  • Support to configure log, although the default is good for almost all use cases.
  • Support for external configuration, which is validated before it is initialized.
  • Caching of responses (data is read from file only once).
  • Support to delay the response.
  • Support to simulate erroneous response.