You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ The server implementation is in GoLang but the client can be any programming lan
5
5
6
6
---
7
7
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
+
8
20
## Quick Usage
9
21
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.
0 commit comments