v1.4.2 #2939
mauromsl
announced in
Announcements
v1.4.2
#2939
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Upgrade Notes
Full-text Search
This version of Janeway includes built-in support for full-text-search. There is a feature flag controlling if this new feature should be enabled for an entire installation.
If you intend on enabling this feature we recommend setting the following variables in your
settings.py
:ENABLE_FULL_TEXT_SEARCH = False
For installations running postgresql, it is also recommended to enable the following setting:
CORE_FILETEXT_MODEL = "core.PGFileText"
(documentation to follow soon)OIDC
Janeway now supports authentication via OIDC. If you would like to enable this new authentication system we recommend having a look at the configuration instructions in the documentation: https://janeway.readthedocs.io/en/latest/oidc.html
Changelog
Full Changelog: v1.4.1...v1.4.2-RC-1
This discussion was created from the release v1.4.2.
Beta Was this translation helpful? Give feedback.
All reactions