backend/v0.8.4

teamhanko/hankobackend/v0.8.4Oct 11, 2023by FlxMgdnz

AI Summary

A minor release focused on documentation migration to Mintlify, improved UI styling for Hanko Elements, and bug fixes regarding cookie lifetimes and translations.

Key Highlights

  • Improved default styling for Hanko Elements web components.
  • Shortened and simplified default text labels in the English interface.
  • Added Simplified Chinese (zh) translation support.
  • Fixed x-domain cookie lifetime to respect configured session settings.

New Features

  • UI styling improvements
  • Simplified Chinese translation
  • Cookie lifetime fix

Full Release Notes

This is another minor release containing new content for our docs (that have been migrated to Mintlify and their own repo in the meantime) and a few other neat changes:

## Highlights
* Improved default styling for Hanko Elements by @Esther-Lita in https://github.com/teamhanko/hanko/pull/1036
* Shortened and simplified default texts in Hanko Elements (en only) by @FlxMgdnz in https://github.com/teamhanko/hanko/pull/1034
* Added translation for Simplified Chinese (zh) by @lfleischmann in https://github.com/teamhanko/hanko/pull/1022
* Fixed x-domain cookie lifetime to respect configured session lifetime by @lfleischmann in https://github.com/teamhanko/hanko/pull/1049

## Other Changes
* chore(deps): bump github.com/go-playground/validator/v10 from 10.15.1 to 10.15.3 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/997
* chore(deps): bump golang.org/x/text from 0.12.0 to 0.13.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1001
* chore(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1005
* chore(deps): bump github.com/invopop/jsonschema from 0.7.0 to 0.8.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1010
* fix: public router adhere to LogHealthAndMetrics option by @FerdinandvHagen in https://github.com/teamhanko/hanko/pull/1014
* chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1006
* Add tutorial section by @Ashutosh-Bhadauriya in https://github.com/teamhanko/hanko/pull/1016
* Add sveltekit guide by @Ashutosh-Bhadauriya in https://github.com/teamhanko/hanko/pull/995
* chore(deps): bump github.com/go-playground/validator/v10 from 10.15.3 to 10.15.4 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1023
* docs: added the python backend guide by @Chigala in https://github.com/teamhanko/hanko/pull/981
* Fix: remove note by @Ashutosh-Bhadauriya in https://github.com/teamhanko/hanko/pull/1026
* Added the Hanko Cloud video tutorial to the Docs by @Esther-Lita in https://github.com/teamhanko/hanko/pull/1025
* feat(docs): add github embeds by @jankal in https://github.com/teamhanko/hanko/pull/1037
* Update community link by @Ashutosh-Bhadauriya in https://github.com/teamhanko/hanko/pull/1038
* chore(deps): bump github.com/invopop/jsonschema from 0.8.0 to 0.9.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1033
* chore(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1040
* chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.12 to 2.0.13 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1044
* Update README.md by @FlxMgdnz in https://github.com/teamhanko/hanko/pull/1042
* chore(deps): bump github.com/invopop/jsonschema from 0.9.0 to 0.10.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1043
* fix: create volume dynamically in x domain kind cluster by @lfleischmann in https://github.com/teamhanko/hanko/pull/1046
* chore(deps): bump github.com/go-playground/validator/v10 from 10.15.4 to 10.15.5 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1055
* chore(deps): bump github.com/invopop/jsonschema from 0.10.0 to 0.11.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1056
* docs: fix typo in README.md by @eltociear in https://github.com/teamhanko/hanko/pull/1052
* chore(deps): bump postcss from 8.4.19 to 8.4.31 in /docs by @dependabot in https://github.com/teamhanko/hanko/pull/1059
* fix: Change passkey wording, update Save a passkey to Create a passkey and Add passkey to Create a passkey by @vishalkhoje in https://github.com/teamhanko/hanko/pull/1053
* chore(deps): bump github.com/invopop/jsonschema from 0.11.0 to 0.12.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1060
* chore(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1064
* chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 in /backend by @dependabot in https://github.com/teamhanko/hanko/pull/1066
* fix: typo in doc urls by @amjed-ali-k in https://github.com/teamhanko/hanko/pull/1068
* Backfill unit tests for Email Handler Create by @irby in https://github.com/teamhanko/hanko/pull/1071
* Allow starting hanko without config file by @IgnisDa in https://github.com/teamhanko/hanko/pull/1039
* Create Nextjs.mdx by @Esther-Lita in https://github.com/teamhanko/hanko/pull/1019
* chore(examples-fresh): bump up fresh v1.4.3 by @ryuapp in https://github.com/teamhanko/hanko/pull/1050
* fix(frontend-sdk): fix export types by @amjed-ali-k in https://github.com/teamhanko/hanko/pull/1076

## New Contributors
* @FerdinandvHagen made their first contribution in https://github.com/teamhanko/hanko/pull/1014
* @Chigala made their first contribution in https://github.com/teamhanko/hanko/pull/981
* @Esther-Lita made their first contribution in https://github.com/teamhanko/hanko/pull/1025
* @jankal made their first contribution in https://github.com/teamhanko/hanko/pull/1037
* @eltociear made their first contribution in https://github.com/teamhanko/hanko/pull/1052
* @vishalkhoje made their first contribution in https://github.com/teamhanko/hanko/pull/1053
* @amjed-ali-k made their first contribution in https://github.com/teamhanko/hanko/pull/1068
* @ryuapp made their first contribution in https://github.com/teamhanko/hanko/pull/1050

**Full Changelog**: https://github.com/teamhanko/hanko/compare/backend/v0.8.3...backend/v0.8.4