- Now uses thrift instead of REST which is up to 60% faster. [mrfoto, barthez]
Twofishes.configure
no longer acceptsbase_url
. You now need to providehost
andport
separately. Please make sure that you're using the thrift port (8080 by default), not the HTTP port (8081 by default) anymore.- Thrift does not include all available fields in the response by default. To get them, you can explicitly pass
geocode
anincludes
keyword argument with an array of Array ofResponseIncludes
constants. There is an example in the README.
- Adds timeout option, configurable with
Twofishes.configure
.
- Initial stable version.
- Structural improvements, best practices.