> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Oracle Fusion HCM Changelog

> Release history for the Oracle Fusion HCM connector. Each version lists what changed and which actions were affected.

<Card title="Oracle Fusion HCM connector" icon="arrow-left" href="/connectors/oraclehcm" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v0.2.0" description="18 Sept 2026">
  `data-sync`

  Added scheduled data sync to seventeen list actions — workers, employees, organizations, jobs, absences, benefit enrollments, digital learning providers, document records, goal plans, performance goals, recruiting candidates, job offers, job requisitions, salaries, talent person profiles, time records, and worker journey tasks — so these collections can be kept in sync and read back without calling Oracle HCM on every request. Each syncs in a stable primary-key order for reliable pagination and refreshes in full (Oracle exposes no dedicated updated-since filter).

  <AccordionGroup>
    <Accordion title="Changed · 17 actions updated">
      `oraclehcm_list_absences`, `oraclehcm_list_benefit_enrollments`, `oraclehcm_list_digital_learning_providers`, `oraclehcm_list_document_records`, `oraclehcm_list_emps`, `oraclehcm_list_goal_plans`, `oraclehcm_list_jobs_resource`, `oraclehcm_list_organizations`, `oraclehcm_list_performance_goals`, `oraclehcm_list_recruiting_candidates`, `oraclehcm_list_recruiting_job_offers`, `oraclehcm_list_recruiting_job_requisitions`, `oraclehcm_list_salaries`, `oraclehcm_list_talent_person_profiles`, `oraclehcm_list_time_records`, `oraclehcm_list_worker_journey_tasks`, `oraclehcm_list_workers`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.3" description="31 Aug 2026">
  `bug-fix`

  Fixed list\_absence\_types silently dropping the search term and effective date filters due to an unparsable JEXL expression.

  <AccordionGroup>
    <Accordion title="Changed · 1 action updated">
      `oraclehcm_list_absence_types`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.2" description="19 Aug 2026">
  `description-fix`

  Rewrote action descriptions to read as plain, human-friendly sentences of what each action does, removing internal agent-guidance, technical shorthand, and field-name jargon from the customer-facing description field.

  <AccordionGroup>
    <Accordion title="Changed · 65 actions updated">
      `oraclehcm_assign_performance_goal`, `oraclehcm_create_absence`, `oraclehcm_create_candidate_attachment`, `oraclehcm_create_document_record`, `oraclehcm_create_document_record_attachment`, `oraclehcm_create_emp`, `oraclehcm_create_goal_plan`, `oraclehcm_create_learner_learning_record`, `oraclehcm_create_learning_event`, `oraclehcm_create_recruiting_candidate`, `oraclehcm_create_recruiting_job_requisition`, `oraclehcm_create_worker`, `oraclehcm_delete_absence`, `oraclehcm_delete_document_record`, `oraclehcm_delete_goal_plan`, `oraclehcm_delete_recruiting_candidate`, `oraclehcm_delete_recruiting_job_requisition`, `oraclehcm_download_candidate_attachment`, `oraclehcm_download_document_record_attachment`, `oraclehcm_download_document_record_attachments_bulk`, `oraclehcm_download_stack_trace`, `oraclehcm_get_absence`, `oraclehcm_get_absence_type_balance`, `oraclehcm_get_benefit_enrollment_opportunity`, `oraclehcm_get_candidate_attachment`, `oraclehcm_get_digital_learning_provider`, `oraclehcm_get_document_record`, `oraclehcm_get_emp`, `oraclehcm_get_learner_learning_record`, `oraclehcm_get_learning_event`, `oraclehcm_get_recruiting_candidate`, `oraclehcm_get_salary`, `oraclehcm_get_user_access_details`, `oraclehcm_get_worker`, `oraclehcm_get_worker_journey_task`, `oraclehcm_get_xapi_statement`, `oraclehcm_import_performance_goals`, `oraclehcm_list_absence_types`, `oraclehcm_list_absences`, `oraclehcm_list_benefit_enrollment_dependents`, `oraclehcm_list_benefit_enrollment_opportunities`, `oraclehcm_list_benefit_enrollments`, `oraclehcm_list_emp_assignments`, `oraclehcm_list_emps`, `oraclehcm_list_goal_plans`, `oraclehcm_list_organizations`, `oraclehcm_list_performance_goal_associated_goal_plans`, `oraclehcm_list_performance_goals`, `oraclehcm_list_salaries`, `oraclehcm_list_talent_person_profiles`, `oraclehcm_list_worker_journey_tasks`, `oraclehcm_list_workers`, `oraclehcm_reprocess_absences_and_run_post_approval_process`, `oraclehcm_restrict_absence_edit`, `oraclehcm_show_absence_plan_usage`, `oraclehcm_sync_goal_plan_with_performance_documents`, `oraclehcm_update_absence`, `oraclehcm_update_emp`, `oraclehcm_update_goal_plan`, `oraclehcm_update_learner_learning_record`, `oraclehcm_update_learning_event`, `oraclehcm_update_recruiting_candidate`, `oraclehcm_update_recruiting_job_requisition`, `oraclehcm_update_worker`, `oraclehcm_upload_hdl_file`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.1" description="11 Aug 2026">
  `new-actions` `description-fix`

  Added a List Absence Types action so a valid absence type can be looked up before creating an absence, and clarified absence date-range filtering, document attachment file encoding, and the employee assignment lookup chain.

  <AccordionGroup>
    <Accordion title="Added · 1 new action">
      `oraclehcm_list_absence_types`
    </Accordion>

    <Accordion title="Changed · 8 actions updated">
      `oraclehcm_create_absence`, `oraclehcm_create_document_record_attachment`, `oraclehcm_create_emp_assignment`, `oraclehcm_get_emp`, `oraclehcm_get_emp_assignment`, `oraclehcm_list_absences`, `oraclehcm_list_emp_assignments`, `oraclehcm_update_emp_assignment`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v0.1.0" description="30 Jul 2026">
  `new-connector`

  Initial release of the standalone Oracle Fusion HCM connector covering core HR, workforce and assignment management, absence and time tracking, salaries and benefits, recruiting, performance, talent, documents, and learning management. Learning-only integrations are now served by the separate Oracle Fusion connector.
</Update>
