Skip to content

Releases: dropbox/stone

v3.3.8

19 Jul 18:05
83da417
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.7...v3.3.8

v3.3.7

16 Jul 21:25
a115564
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.6...v3.3.7

v3.3.6

14 May 19:20
1b9ee51
Compare
Choose a tag to compare

What's Changed

  • Bumping version to 3.3.6 by @rhui-dbx in #332
  • Removing fail_ci_if_error option by @rhui-dbx in #331
  • Updating the Validation logic to truncate the string of val if it exceeds 1000 characters. Also redacting email address value if it's determined that we're pattern matching against an email regex. by @rhui-dbx in #330

Full Changelog: v3.3.5...v3.3.6

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)