Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

v3.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@karenetheridge karenetheridge released this 13 Jan 20:26
· 23 commits to master since this release
dcf55c4

Release v3.2.1

PR #1081 - skip users with a duplicate email address that were created since the dbs diverged

  • Branch: ether/fix-copy_user_data

  • Revision: ea7abdf

  • Labels: bug

fixes #1080.

People

Commits

  • 28576c - skip users with a duplicate email address that were created since the dbs diverged

PR #1082 - small fixes

  • Branch: ether/v3.2-small-fixes

  • Revision: d2eb4e0

  • Labels: api, bug, docs

  • fix some disrepancies in the api documentation
  • use url_for() consistency when setting Location header
  • assert in tests that json booleans are really json booleans, not integers
  • add more annotations in request schemas to assist clients when generating forms and results
  • improve exception handling
  • fix POST /device_report?no_save_db=1 with existing devices

People

Commits

  • 1813ec - fix documentation
  • 1a080e - use url_for() consistently when setting Location header
  • f590e4 - assert that json booleans are real booleans, not integer 0, 1
  • 489313 - add more annotations to assist clients when generating forms and results
  • f0d52d - try a bit harder to surface unexpected exceptions
  • e7ec44 - also test POST /device_report?no_save_db=1 with existing devices

PR #1083 - add "latest" flag to json_schema description responses

  • Branch: ether/v3.2-json_schema-latest-flag

  • Revision: 545b54a

  • Labels: api, enhancement

  • add "latest" flag to responses containing metadata for json_schemas
  • specify json schema $id more exactly

People

Commits

  • a93c08 - add "latest" flag to responses containing metadata for json_schemas
  • 447a9c - specify json schema $id more exactly

PR #1087 - v3.2.1 fixes

  • Branch: ether/v3.2.1-fixes

  • Revision: dcf55c4

  • Labels: api, bug, docs

  • properly parse X-Conch-UI header with only 2 version components.
  • more docs for testing local deployments

People

Commits

  • 512989 - if password or token is contained in payload, log the payload but with redactions
  • 3f4674 - parse Conch-UI versions lacking a third component, and include the error in the response
  • fec613 - document how to generate credentials in the local database for testing purposes