AtlasOA Changelog
Every near-term roadmap item and shipped change. Product labels show whether an update applies to AtlasOA, Atlas K-12, or the shared company platform. The roadmap page has the full plan.
Roadmap (Next 6 Months)
Subject to change. Existing Founder Partners' requests are prioritized. Last reviewed June 2026.
- AtlasOACourse evaluations and surveys module.
- AtlasOAAssignment-criterion linking with rubric inheritance.
- SharedPostgres backend option for institutions or districts that prefer Postgres over the default SQLite.
- AtlasOAWorkday Student adapter for institutions on Workday SIS.
Shipped Releases and Company Milestones
v0.9.11 (Course Evaluations and Microsoft Entra SSO)
2026-07-30
MINOR
AtlasOA
Atlas K-12
What's new
- AtlasOACourse evaluations and surveys module. Build evaluation campaigns per term, collect anonymous student responses through single-use links, and see per-course and per-instructor results with export to DOCX and text. Responses are anonymous by design: small classes are suppressed below a five-response threshold so individuals cannot be identified.
- Atlas K-12Microsoft Entra single sign-on. Districts can let staff sign in with their existing Microsoft work accounts. Standards-based OIDC with full token signature verification; single-tenant, disabled by default, and enabled with a short set of environment variables (see the deployment guide). A "Sign in with Microsoft" button appears on the login page only when SSO is fully configured.
Security
- SharedBoth features were independently security-reviewed before release, continuing the never-self-audit policy. The SSO token verification was hardened against algorithm-substitution and related attacks with a dedicated regression suite; the evaluation module's anonymity guarantees were verified against de-anonymization and small-sample attacks.
v0.9.10 (Atlas K-12 SIS Integrations and Full Catalog)
2026-07-30
MINOR
Atlas K-12
What's new
- Atlas K-12Nine new SIS integrations via the OneRoster 1.1 standard: Aspen, Focus, Genesis, eSchoolPlus, SchoolTool, Blackbaud, FACTS, Rediker, and ProgressBook, each verified against vendor and 1EdTech certification documentation.
- Atlas K-12Honest import paths for every SIS. Systems without a public API (Tyler, Ascender, Alma, JMC, and others) now get a guided CSV/SFTP file-import path, and the app never collects API credentials that could not work.
- Atlas K-12Complete technique catalog on every fresh install. New installations now seed the full research-backed intervention technique catalog across all four pillars (675 techniques), up from the original 120-technique starter set.
- Atlas K-12Clearer sync history. File-based connections report actionable guidance in the sync history instead of a generic error.
Security and hardening
- Atlas K-12Independently security-reviewed before release. Connection credential handling was hardened during review: file-based connections refuse API credentials on every route and purge stale API configuration on save.
- Atlas K-12No customer action is required after updating. Existing connections and data are preserved.
v0.9.9 (Deployment Hardening and Verification)
2026-07-30
PATCH
AtlasOA
Security and hardening
- AtlasOAReverse-proxy support. Proxied deployments can now report each visitor's real address to sign-in protection and audit logs via an explicit, off-by-default setting, with new step-by-step deployment guidance including required network lockdown.
- AtlasOAMisconfigured settings now fail safe with a clear startup warning instead of silently changing behavior.
- AtlasOAIndependently security-reviewed before release, continuing the never-self-audit policy: the reviewer is never the builder.
Validation
- AtlasOAFull verification pass: 200+ automated feature tests green, plus a sweep of every application page with zero errors.
- AtlasOANo customer action is required after updating. The new setting only applies when a deployment explicitly enables it.
v0.9.8 (Accreditation Reporting Suite)
2026-07-04
MINOR
AtlasOA
What's new
- AtlasOAClosing-the-loop narrative generator. Accreditor-ready narratives composed from your actual assessment data (never invented text) for HLC, SACSCOC, MSCHE, NWCCU, WSCUC, ACCJC, and a generic template. Exports to DOCX, HTML, and plain text.
- AtlasOAEvidence packages. Per-program self-study evidence bundles (narratives, data tables, manifest) for all six regional accreditors, exportable as ZIP.
- AtlasOASpecialized accreditor support. ABET, AACSB (Table 5-1), CAEP, ACEN, and CCNE, each built from the accreditor's own published standards.
- AtlasOAMulti-cycle trend analysis. Year-over-year outcome performance with curriculum-change annotations, plus verification reminders: you said you would re-measure this outcome; did you?
- AtlasOAEarly intervention alerting. A configurable threshold flags students while they are still in the course, with an at-risk dashboard, coach action log, and re-assessment tracking. Alert emails contain counts only, never student identifiers.
Reliability
- AtlasOAScheduled backups now start correctly under Windows-service deployments.
v0.9.7 (Try It With Your Own Data)
2026-07-03
MINOR
AtlasOA
What's new
- AtlasOAOne-click demo mode. Load a sample program straight from the sign-in page. No LMS integration and no account required. Each evaluation runs in its own isolated session and auto-expires after 7 days.
- AtlasOACSV upload. Bring your own data in the four template files, get validation with clear error messages, and see it visualized immediately. Convert to a trial without re-entering anything.
- AtlasOAUniversal competency framework system. Import or define any framework (certification bodies, industry standards, or custom), align course outcomes to competencies with introduces/develops/demonstrates strength, and see coverage reporting per program. Includes CSV import and API endpoints.
Security
- AtlasOABuilt security-first. Both features were threat-modeled and independently security-reviewed before release.
v0.9.6 (Evaluation Resources)
2026-07-02
MINOR
AtlasOA
What's new
- AtlasOAThree downloadable sample datasets: an IT/cybersecurity program, an automotive program aligned to ASE, and a multi-program community college. Each includes a complete worked assessment cycle and is clearly labeled synthetic.
- AtlasOAFour CSV import templates: outcomes, assessment data, closing-the-loop records, competency frameworks.
- AtlasOAFaculty Onboarding Playbook. A 4-week rollout guide framing assessment as teaching improvement, with email templates and responses to common objections.
- AtlasOAPre-built competency framework library: 14 frameworks (CompTIA, Cisco, Microsoft, AWS, ASE, NIMS, OSHA, CASEL 5). Every item list verified against the official publisher source, with the verification date embedded.
- AtlasOANew website pages: a sample-data demo page and a worked case study.
v0.9.5 (Atlas K-12 Security Review Completed and Verified)
2026-06-10
PATCH
Atlas K-12
Security and privacy
- Atlas K-12Completed and re-verified the platform-wide security review. Every school-and-district boundary, integration safeguard, and data-handling protection from the prior release was re-checked against the live application and confirmed in place.
- Atlas K-12Made the unencrypted-network startup warning more reliable so operators are always alerted when the platform is reachable over plain HTTP on a local network, even when a custom address is configured. Running behind TLS (proxied mode) remains the recommendation for any non-trusted network.
Compatibility
- Atlas K-12No customer action is required after updating. Existing data and configuration are preserved.
v0.9.4 (AtlasOA Access and Sign-in Hardening)
2026-06-10
PATCH
AtlasOA
Security and hardening
- AtlasOAExtended role and permission enforcement to every management area including lab tracking, badges, certification alignment, graduate tracking, course evaluations, evidence portfolios, institutional-effectiveness dashboards, advisory boards, file attachments, and proficiency scales, so create, edit, issue, and delete actions follow each account's assigned permissions.
- AtlasOAReinforced administrator-only screens so configuration and destructive actions require an administrator account, not merely a signed-in one.
- AtlasOAImproved API access-key handling. A new key is shown once at creation and is no longer retained in the browser session afterward.
- AtlasOAStandardized sign-in responses so they no longer reveal whether a particular username exists, with consistent protection across all sign-in screens.
- AtlasOAStrengthened sign-in rate limiting and account lockout so repeated failed attempts are counted reliably and limited per account as well as per source.
- AtlasOAAutomatically re-secures stored email (SMTP) passwords in protected storage during upgrade.
- AtlasOAAdded optional signed-update enforcement so a deployment can require authenticated update packages, plus a clear notice when the application is reachable over the network without encrypted transport.
- AtlasOAAdditional input and output hardening across request validation, the data-import workflow, and report file generation.
Compatibility
- AtlasOAAll changes are backward compatible. Existing data, license keys, and API keys continue to work without manual steps.
- AtlasOANo customer action is required after updating, aside from optionally enabling signed-update enforcement.
v0.9.3 (Atlas K-12 Security and Reliability)
2026-06-09
PATCH
Atlas K-12
Security and privacy
- Atlas K-12Strengthened school and district boundaries across account management, dashboards, group tools, data imports, survey insights, care teams, and review queues so staff only see and act on records within their authorized school or district.
- Atlas K-12Tightened account-management controls for creating, editing, and deactivating staff accounts, including stronger safeguards around elevated and special-purpose roles.
- Atlas K-12Hardened single sign-on so sign-in identity checks more consistently restrict access to approved organizations and domains.
- Atlas K-12Improved student information system integrations with stricter server verification, safer file handling, protected credential storage, and corrected setup screens for reliable credential entry and saving.
- Atlas K-12Protected exported reports by sanitizing spreadsheet and CSV output so stored text is not interpreted as active content when opened.
- Atlas K-12Updated Compass privacy controls around answer handling, caching, and review workflows so district information stays separated and corrected content refreshes appropriately.
- Atlas K-12Hardened family and student survey links with stronger single-use and expiration handling.
- Atlas K-12Strengthened web response and deployment safeguards with additional browser protections, transport-security settings, input and output escaping, installer signing, and network-configuration checks.
Reliability and accuracy
- Atlas K-12Restored dashboards and group views for all staff roles by correcting a defect that could affect non-district administrator accounts.
- Atlas K-12Improved attendance and chronic-absenteeism reporting by correcting calculation and duplicate-record handling so at-risk students are surfaced more accurately.
- Atlas K-12Improved alert and email reliability so risk-alert notifications and alert-tier handling reach the right staff more consistently.
- Atlas K-12Made intervention progress tracking and survey submission more resilient when records include incomplete or out-of-range data.
- Atlas K-12Improved credential diagnostics so configuration issues are reported clearly instead of silently continuing.
Compatibility
- Atlas K-12Student-data privacy was the central focus. The update strengthens FERPA-aligned boundaries while preserving existing data and workflows.
- Atlas K-12No customer action is required after updating.
v0.9.2 (AtlasOA Security and Hardening)
2026-06-09
PATCH
AtlasOA
Security and hardening
- AtlasOATightened permission enforcement across administrative tools, data-import actions, and record-deletion workflows so each action follows the account's assigned role and permissions.
- AtlasOAStrengthened protection for stored API access keys. Keys are now kept in a protected, non-reversible form, and existing keys continue to work while upgrading automatically.
- AtlasOAImproved handling for credential and secret fields so sensitive values stay hidden from built-in data tools and cannot be edited through general-purpose screens.
- AtlasOAHardened backup management with stricter file-name validation and administrator-only backup actions.
- AtlasOAProtected exported reports by sanitizing spreadsheet and CSV output so imported text is not interpreted as active content when opened.
- AtlasOAImproved encrypted transport handling. Optional HTTPS enforcement now applies consistently, and offsite backup transfers plus external system integrations use stricter certificate and host verification by default.
- AtlasOAAdded safer software-update checks so update packages are verified for integrity before they are applied.
- AtlasOAReduced service privileges and improved install behavior by using a lower-privilege service account, restricting application-data access, and reporting installation status more accurately.
- AtlasOAImproved first-run account security. New installations now require the default administrator password to be changed before use, and repeated failed sign-in attempts are limited per account.
- AtlasOAHardened web responses with tighter content-security and session-cookie settings, plus sign-in requirements for several internal status endpoints.
- AtlasOAExpanded input and output hardening with additional escaping and validation across user-facing screens and reports.
- AtlasOAImproved dependency and build hygiene by pinning dependencies to known-good versions and removing internal-only assets from the distributed package.
Compatibility
- AtlasOABackward compatible update. Existing data, license keys, and API keys continue to work without manual steps.
- AtlasOANo customer action is required after updating, aside from setting a new administrator password on brand-new installations.
v0.9.1 (Self-Hosted Credential Vaults)
2026-06-06
PATCH
Shared
AtlasOA
Atlas K-12
What's new
- SharedAdded Infisical-backed secret storage support for on-prem school-server installs where the vault is hosted by the customer, district, or institution.
- AtlasOAJenzabar, Canvas, Blackboard, and Moodle credentials can now be stored in a local self-hosted Infisical instance instead of the application config file when deployments enable Infisical mode.
- AtlasOASMTP passwords, SFTP backup passwords, and S3-compatible backup secret keys now use the same credential backend, keeping operational service secrets behind the same vault boundary.
- AtlasOASaved credential references are no longer echoed into password fields. Leaving a credential field blank keeps the existing saved secret, while entering a new value rotates it through the active backend.
- Atlas K-12SIS integration credentials can now be stored in a local self-hosted Infisical instance instead of the application database when deployments enable Infisical mode.
- Atlas K-12SQLite stores only safe credential references when Infisical is configured, reducing plaintext exposure for API keys, SIS client secrets, SFTP passwords, tokens, and other integration credentials.
- SharedExisting encrypted ENC: credentials remain compatible. Local encrypted Fernet storage stays available by default for development and local installs, while new or rotated credentials can use INFISICAL: references in server deployments.
- SharedAdded deployment documentation for Infisical configuration so IT teams can choose the credential backend that matches their server environment.
Validation
- Atlas K-12109 focused checks passed: 13 credential/SIS tests, 22 security and migration tests, 15 packaging/installer tests, 15 SIS integration/importer tests, and 44 auth/security tests.
- Atlas K-12Runtime smoke confirmed /login returned 200.
- AtlasOAFocused credential-vault tests passed for local Fernet fallback, Infisical reference creation, secret resolution, reference reuse on rotation, and connector-side decrypt.
- AtlasOASyntax checks passed across the credential store, LMS/SIS adapters, SMTP mailer, offsite backup module, and main Flask app.
Company Milestone: Missouri Retail Sales License
2026-04-09
MILESTONE
Shared
Company milestone
- SharedMissouri retail sales license issued. AtlasOA, LLC received its Missouri retail sales license on April 9, 2026.
Company Milestone: AtlasOA, LLC Founded
2026-01-12
MILESTONE
Shared
Company milestone
- SharedAtlasOA, LLC founded. AtlasOA, LLC was founded on January 12, 2026.
v0.9.0 (Founder Release)
2026-01-11
MAJOR
Shared
AtlasOA
Atlas K-12
What's new
- SharedFounder partner program launched. Free first year, locked-in founder pricing for the life of the license.
- Shared54 marketing pages, 47 security controls, 64 database tables, 9 LMS / SIS adapters ready for production.
- AtlasOADirect Jenzabar SQL Server integration (STUDENT_CRS_HIST, NAME_MASTER, SECTION_MASTER) for institutions running JICS or J1.
- Atlas K-12Atlas K-12 launched as a separate program (not a module) for K-12 districts, with Compass local AI assistant, 788-technique whole-child catalog from IES / WWC / PBIS / CASEL / NCII, four-pillar dashboard.
- SharedSelf-hosted backup tool producing single-ZIP backups suitable for institutional backup targets.
v0.8.0
2025-05-20
MINOR
AtlasOA
What's new
- AtlasOAAnnual planning workflow. Program leads can author an annual plan, link it to outcomes, and roll forward year over year.
- AtlasOACo-curricular activity tracking. Capture participation, link to institutional outcomes, publish to the student record.
- AtlasOADrilldown view for outcome reports. Click any aggregate number, see the underlying student-level scores.
- AtlasOAProficiency scales of any size. Earlier versions hard-coded a 1-4 scale; you can now define any-size scales and link them to specific outcomes.
v0.7.0
2025-04-04
MINOR
AtlasOA
What's new
- AtlasOAREST API for outcomes, assessments, and reports. API token management in admin.
- AtlasOACurriculum mapping visual. Course-to-program-to-institution outcome map with gap detection.
- AtlasOAAssignment linking. Tie individual assignments to specific course outcomes for direct evidence collection.
v0.6.0
2025-03-08
MINOR
AtlasOA
What's new
- AtlasOAClosing-the-loop documentation built into the assessment cycle. A cycle cannot be marked "complete" without a closing-the-loop record.
- AtlasOAAudit log. Every change to outcomes, alignments, scores, and reports is logged with user, timestamp, and old/new value.
- AtlasOABranding admin. Customer-facing reports use your institution's logo and colors.
v0.5.0
2025-01-12
MINOR
AtlasOA
What's new
- AtlasOAAccreditation evidence templates. HLC, SACSCOC, MSCHE, NWCCU, WSCUC, and ACCJC templates produce accreditor-ready evidence packages from your assessment data.
- AtlasOARubric scoring at scale. Bulk-score artifacts against a shared rubric; calibrate raters with double-scored samples.
v0.4.0
2024-11-22
MINOR
AtlasOA
What's new
- AtlasOAMulti-tenant data import. CSV imports for outcomes, programs, courses, sections, students, and historical assessment data.
- AtlasOAProgram review workflows. Standard 3-year and 5-year program review templates.
v0.3.0
2024-09-10
MINOR
AtlasOA
What's new
- AtlasOASLO and PLO authorship and alignment. Course outcomes link to program outcomes link to institutional outcomes.
- AtlasOAInitial reporting suite. Achievement reports, distribution reports.
Have a feature you need for either product that is not on this list? Email Ashley. Existing Founder Partners' requests are prioritized.