Skip to content

v0.8.3

Compare
Choose a tag to compare
@FlxMgdnz FlxMgdnz released this 28 Aug 10:04
· 264 commits to main since this release
6761f4b

This minor release brings some new and handy features, most importantly:

  • New user self-service sign up can be disabled (thanks @irby)
  • The admin API allows creating new users (especially useful if new user signups are disabled)
  • Both the admin and public APIs now serve a simple static status page on /

What's Changed

  • chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 in /backend by @dependabot in #942
  • fix: make passcode email optional in backend config schema by @lfleischmann in #946
  • feat: check webauthn session data expiry by @lfleischmann in #944
  • chore(deps): bump github.com/brianvoe/gofakeit/v6 from 6.23.0 to 6.23.1 in /backend by @dependabot in #949
  • ci: exempt EPIC labeled issues from stale workflow by @lfleischmann in #950
  • chore(deps): bump @types/react-dom from 18.0.11 to 18.2.7 in /frontend by @dependabot in #922
  • chore(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 in /backend by @dependabot in #952
  • Add configuration to disable user registration by @irby in #947
  • chore(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 in /backend by @dependabot in #954
  • fix: angular example by @rishi-raj-jain in #943
  • chore(deps): bump github.com/go-playground/validator/v10 from 10.14.1 to 10.15.0 in /backend by @dependabot in #956
  • Update roadmap by @FlxMgdnz in #957
  • chore(deps): bump github.com/go-webauthn/webauthn from 0.8.2 to 0.8.6 in /backend by @dependabot in #925
  • chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 in /backend by @dependabot in #914
  • chore(deps): bump @denysvuika/preact-translate from 0.4.1 to 0.5.0 in /frontend by @dependabot in #830
  • chore(deps): bump github.com/labstack/echo-jwt/v4 from 4.1.0 to 4.2.0 in /backend by @dependabot in #787
  • chore(deps-dev): bump karma from 6.4.1 to 6.4.2 in /frontend by @dependabot in #958
  • ci: remove stale workflow by @lfleischmann in #959
  • chore(deps-dev): bump svelte-preprocess from 4.10.7 to 5.0.4 in /frontend by @dependabot in #915
  • chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.11 to 2.0.12 in /backend by @dependabot in #963
  • chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 9.0.0 in /frontend by @dependabot in #964
  • chore(deps-dev): bump vite from 4.3.9 to 4.4.9 in /frontend by @dependabot in #965
  • feat: add status page by @lfleischmann in #961
  • Feat add create user admin endpoint by @FreddyDevelop in #966
  • chore(deps): bump github.com/go-playground/validator/v10 from 10.15.0 to 10.15.1 in /backend by @dependabot in #972
  • [DOCS] Add fullstack section and update nextjs guide by @Ashutosh-Bhadauriya in #971
  • chore(deps): bump github.com/jackc/pgconn from 1.14.0 to 1.14.1 in /backend by @dependabot in #974

New Contributors

Full Changelog: backend/v0.8.2...backend/v0.8.3