Skip to content

Commit

Permalink
Release version v5.2.0
Browse files Browse the repository at this point in the history
This release includes the following changes:

- Handling of Content-Type headers with name=value pairs after the
  MIME type is now correct.

- Context values describing the requested service, package, and method
  are now available to HTTPClients passed to generated Twirp clients.

- Generated clients no longer emit logs to the standard library logger
  under any circumstances. Instead, they will return any error
  encountered closing an HTTP response body if they found no other
  errors during the request. If they hit other errors, then HTTP
  response body close errors are ignored.

- The vendor directory is now committed. This should make installation
  of protoc-gen-twirp more straightforward.
  • Loading branch information
spenczar committed Jan 31, 2018
1 parent c0c4355 commit 125be91
Show file tree
Hide file tree
Showing 22 changed files with 53 additions and 53 deletions.
8 changes: 4 additions & 4 deletions clientcompat/internal/clientcompat/clientcompat.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clientcompat/pycompat/clientcompat_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: clientcompat.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions example/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/service_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: service.proto

import httplib
Expand Down
2 changes: 1 addition & 1 deletion internal/gen/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

package gen

const Version = "v5.1.0"
const Version = "v5.2.0"
8 changes: 4 additions & 4 deletions internal/twirptest/gogo_compat/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions internal/twirptest/importable/importable.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/importable/importable_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: importable.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/importer/importer.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/importer/importer_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: importer.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/multiple/multiple1.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/multiple/multiple1_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: multiple1.proto

import httplib
Expand Down
4 changes: 2 additions & 2 deletions internal/twirptest/multiple/multiple2.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/multiple/multiple2_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: multiple2.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/no_package_name/no_package_name.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: no_package_name.proto

import httplib
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: no_package_name_importer.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/proto/proto.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/proto/proto_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: proto.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/service_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT.
# source: service.proto

import httplib
Expand Down

0 comments on commit 125be91

Please sign in to comment.