Skip to content

Commit 7cd9dd5

Browse files
authored
Merge pull request tokopedia#115 from tokopedia/update_readme_add_announcement
revert announcement
2 parents 8e9277e + fd7a3d5 commit 7cd9dd5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ The server implementation is in GoLang but the client can be any programming lan
55

66
---
77

8+
### Announcement:
9+
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.
10+
11+
**Update Feb 2022:**
12+
13+
[Version 1.11-beta](https://github.com/tokopedia/gripmock/releases/tag/v1.11-beta) release is available.
14+
It supports **NO** declaration of `go_package`, please download and test before it can be tagged as stable.
15+
16+
you can get the docker image using `docker pull tkpd/gripmock:v1.11-beta`.
17+
18+
---
19+
820
## Quick Usage
921
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.
1022
basic syntax to run GripMock is

0 commit comments

Comments
 (0)