docs/releases/v1.14.0-next.2-changelog.md
running status indicator colours to meet WCAG. Previously #2E77D0 changed to #1F5493.a0108c49774: Fixing badges-backend plugin to get a token from the TokenManager instead of parsing the request header. Hence, it's now possible to disable the authMiddleware for the badges-backend plugin to expose publicly the badges.
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
BREAKING: createRouter now require that tokenManager, logger, and identityApi, are passed in as options.
970678adbe2: Implement events support for GithubMultiOrgEntityProvider
BREAKING: Passing in a custom teamTransformer will now correctly completely override the default transformer behavior
team.edited event emitted from GithubOrgEntityProvider to also include teams description.README.md for more details!README.md for more details!README.md for more details!a0108c49774: Fixing badges-backend plugin to get a token from the TokenManager instead of parsing the request header. Hence, it's now possible to disable the authMiddleware for the badges-backend plugin to expose publicly the badges.
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
BREAKING: createRouter now require that tokenManager, logger, and identityApi, are passed in as options.
Updated dependencies
validateDOMNesting warningsqueryEntities endpoint that was causing filtered entities to be included in cursor requests.jsonSchemaRefPlaceholderResolver where relative $ref files were resolved through file system instead of base URL of fileauthProvider: aks and sets auth.aks in
its request bodies appropriately.authProvider: aks. When configured this way,
the retrieveObjectsByServiceId action will use the auth.aks value in the
request body as a bearer token to authenticate with Kubernetes.6e387c077a4: Changed the MembersListCard component to allow displaying aggregated members when viewing a group. Now, a toggle switch can be displayed that lets you switch between showing direct members and aggregated members.
To enable this new feature, set the showAggregateMembersToggle prop on EntityMembersListCard:
// In packages/app/src/components/catalog/EntityPage.tsx
const groupPage = (
// ...
<EntityMembersListCard showAggregateMembersToggle />
// ...
);
Updated dependencies