Skip to content

Releases: dropbox/stone

v3.3.3

28 Mar 16:48
16c60f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

v3.3.2

27 Mar 22:27
ce43672
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.3.2

v3.3.1

25 Jan 21:31
90dd831
Compare
Choose a tag to compare

Small fix to --attribute-comment in backend python client.

v3.3.0

24 Jan 19:04
1f81db2
Compare
Choose a tag to compare

PRs of note:

Python

  • Add attrs export to python client (#262)

ApiRoute

  • ApiRoute: Provide a hash implementation, too. (#261)
  • Add sorting of ApiRoute, guaranteeing stable file output. (#260)

Objective C

  • Fix obj_c types to not overwrite jsonDict with nil (#201)
  • Synchronize access to route singletons (#248)
  • Added Bytes as a primitive that doesn't require serialization (#243)
  • Fix objc generation for Bytes property and for hash methods with switch statements (#222)

JavaScript/TypeScript

  • Fix wrap_error_in generation for TS client (#240)
  • Fix imports for TS autogenerated imports (#239)
  • Add ability to wrap errors in a custom error class for JS/TS (#238)
  • Add ability to dynamically import namespaces from types in the tsd client (#235)
  • Make extra parameters optional for JS/TS backends (#230)

v3.2.1

03 Dec 22:05
314d297
Compare
Choose a tag to compare

Release Notes:

  • Bump Setup.py to version 3.2.1 (#205)

  • Convert obj-c and swift pattern to str (#204)

  • Make swift and obj-c patterns Python3 compatible (#203)

  • Migrate references from master to main (#200)

v3.2.0

29 Oct 18:36
5f58665
Compare
Choose a tag to compare

Release Notes:

  • Bump up version in setup.py to 3.2.0 (#199)

  • Make release_note_generator.sh executable (#198)

v3.1.0

29 Oct 17:58
fdf1761
Compare
Choose a tag to compare

Release Notes:

  • Fix issue tracking recursive references to custom annotations (#197)

  • Revert "Decoding intput files as utf8 after reading (#195)" (#196)

  • Decoding intput files as utf8 after reading (#195)

  • Add optional flag allowing wrapping responses in a parent class for J… (#192)

  • Bump actions/setup-python from v2.1.3 to v2.1.4 (#193)

  • Bump codecov/codecov-action from v1.0.13 to v1.0.14 (#194)

  • Update pytest requirement from <5 to <7 (#191)

  • Fix doc string in argument only shows nullable without wrapping data type.

  • Update Package Requirements Files (#189)

  • Update Python Backend Docstring (#188)

  • Fix Release Note links to include https:// for absolute redirect (#187)

v3.0.0

05 Oct 19:36
07c4d19
Compare
Choose a tag to compare

Release Notes:

  • Update JS and TS routes to remove null parameters (#186)

  • Bump actions/setup-python from v2.1.2 to v2.1.3 (#185)

  • Add Release Scripts (#184)

  • Add missing comma between -z and --style-to-request (#182)

Various template changes, bugfixes, and dependency bumps

22 Sep 20:07
756002c
Compare
Choose a tag to compare

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.