Filter de lijst met functies voor meer informatie.
Volg deze pagina en ontvang updates per e-mail wanneer er nieuwe release-opmerkingen zijn.
Illuminate-release oktober 2024
Continuous Delivery | Release in productie 23 oktober 2024
Illuminate, bijgewerkte functies
Onze release van oktober 2024 bevat:
Data Q&A beschikbaar in Canada en Sydney
Naast het feit dat Data Q&A beschikbaar is in de EU en de VS, is deze nu ook beschikbaar voor klanten die worden gehost in de regio's Canada en Sydney. We voegen in de toekomst ondersteuning toe voor meer regio's. Met Data Q&A kunnen kijkers vragen stellen op basis van beschikbare onderwerpen en een antwoord krijgen in de vorm van een dashboard. Het dashboard heeft meerdere visualisaties, evenals een op tekst gebaseerde samenvatting die is gegenereerd door AI.
Data Q&A is momenteel niet beschikbaar voor kijkers met beperkte toegang tot gegevens. Alleen instellingen die Instellingsverificatie hebben ingeschakeld en zich hebben aangemeld voor Data Q&A in Instellingen kunnen gebruikmaken van Data Q&A.
Nieuwe Algemene instellingen
De pagina Algemene instellingen bevat nu een bedieningselement voor een time-out van sessies. Klanten kunnen een time-out selecteren van tussen de 15 minuten en 8 uur. Deze functie bevat ook een veld voor het e-mailadres van de instelling. We raden klanten aan dit e-mailadres in te vullen met het meest geschikte adres om meldingen te ontvangen over systeemuitval, geplande onderhoudsvensters en andere belangrijke informatie.
Meer informatie over Algemene instellingen
Ingebouwde verificatie voor wachtwoordrotatie&nsbp;
Hoewel we alle klanten aanmoedigen om Instellingsverificatie te gebruiken voor extra beveiliging en om meer functies te ontgrendelen, wordt de ingebouwde verificatie van Illuminate nog steeds ondersteund. Ingebouwde verificatie verwijst naar aanmelden met een afzonderlijk Illuminate-account. Om deze methode nog beter te beveiligen, wordt elke 90 dagen wachtwoordrotatie afgedwongen. Gebruikers kunnen hun wachtwoord op ieder moment bijwerken door op de aanmeldingspagina op de link 'Wachtwoord vergeten' te klikken.
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 14 April 2025
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2025-04-14 | Modified | CDM_TLM-ULTRA_EVENTS-EVENT_TYPE | BLACKBOARD_DATA.CDM_TLM.ULTRA_EVENTS.EVENT_TYPE | Added new event types in the CDM_TLM_ULTRA_EVENTS table. The event types that are now included are PANEL CLOSED, PAGE VIEW, and CHANGE. The existing CLICK event now captures all user interactions with any clickable element. |
Illuminate September 2024 Release
Continuous Delivery | Release to Production 5 September 2024
Developer, Security
IP Address Restriction enabled for Snowflake Service Accounts
Coverage: Illuminate Included and Enhanced Reporting Module
Users impacted: Users with developer role in Illuminate and BBDATA_USER_ROLE in Snowflake
Related Topics: IP address restriction for Snowflake service accounts
We are committed to data security for all our clients. Now, institutions can give and restrict access to Snowflake service accounts to specific IP addresses. This reduces the risk of unauthorized access to sensitive data.
With a restricted IP address, users won’t be able to access a Snowflake service account or change a Snowflake account password.
Service accounts are accounts that sign in to Snowflake with a username and password.
Image 1. Service account in the Snowflake sign in page.
You can allow and restrict a specific IP address or range of IP addresses
This example query allows a specific IP address (1.1.1.1) and restricts a range of IP addresses from (192.168.1.0 to 192.168.1.255) for a service account called SVC_BLACKBOARD_DATA.
USE ROLE BBDATA_USER_ROLE;
ALTER NETWORK POLICY NP_SVC_BLACKBOARD_DATA set ALLOWED_IP_LIST = ('1.1.1.1');
ALTER NETWORK POLICY NP_SVC_BLACKBOARD_DATA set BLOCKED_IP_LIST = ('192.168.1.0/24');
Image 2: Query in Snowflake to allow a specific IP address and restrict a range of IP addresses.
You can find more examples of IP address restriction on the IP address restriction help page.
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 24 July 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-06-21 | Added | CDM_CRM | Anthology Reach | A new canonical sub-model for CRM data, to be populated with data from Anthology Reach CRM in a later release. |
Blackboard Data Developer Canonical Data Model changes
Continuous Delivery | Release to Production 24 July 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-06-21 | Added | CDM_CRM | Anthology Reach | A new canonical sub-model for CRM data, to be populated with data from Anthology Reach CRM in a later release. |
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 30 April 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-04-17 | Added | CDM_LMS-COURSE_ITEM-AI_STATUS | LEARN. AI_STATE | A new column in the CDM_LMS-COURSE_ITEM table with an indicator that defines the AI Design Assistant use. The PERSON_ID field needs to be populated with the ID of the user who accepted the AI-generated content |
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 26 March 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-02-27 | Changed | CDM_LMS.GRADE | LEARN.GRADE | The logic was updated, ensuring that all calculated grades are now available in the Canonical Data Model. |
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 24 January 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-01-19 | Added | CDM_LMS-PERSON-JOB_TITLE | LEARN.USERS.JOB_TITLE | A new column in the CDM_LMS_PERSON table with the job of the person was added. |
2024-01-19 | Added | CDM_LMS-PERSON-DEPARTMENT | LEARN.USERS.DEPARTMENT | A new column in the CDM_LMS_PERSON table with the department the person is part of was added. |
2024-01-19 | Added | CDM_LMS-PERSON-COMPANY | LEARN.USERS.COMPANY | A new column in the CDM_LMS_PERSON table with the company the person is part of was added. |
2023-12-21 | Added | DATA_SRC_BATCHUID | DATA_SOURCE | A new element to the stage attribute of the PERSON and COURSE tables was added to include the BATCH_UID from the DATA_SOURCE table. |
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 15 November 2023
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2023-10-25 |
Added | CDM_LMS.ATTEMPT |
LEARN.ATTEMPT |
A new table that displays information about attempts on course items, such as assignments, blogs, or wikis. |
2023-10-25 |
Changed |
LEARN.ATTEMPT |
Updated with calculations from LEARN.ATTEMPT table. |