Releases: leviysoft/mockingbird
Releases · leviysoft/mockingbird
Mockingbird 3.12.1
- Fix calling gRPC stub if proto-scheme contains nested enum (#27)
Mockingbird 3.12.0
This release is identical to 3.12.0-rc1
Mockingbird 3.12.0-rc1
- 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
- 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
- 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
- fix GRCP server initialization (#3, proposed by @ashashev)