Skip to content

Releases: laviua/komock

Release 1.10.0

05 Dec 13:06
2cddcc0
Compare
Choose a tag to compare

Record requests and dump into the yaml format

Release 1.8.0

09 Oct 10:52
Compare
Choose a tag to compare

Add SMTP Mock
Package refactoring

Release 1.7

31 Aug 13:00
Compare
Choose a tag to compare
  • Create mechanism for request recording
  • Refactoring.
  • Increase performance
  • Documentation
  • Improve builders for java code configuration
  • Improve data structures
  • Add gradle wrapper
  • Add ktlint
  • Add variables for log request/response
  • Add request counter
  • Add delay for response
  • Remove kotlinx package

Release 1.6

02 Apr 10:23
Compare
Choose a tag to compare
  • Reloadable spring config by period
  • Callback for request
  • Header based request authentication
  • Response body substitution by request parameters

Release 1.5

10 Mar 11:41
Compare
Choose a tag to compare
  • Set variables in models are open. It can be override.
  • Add List of consul agents instead of the one consul agent.
  • Move server yaml property to httpServer.
  • Package name refactoring.
  • Update documentation and example

Release 1.4

09 Mar 11:48
Compare
Choose a tag to compare
  • Set models are open class
  • Move ByteResource code to Kotlin
  • Run only enabled routes
  • Remove id from models

Release 1.3

02 Mar 22:01
Compare
Choose a tag to compare
  • ByteResource as SSL Key. Now you don't need to load ssl key from file by full path.
  • Add consul properties for checking by http, tcp, script.
  • Fixed log pattern with incorrect log date.
  • Fixed bug when virtual host initiated before router start.
  • Moved ArrayList to List in the API models.
  • Add id to the API models
  • Add maven central badge. Add codeclimate check

Release 1.2

24 Feb 11:59
Compare
Choose a tag to compare
  • Refactoring Class names.
  • Rename secure to ssl property.
  • Remove unused property.

Release 1.1.2

15 Feb 13:39
Compare
Choose a tag to compare
  • Ability to enable/disable route
  • Ability to enable/disable server
  • Ability to set custom consul port

Release 1.1

29 Jan 14:11
Compare
Choose a tag to compare

Create module structure.

For now two modules:
komock-app
komock-core