From 301cc5e8608b71aad2f659558d5154cbf9ee0568 Mon Sep 17 00:00:00 2001 From: Rogerio Moura Date: Fri, 14 Nov 2025 10:05:48 -0300 Subject: [PATCH 1/2] docs: add changelog for version 1.44.0 with new Resources and Roles system, UI enhancements, and improved setup experience --- changelog/1.44.0.mdx | 67 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 changelog/1.44.0.mdx diff --git a/changelog/1.44.0.mdx b/changelog/1.44.0.mdx new file mode 100644 index 0000000..b298602 --- /dev/null +++ b/changelog/1.44.0.mdx @@ -0,0 +1,67 @@ +--- +title: "1.44.0" +description: "The biggest update yet. Resources and Roles transform how you organize and manage your infrastructure. Setup is streamlined, workflows are cleaner, and everything just makes more sense." +--- + +### TL;DR +- **New:** Resources and Roles system for organized infrastructure management +- **New:** Multi-step resource setup with agent configuration +- **Enhanced:** Complete UI overhaul with improved onboarding experience + +--- + +### New Features + +**Resources and Roles System ([#1120](https://github.com/hoophq/hoop/pull/1120))** + +This release introduces a fundamental shift in how Hoop manages connections. The new Resources and Roles architecture brings structure, clarity, and fine-grained access control to your infrastructure. + +**What's a Resource?** +Resources are now first-class objects that represent your infrastructure components (databases, servers, APIs). Each resource can have multiple roles with different access levels and configurations. + +**What's changed:** +- **Multi-step Setup Wizard** — Four-step guided flow: configure your resource, select an agent, define roles with specific permissions (web terminal, native access, data masking), and confirm creation +- **Resource Management Panel** — New dedicated UI to view, filter, and manage all your resources in one place with type-based organization +- **Role Configuration System** — Each resource can have multiple roles with different configurations — think dev vs prod access, or read-only vs full permissions +- **Integrated Agent Selection** — Pick and configure agents during setup instead of managing them separately +- **Unified Terminology** — "Connections" are now "Resource Roles" throughout the platform, making the relationship between resources and access patterns crystal clear + +**Key benefits:** +- Create one resource, configure multiple roles for different teams or use cases +- Eliminate scattered connection configs — everything lives under its parent resource +- Guided setup prevents configuration mistakes and missing required fields +- See your entire infrastructure at a glance with the new resource catalog +- Transaction-based creation ensures resources and roles are created atomically + +--- + +### Enhancements + +**Command Palette Updates** + +The command palette now supports resource role selection with enhanced filtering controls, making navigation even faster. + +**Infinite Scroll & Pagination** + +Connection listings now use infinite scroll with smart loading states, handling large infrastructures smoothly. + +**Improved Search & Filtering** + +Search functionality expanded to include resource names, status filters, and debounced queries for better performance. + +--- + +### Technical Improvements + +- Resource name validation ensures unique identifiers +- Transaction support for atomic resource and connection creation +- Updated data models with resource subtypes +- Enhanced credential handling for metadata-driven and custom configs +- Insecure SSL toggle for HTTP proxy connections + +--- + +Version 1.44.0 redefines how Hoop manages infrastructure. Resources and Roles bring the organization and access control that growing teams need, wrapped in a setup experience that actually feels good to use. + +This is the foundation for everything coming next. + From 4fc2215bef6018399eea070fd6cfc176e90af2f1 Mon Sep 17 00:00:00 2001 From: Rogerio Moura Date: Fri, 14 Nov 2025 13:54:51 -0300 Subject: [PATCH 2/2] changelog: update to version 1.44.1 and add new patch entry for 1.44.0 with Resources and Roles enhancements --- changelog.mdx | 8 ++++---- docs.json | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 00982b0..ba72f9a 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -16,12 +16,12 @@ Each release is documented with detailed information about what changed and why Browse our latest updates to see what's new: - - Version 1.43.1 - Bug fixes + + Version 1.44.1 - Bug fixes - - Version 1.43.0 - RDP, Gateway TLS, data masking and much more + + Version 1.44.0 - Resources and Roles, a new look for your old connections. diff --git a/docs.json b/docs.json index 653da18..94d1b0c 100644 --- a/docs.json +++ b/docs.json @@ -240,6 +240,7 @@ { "group": "Releases", "pages": [ + "changelog/1.44.0", "changelog/1.43.1", "changelog/1.43.0", "changelog/1.42.9",