Upgrade Guide
Upgrading to v1.3.10
- For users of our npm library,
directorySync
has been renamed todirectorySyncController
.
Upgrading to v1.3.6
samlSPConfig.get()
is now async since we introduced a global certificate instead of per tenant certificate to ease the SAML setup process.
Upgrading to v1.3.0
Landed support for OpenID Identity Providers.
Landed new API (
/api/v1/connections
) to support setting up both SAML/OIDC SSO Connections.Note: The previous API for SAML configuration
/api/v1/saml/config
has been deprecated, and would be completely removed in a future release.Renamed env variable
PRE_LOADED_CONFIG
toPRE_LOADED_CONNECTION
for Jackson service. In the case of npmpreLoadedConfig
becomespreLoadedConnection
.Make sure to set the value for
oidcPath
in case you are using the npm.
Backups
Please remember to take backups before upgrading Jackson. We cannot stress how important this step is, although we take precautions to avoid bugs they sometimes do slip by us. Having backups will not only help you recover from these rare events but should be part of your disaster recovery process. If you need any help with this please do not hesitate to reach out to us.