Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

### Notices

- **Federation IaC bundles downloaded before 2026-04-22 need to be
re-downloaded** to get zero-touch registration. Older bundles silently
skip auto-registration unless manually edited (Terraform `registration.tf`
gated `do_register` on `cudly_api_url`; CLI shell scripts included the
registration call only when `CUDlyAPIURL` was present at render time;
CloudFormation deploy scripts had no registration call at all).
Re-download the bundle from the CUDly UI and the new copy will register
your account automatically with no manual edits required.

### Fixed

- Remove debug console.log from frontend recommendation handler
Expand Down