Skip to content

Releases: hycomsa/mokka

v0.8.0

19 Jul 11:52
Compare
Choose a tag to compare
  • hsqldb dependency

v0.7.0

25 Jan 08:58
Compare
Choose a tag to compare

Changelog

New features

  • Enable using of url pattern for Wiremock engine #152
  • Enable using of regexp pattern on request body (Wiremock engine) #153
  • Enable forward proxy mode to HTTPS targets #154
  • Display Wiremock request journal #142

Improvements

  • Wiremock engine: make browser proxying, notifier verbosity and gzip compression configurable #151

Dependencies upgrade

  • wiremock: 2.26.0 -> 2.72.2 #150
  • Migrate from Java 8 to Java 11 #158

Migration from previous release

  • migrate from Java 8 to Java 11 #158

v0.7.0-SNAPSHOT

10 Nov 13:36
Compare
Choose a tag to compare
Fix gzip configuration

v0.6.2-SNAPSHOT

16 Sep 22:09
Compare
Choose a tag to compare
Fix datasource duplicates

v0.6.1-SNAPSHOT

15 Sep 09:10
Compare
Choose a tag to compare
Add MariaDB connector #146

v0.6.0

20 Mar 09:21
Compare
Choose a tag to compare

Changelog

Bug fixes

  • No converter found capable of converting from type [java.lang.String] to type [@o.s.d.j.r.Query p.h.m.e.l.m.Log] #88
  • Initialization error on MySQL: "error in your SQL syntax" #99
  • Fix Travis CI and SonarCloud integration #119
  • Fix PaymentController tests #121

New features

  • WireMock has been added as new stubbing engine:
    • Should we consider to use WireMock as a stub engine? #96
    • Extend WireMock with Mokka Groovy transformer #111
    • Provide MockConfiguration to StubMapping converter #108
    • Enable proxy mode per mock configuration #95
    • Add/Remove StubMapping on WireMock when MockConfiguration Added/Removed via Mokka UI #129
  • LDAP integration #98

Improvements

  • "Configuration" page improvements #102
  • Add name of matched stub to Log #85
  • Toolbar design changes #89
  • Improve mock list pagination on "Configuration" page. #90
  • "Log" page improvements #84

Dependencies upgrade

  • Spring Boot 2.2.1 -> 2.2.5
  • ognl 3.2.8 -> 3.2.12
  • guava 28.1-jre -> 28.2-jre
  • groovy-json 2.5.8 -> 2.5.9
  • groovy-xml 2.5.8 -> 2.5.9
  • univocity-parsers 2.6.0 -> 2.8.4
  • fluent-hc 4.5.5 -> 4.5.11
  • AngularJS Material 1.1.0

Migration from previous release

  • WireMock engine is disabled by default. To enable it set wiremock.enabled to true
  • Security profile (i.e. user repository) is set to local by default. To switch to LDAP set web.security.profile to ldap and configure ldap.server.dn.pattern and ldap.server.url properties

v0.5.0

19 Nov 22:41
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Missing ACE editor dependencies #80

Improvements

  • Extend mock definition with HTTP method #78

Dependencies upgrade

  • Add PostgreSQL dependency #75
  • Upgrade to junit 5 #74

Others

  • default log level for release changed to INFO (was: DEBUG)
  • mvn spring-boot:run by default starts with release profile. Please use -Pdev to enable development profile.

Migration from previous release

  • for existing installations set setup.initial.enabled property to false

v0.4.1-SNAPSHOT

18 Nov 08:38
Compare
Choose a tag to compare

Changelog

Dependencies upgrade

  • Add PostgreSQL dependency #75

v0.4.0-SNAPSHOT

10 Nov 13:57
ff1c144
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Cannot enter 'q' letter #45
  • Sonar authorization issue #69

Improvements

  • Add searching by mock id and name #70
  • Add X-Mock-Id HTTP header to mock response #72

Dependencies upgrade

  • Upgrade to Spring Boot 2.2.1 #64
  • Replace Apache Velocity with Apache FreeMarker #63

Migration from previous release

  • property name changed: logging.file -> logging.file.name

v0.3.3-SNAPSHOT

29 Sep 15:03
Compare
Choose a tag to compare
Prepare for 0.3.3 version