Skip to content

Release v1.7.2 into Main#363

Merged
estohlmann merged 17 commits into
mainfrom
release/v1.7.2
Apr 8, 2026
Merged

Release v1.7.2 into Main#363
estohlmann merged 17 commits into
mainfrom
release/v1.7.2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 8, 2026

v1.7.2

This release extends Amazon SageMaker Ground Truth labeling workflows, improves how training job metrics appear in the console, and delivers several reliability fixes raised through customer feedback.

Changes

  • Ground Truth labeling
    • Added support for bounding box verification and semantic segmentation verification jobs, enabling users to verify previously completed labeling jobs.
    • Added support for custom task types via the Custom category, allowing users to provide their own HTML templates for more tailored Ground Truth job configurations.
    • Labeling job details now include a direct link to the Workforce Labeling Portal, giving labelers quick access to the task UI.
  • Workforce labeling portal — Ground Truth labeling job details include a link to open the Workforce labeling portal so labelers can reach the task UI quickly.
  • Training job metrics — The training job detail page shows final metric values (from SageMaker output) in a dedicated table, separate from algorithm metric definitions (log regex patterns), with clearer empty and in-progress messaging.

Bug Fixes

  • Ground Truth private datasets — The S3 put-notification handler for labeling datasets now infers the creating user from the object key path instead of defaulting to a placeholder user, correcting dataset ownership metadata for private datasets.
  • Dataset scope and S3 URIs — Fixed S3 URI construction when dataset scope affects naming.
  • Authentication stack and CDK — Resolved deploy-time setup for versioned authentication secrets (including a dedicated invoker) and related CDK synthesis issues so stacks deploy reliably.

Documentation

  • User guide updates for Ground Truth labeling jobs, including Custom tasks and short-lived access for worker instruction images referenced by S3 URIs.

Acknowledgements

Full Changelog: v1.7.1…v1.7.2

dustins and others added 11 commits February 6, 2026 01:43
* feat(auth): add ALLOW_LOCALHOST flag for local development support

- Add ALLOW_LOCALHOST environment variable to auth config
- Allow localhost:3000 redirect URLs when flag is enabled
- Set SameSite=None on session cookies for cross-site requests
- Add warning log when ALLOW_LOCALHOST is enabled in production
- Update frontend auth context to support localhost development

* ran precommit
…-user" (#361)

Extract username from S3 key path for private datasets instead of
hardcoding "default-user" in the S3 put notification handler.

Co-authored-by: Evan Stohlmann <evmann@amazon.com>
Ernest-Gray
Ernest-Gray previously approved these changes Apr 8, 2026
…ty and performance

- Updated various dependencies in package.json and package-lock.json, including AWS SDK and TypeScript.
- Adjusted ESLint configurations to remove deprecated rules and plugins, streamlining linting processes.
- Enhanced TypeScript configuration to target ES2022 and ignore deprecations.
- Improved documentation and release notes for version 1.7.2, highlighting new features and bug fixes.
- Fixed minor formatting issues across multiple files for better code readability.
- Added @testing-library/dom to package.json and package-lock.json for improved testing capabilities.
- Updated react-scripts version to 5.0.1 for better compatibility.
- Fixed import statement for thunk in notebook.reducer.spec.ts to ensure proper functionality.
- Added frontend build step to demo and development deployment workflows.
- Installed Cypress dependencies in the test and lint workflow.
- Updated package.json and package-lock.json to include new ESLint and TypeScript dependencies.
- Removed obsolete ESLint configuration file from Cypress directory.
@estohlmann estohlmann marked this pull request as ready for review April 8, 2026 19:04
@estohlmann estohlmann merged commit 3b81e53 into main Apr 8, 2026
19 checks passed
@estohlmann estohlmann deleted the release/v1.7.2 branch April 8, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants