Skip to content

Releases: dropbox/stone

v2.2.1

27 Jul 04:51
02f4579
Compare
Choose a tag to compare

Improvements to type stubs and a bugfix related to Python 2 compatibility of code generated under Python 3.

v2.2.0

22 Jul 19:56
0f5b4d6
Compare
Choose a tag to compare

Additional memory usage optimizations.

v2.1.0

16 Jul 10:49
551e2ba
Compare
Choose a tag to compare

Optimizes the memory usage of generated Python code. (#165) (#166)

v2.0.0

10 Jul 21:29
728fcf4
Compare
Choose a tag to compare

The python backends will now always generate absolute imports and no longer generate relative imports. The python_types and python_stub_types backends now have a required -p or --package option used for generating the imports.

Additionally, packages generated by these backends will now have a dependency on stone itself.

A couple of internal optimizations have also been upstreamed.

v1.3.2 - update static Python files to pass internal linting

08 Jul 18:51
26f090f
Compare
Choose a tag to compare

v1.3.1: Merge pull request #162 from dropbox/drop_py2_testing

13 Jun 03:05
314dd62
Compare
Choose a tag to compare

Drop Python 2.x and 3 from testing and fix a variety of linter errors

v1.3.0

13 Jun 01:50
b16fd41
Compare
Choose a tag to compare

Start using releases and semver!

08 Apr 21:18
bcb34d4
Compare
Choose a tag to compare

This is our first release using semver. It will automatically be uploaded to PyPI via Github Actions.