Skip to content

Releases: instedd/surveda

Katsura 0.11.2

19 Oct 19:09
@waj waj
Compare
Choose a tag to compare

Bugfixes

  • Fixed issue with new Chrome versions #1174

Juniper 0.10.5

19 Oct 16:39
@waj waj
Compare
Choose a tag to compare

Bugfixes

  • Fixed issue with new Chrome versions #1174

Larch 0.12.1

13 Oct 20:45
@waj waj
Compare
Choose a tag to compare

Port fixes from 0.10.4

Katsura 0.11.1

13 Oct 20:41
@waj waj
Compare
Choose a tag to compare

Port fixes from 0.10.4

Juniper 0.10.4

13 Oct 20:24
@waj waj
Compare
Choose a tag to compare

Bugfixes

  • Fix respondent stats that were breaking sometimes when a respondent is in "completed" disposition but still active

Larch 0.12

10 Oct 20:05
@waj waj
Compare
Choose a tag to compare

There is a new endpoint to collect metrics by Prometheus. This endpoint can be protected with username and password using the environment variables METRICS_USER (defaults to "metrics") and METRICS_PASS.

In order to use Guisso for authentication and SSO, some new environment variables must be set:

  • GUISSO_ENABLED: boolean, defaults to false
  • GUISSO_BASE_URL: the base url of the Guisso server (ie: https://login.instedd.org)
  • GUISSO_CLIENT_ID and GUISSO_CLIENT_SECRET: credentials generated in Guisso for the Surveda application

Features

  • Integrated Prometheus endpoint to export HTTP metrics #1115
  • Single sign-on using Guisso #1144
  • OAuth2 authentication for APIs #1145

Katsura 0.11

29 Sep 18:38
@waj waj
Compare
Choose a tag to compare

In this release the development platform was updated (Elixir 1.5, Phoenix 1.3, Ecto 2.1.6)

Features

  • Register in the interactions log whenever a respondent is enqueued in Verboice and also when a callback from Verboice was not received and the respondent timed out #1127
  • Results endpoint can filter by disposition, update timestamp and final state #1143
  • Results endpoint can return JSON #1142

Bugfixes

  • Fixed inconsistent number of contacted respondents #1128

Juniper 0.10.3

29 Sep 17:50
@waj waj
Compare
Choose a tag to compare

Features

  • Customizable base url for the link sent to mobile web respondents (MOBILE_WEB_BASE_URL environment variable)

Juniper 0.10.2

03 Jul 16:54
@waj waj
Compare
Choose a tag to compare

Features

  • The number of respondents enqueued by minute is now configurable with an environment variable (BROKER_BATCH_LIMIT_PER_MINUTE)

Juniper 0.10.1

03 Jul 16:53
@waj waj
Compare
Choose a tag to compare

Bugfixes

  • Fix error when refusing a question #1110
  • Adjust position of tooltip over survey status #1111
  • Questionnaires were being set as invalid after importing #1109