Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge c2215af into dc300f3
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayson Koonce committed Aug 6, 2015
2 parents dc300f3 + c2215af commit 69e6c14
Show file tree
Hide file tree
Showing 83 changed files with 2,458 additions and 971 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Expand Up @@ -10,7 +10,7 @@ exclude_lines =
omit =
tchannel/zipkin/thrift/*
tchannel/testing/vcr/proxy/*
tests/data/generated/ThriftTest/*
tchannel/testing/data/*

[xml]
output = coverage.xml
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,7 +2,7 @@ node_modules/
env/
*.xml
*.egg-info
.coverage
*.coverage*
*.pyc
.phutil_module_cache
build/
Expand Down
13 changes: 11 additions & 2 deletions CHANGES.rst
Expand Up @@ -2,10 +2,19 @@ Changelog
=========


0.14.1 (unreleased)
0.15.0 (unreleased)
-------------------

- Nothing changed yet.
- Introduced new top level ``tchannel.TChannel`` object, with new request methods
``call``, ``raw``, ``json``, and ``thrift``. This will eventually replace the
akward ``request`` / ``send`` calling pattern.
- Introduced ``tchannel.from_thrift_module`` function for creating a request builder
to be used with the ``tchannel.TChannel.thrift`` function.
- Introduced new simplified examples under the ``examples/simple`` directory, moved
the Guide's examples to ``examples/guide``, and deleted the remaining examples.
- Added ThriftTest.thrift and generated Thrift code to ``tchannel.testing.data`` for
use with examples and playing around with TChannel.
- Fix JSON arg2 (headers) being returned a string instead of a dict.


0.14.0 (2015-08-03)
Expand Down
16 changes: 16 additions & 0 deletions UPGRADE.rst
Expand Up @@ -4,6 +4,22 @@ Version Upgrade Guide
Migrating to a version of TChannel with breaking changes? This guide documents
what broke and how to safely migrate to newer versions.

From 0.14 to 0.15
-----------------

- No breaking changes.

From 0.13 to 0.14
-----------------

- No breaking changes.

From 0.12 to 0.13
-----------------

- No breaking changes.


From 0.11 to 0.12
-----------------

Expand Down
File renamed without changes.
57 changes: 0 additions & 57 deletions examples/handlers.py

This file was deleted.

59 changes: 0 additions & 59 deletions examples/json_client.py

This file was deleted.

51 changes: 0 additions & 51 deletions examples/json_server.py

This file was deleted.

39 changes: 0 additions & 39 deletions examples/options.py

This file was deleted.

51 changes: 0 additions & 51 deletions examples/raw_client.py

This file was deleted.

49 changes: 0 additions & 49 deletions examples/raw_server.py

This file was deleted.

0 comments on commit 69e6c14

Please sign in to comment.