monix / monix-grpc

Apache License 2.0
6 stars 2 forks source link

Add mima to verify binary compatibility #10

Closed borissmidt closed 1 year ago

borissmidt commented 3 years ago

I think we should soon add mima to verify our binary compatiblity to avoid breaking it. Otherwise it is very annoying to use generator 0.1.0 clients in a project that uses 0.2.0. (i.e. only ClientCall object should be checked on binary comatibility)

paualarco commented 2 years ago

I will be happy to help with this one, but we would need to publish artifact first, so that we can compare it with previous versions :)