From fd7a3d56d0891cc98e2f6cbb0cdfb0ae62b725bc Mon Sep 17 00:00:00 2001 From: Ahmad Muzakki Date: Wed, 15 Jun 2022 14:42:29 +0700 Subject: [PATCH] revert announcement --- Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Readme.md b/Readme.md index abc7d9af..6eda3b84 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,18 @@ The server implementation is in GoLang but the client can be any programming lan --- +### Announcement: +The latest [version (v1.10)](https://github.com/tokopedia/gripmock/releases/tag/v1.10) of gripmock is requiring `go_package` declaration in the `.proto` file. This is due to the latest update of `protoc` plugin that being used by gripmock is making the `go_package` declaration mandatory. + +**Update Feb 2022:** + +[Version 1.11-beta](https://github.com/tokopedia/gripmock/releases/tag/v1.11-beta) release is available. +It supports **NO** declaration of `go_package`, please download and test before it can be tagged as stable. + +you can get the docker image using `docker pull tkpd/gripmock:v1.11-beta`. + +--- + ## Quick Usage First, prepare your `.proto` file. Or you can use `hello.proto` in `example/simple/` folder. Suppose you put it in `/mypath/hello.proto`. We are gonna use Docker image for easier example test. basic syntax to run GripMock is