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

v3.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@karenetheridge karenetheridge released this 24 Sep 21:41
· 225 commits to master since this release
07f9e69

Release v3.0.1

PR #1025 - better logging

  • Branch: ether/v3.0.1-better-logging
  • Revision: 7052e68
  • Labels:
  • log password changes and auth failures even on production ...and improve diagnostic messages
  • also log exceptions to $logdir/exception.log (closes #1023)
  • implement an access log (closes #1021)
  • fix: properly log original remote IP as well as proxy IP

People

Commits

  • 5a7d5e - log password changes and auth failures even on production
  • 2b4f10 - also log exceptions to $logdir/exception.log
  • a40524 - implement an access log
  • fc3fbf - fix: properly log original remote IP as well as proxy IP

PR #1026 - force new user to change password after first login

  • Branch: ether/v3.0.1-new-user-change-password
  • Revision: 313d092
  • Labels:

closes #975.

People

Commits

  • 14d18d - force new user to change password after first login

PR #1027 - misc improvements

  • Branch: ether/v3.0.1-misc-improvements
  • Revision: 07f9e69
  • Labels: bug, build, high priority, low priority
  • fix: no tokens were being expired because search parameters no longer matched
  • add occasionally-useful script for resetting passwordsadd this script for resetting passwords which is occasionally useful
  • avoid "Wide character in ..." warnings everywhere, e.g. in commands
  • documentation updates
  • fix: also redirect /hardware_product/sku=foo/specification URLs
  • minimum postgres version is now 10.14

People

Commits

  • 1e02a7 - fix: no tokens were being expired because search parameters no longer matched
  • d87bc2 - add this script for resetting passwords which is occasionally useful
  • e5b0c6 - avoid "Wide character in ..." warnings everywhere
  • 091833 - allow for (currently non-existent) query parameters in /logout route
  • a7450d - documentation updates
  • c08a6e - fix: also redirect /hardware_product/sku=foo/specification URLs
  • 7a396e - conch-v3-staging and conch-v3-prod are now running postgres 10.14
  • 489f7e - include the exception in the response in all cases