[Upgrade Guide](./docs/upgrading.md)
> Several bugfixes and improvements required or will require small breaking changes, necessitating a new version.
> `2.0.0` will be released once the interface is stable.
- Add support for gRPC and **stream-stream** [83](https://github.com/danielgtaylor/python-betterproto/pull/83)
- Switch from `pipenv` to `poetry` for development [75](https://github.com/danielgtaylor/python-betterproto/pull/75)
- Fix two packages with the same name suffix should not cause naming conflict [25](https://github.com/danielgtaylor/python-betterproto/issues/25)
- Fix Import child package from root [57](https://github.com/danielgtaylor/python-betterproto/issues/57)
- Fix Import child package from package [58](https://github.com/danielgtaylor/python-betterproto/issues/58)
- Fix Import parent package from child package [59](https://github.com/danielgtaylor/python-betterproto/issues/59)
- Fix Import root package from child package [60](https://github.com/danielgtaylor/python-betterproto/issues/60)
- Fix Import root package from root [61](https://github.com/danielgtaylor/python-betterproto/issues/61)
- Fix ALL_CAPS message fields are parsed incorrectly. [11](https://github.com/danielgtaylor/python-betterproto/issues/11)