Skip to content

Release 2026-05-21#65

Merged
ehsu3 merged 1 commit into
mainfrom
release-2026-05-21
May 21, 2026
Merged

Release 2026-05-21#65
ehsu3 merged 1 commit into
mainfrom
release-2026-05-21

Conversation

@ehsu3

@ehsu3 ehsu3 commented May 21, 2026

Copy link
Copy Markdown
Contributor

Release Notes

2026-05-21

Enhancements

get_config() method

  • Added a method that allows users to preview overridable training parameters before launching a job

Added typed DataMixingConfig and TrainingOverrides**

  • Allows for IDE autocomplete and static validation of key/values

Bug Fixes

Path Traversal Protection

  • Added path traversal protection in SMTJ wheel extraction code

Improved get_logs() error messaging

  • Added ValueError with actionable message when get_logs() is called without a prior job

SHA-256 Checksum Verification

  • Added checksum verification for bundled wheel files before uploading

Validation

  • Added proper validation so users can provide reasoning_effort=None in training overrides to explicitly disable reasoning without errors
  • Added separate validation logic for temperature parameter to handle int/float type coercion correctly
    Set minimum version of pyarrow to 14.0.1

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ehsu3 ehsu3 changed the title Release 05-21-2026 Release 2026-05-21 May 21, 2026
Comment thread tests/unit/manager/test_smtj_dataprep_runtime_manager.py Fixed
@ehsu3 ehsu3 force-pushed the release-2026-05-21 branch from c683aa9 to e777102 Compare May 21, 2026 20:54
Comment thread src/amzn_nova_forge/__version__.py Outdated
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = "1.4.6" # pragma: no cover
VERSION = "1.4.129" # pragma: no cover

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to 1.4.7

@ehsu3 ehsu3 force-pushed the release-2026-05-21 branch 2 times, most recently from 9159081 to 6e7a169 Compare May 21, 2026 21:30
@ehsu3 ehsu3 force-pushed the release-2026-05-21 branch from 6e7a169 to 5642a8b Compare May 21, 2026 21:32
@ehsu3 ehsu3 merged commit f98feab into main May 21, 2026
7 checks passed
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.

4 participants