Skip to content

v0.1.0

Compare
Choose a tag to compare
@anubhavmishra anubhavmishra released this 05 May 22:46
· 465 commits to main since this release
200759d

Breaking changes

  • If Okta is configured for auth, a new aws_region parameter in the okta configuration block is required. (@jfreda in #144)
    The Admin SDK API now needs to be enabled. (@jfreda in #144)
  • Google Analytics can be enabled by setting the google_analytics_tag_id parameter in the application config file or using the GOOGLE_ANALYTICS_TAG_ID environment variable. (@jeffdaley in #104)
  • Environment variables (HERMES_WEB_GOOGLE_OAUTH2_CLIENT_ID) are not required at build time to configure Google auth anymore. These values are instead sourced from the application config at runtime. (@jfreda in #170)

Notable features & enhancements

  • When Okta is configured for auth, users do not have to login to Google anymore.
  • Drafts are now included in Recently Viewed Documents on the dashboard.
  • When a session expires, the user is not redirected immediately to the authenticate screen anymore (this could be very disruptive when authoring a document). Instead a flash message now appears, letting the user know that their session has expired and prompting them to reauthenticate.
  • Document drafts can now be viewed and edited by contributors.
  • A number of design system components have been upgraded.
  • A 404 route has been added.

Notable bug fixes

  • The original request URL is preserved through authenticating (via Okta or Google).
  • Approvers can now be added or removed for document drafts.

What's Changed

Full Changelog: v0.0.1...v0.1.0