Releases: Tinkoff/mockingbird
Releases · Tinkoff/mockingbird
Mockingbird 3.6.0
- support nested protobuf structures
Note: this release slightly changes the way of package handling, it may cause malfunction of existing GRPC mocks in a few corner cases. If you face this - you can easily fix your issues by re-creating those mocks.
Mockingbird 3.5.1
- Fix
no_body
request mode
Mockingbird 3.5.0
- replace async-http-client with Armeria
- add an ability to bypass sertificate check on certain hosts
Mockingbird 3.4.1
- Update tapir (1.0.6 -> 1.2.6)
- Show faulty source in error message
Mockingbird 3.4.0
- values from path segments now can be used for searching states
Mockingbird 3.3.0
- new request body mode -
multipart
- update tapir
- update tofu
Mockingbird 3.2.3
- JVM proxy settings now only overwritten when explicitly set in config
- Increase maxFormAttributeSize
Mockingbird 3.2.2
- fix
not()
function call in native-image (JVM users can skip this update)
Mockingbird 3.2.1.1
- slimmer native image
- publish staged docker layers
Mockingbird 3.2.1
- support custom fields in logging configuration for native-image
- bump scala to 2.13.10