Skip to content

Releases: uber/zanzibar

Fix grpcClientGenerator to return client spec

09 Jul 03:24
Compare
Choose a tag to compare

This release patches the fix in #726 on v0.4.4.

Note: v0.4.5 seems to be identical to v0.4.4, i.e, not including the fix. Publishing a new version to bust proxy caches.

Fix grpcClientGenerator to return client spec

07 Apr 21:43
Compare
Choose a tag to compare

This release patches the fix in #726 on v0.4.4.

Update to Go 1.14

20 May 01:11
29240aa
Compare
Choose a tag to compare
Update go version in travis tools to 1.14 (#713)

- fix the generated code
- glide-up and cleanup

Replace easyjson with encoding/json

08 Apr 00:52
f4a7b33
Compare
Choose a tag to compare

We are replacing easyjson with encoding/json. Existing clients should not see their behavior change due to this.

Revert d7033ab40

04 Mar 01:04
cb342ff
Compare
Choose a tag to compare
Merge pull request #687 from uber/edwin.revert

Revert "Fix entries in build.yaml being order dependent"

Added serverless endpoitn support

10 Feb 20:35
9d17cfe
Compare
Choose a tag to compare
Rename runtime (#684)

* Renaming middleware

* Remove runtime

* Remove runtime

Skip Yarpc Client change

22 Aug 19:22
Compare
Choose a tag to compare

The yarpc client change breaks some users. So this release reverts that change but takes everything else.

Do not use

21 Aug 20:23
Compare
Choose a tag to compare

Recommitted PR #625 on to a branch

Merge PR# 618 with breaking change for clientConfig struct

09 Aug 18:19
Compare
Choose a tag to compare

Among various changes since the last release, the clientConfig change in PR# 618 breaks existing user due to the key changing from thriftFile -> idlFile.

v0.2.0: Merge pull request #549 from uber/lu.toc

17 Jan 21:19
89e0e9d
Compare
Choose a tag to compare
Add toc to readme and update changelog