Skip to content

Version bump: serialization 1.1.5→1.1.6, events 3.16.0→3.16.1 #557

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2025

Conversation

PartiallyUntyped
Copy link
Contributor

Summary

This PR bumps patch versions for packages modified in recent commits and updates all dependency references.

Changes

Version Bumps

  • aws-lambda-java-serialization: 1.1.5 → 1.1.6
  • aws-lambda-java-events: 3.16.0 → 3.16.1

Dependency Updates

  • aws-lambda-java-tests: Updated both serialization (1.1.5→1.1.6) and events (3.16.0→3.16.1) dependencies
  • aws-lambda-java-runtime-interface-client: Updated serialization dependency (1.1.2→1.1.6)
  • aws-lambda-java-events-sdk-transformer: Updated events dependency (3.11.2→3.16.1)

Context

These version bumps correspond to recent changes:

  • ConnectEvent.java modifications (events package)
  • Serialization mixin additions and field registrations (serialization package)
  • Test additions and sample events (tests package)

All consuming packages have been updated to maintain dependency consistency across the workspace.

… dependencies

- Bump aws-lambda-java-serialization from 1.1.5 to 1.1.6
- Bump aws-lambda-java-events from 3.16.0 to 3.16.1
- Update aws-lambda-java-tests dependencies to use new versions
- Update aws-lambda-java-runtime-interface-client serialization dependency 1.1.2→1.1.6
- Update aws-lambda-java-events-sdk-transformer events dependency 3.11.2→3.16.1
…endency

Add local build step for aws-lambda-java-serialization before building runtime interface client.

## Why This Fix is Needed

The runtime interface client depends on aws-lambda-java-serialization version 1.1.6,
but this version doesn't exist in Maven Central yet. By building and installing the
serialization package locally first, we ensure:

1. The correct version (1.1.6) is available in the local Maven repository
2. The runtime interface client build won't fail looking for a non-existent version on Maven Central
3. The workflow tests the actual code changes together

## Changes Made

- runtime-interface-client_merge_to_main.yml: Added local serialization build step
- runtime-interface-client_pr.yml: Added local serialization build step to both smoke-test and build jobs

This ensures CI/CD pipeline works correctly with the new dependency versions.
@PartiallyUntyped PartiallyUntyped requested a review from maxday July 15, 2025 08:34
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.26%. Comparing base (5a0f8ad) to head (345f321).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #557   +/-   ##
=========================================
  Coverage     58.26%   58.26%           
  Complexity      222      222           
=========================================
  Files            46       46           
  Lines          1155     1155           
  Branches        149      149           
=========================================
  Hits            673      673           
  Misses          428      428           
  Partials         54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@darklight3it darklight3it self-requested a review July 15, 2025 11:17
@PartiallyUntyped PartiallyUntyped merged commit 70e2d8b into main Jul 15, 2025
8 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.

3 participants