Skip to content

Releases: leviysoft/mockingbird

Mockingbird 3.12.0-rc1

04 Nov 16:04
Compare
Choose a tag to compare
Pre-release
  • Add examples (#11)
  • Run tests based on examples in CI/CD (#11)
  • New GraalVM distribution (#12)
  • fix creation of stub with XPath inside request condition

Mockingbird 3.11.3

21 Oct 18:46
Compare
Choose a tag to compare
  • add logging for proxy requests (#13)
  • fix various issues in GRPC stub validation (#14)

It's recommended to delete the following indexes on collection mockingbirdStubs after upgrade (if you didn't delete them after upgrading to 3.11.2):

  • method_1_path_1_scope_1
  • method_1_pathPattern_1_scope_1

Mockingbird 3.11.2

22 Sep 15:24
Compare
Choose a tag to compare
  • Improve stub-searching performance (#8)

It's recommended to delete the following indexes on collection mockingbirdStubs after upgrade:

  • method_1_path_1_scope_1
  • method_1_pathPattern_1_scope_1

Mockingbird 3.11.1

23 Aug 17:10
aadd022
Compare
Choose a tag to compare
  • fix GRCP server initialization (#3, proposed by @ashashev)