client-wafv2: Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager. (474281ea)
client-payment-cryptography-data: Adding new API to generate authenticated scripts for EMV pin change use cases. (573b4e27)
client-eks: This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments (c046f870)
client-ec2: Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only. (67509d43)
client-bedrock-agent-runtime: Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs. (f3c2a2c1)
client-database-migration-service: Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics. (9588015c)
client-fms: Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs. (e4411e67)
client-auto-scaling: Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API. (52c2bba0)
client-application-insights: This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications. (1a73a2c6)
Tests
scripts: skip preview legacy:e2e tests if client is not found (#6576) (3f84c756)
For list of updated packages, view updated-packages.md in assets-3.676.0.zip
v3.675.0
3.675.0(2024-10-18)
New Features
client-datazone: Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API. (678f17d8)
client-athena: Removing FEDERATED from Create/List/Delete/GetDataCatalog API (ca03f0c2)
client-bedrock: Adding converse support to CMI API's (46406aea)
client-ec2: RequestSpotInstances and RequestSpotFleet feature release. (a4c04943)
client-bedrock-runtime: Added converse support for custom imported models (ae2b967a)
Bug Fixes
util-user-agent-browser: make native interface consistent with browser (#6575) (c03c9a6c)
For list of updated packages, view updated-packages.md in assets-3.675.0.zip
client-s3: Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response. (e7f10a2)
Stabilize the unstable_flushSync option for navigations and fetchers (#11989)
Stabilize the unstable_viewTransition option for navigations and the corresponding unstable_useViewTransitionState hook (#11989)
Patch Changes
Fix bug when submitting to the current contextual route (parent route with an index child) when an ?index param already exists from a prior submission (#12003)
Fix useFormAction bug - when removing ?index param it would not keep other non-Remix index params (#12003)
Fix bug with fetchers not persisting preventScrollReset through redirects during concurrent fetches (#11999)
Remove internal cache to fix issues with interrupted patchRoutesOnNavigation calls (#12055)
We used to cache in-progress calls to patchRoutesOnNavigation internally so that multiple navigations with the same start/end would only execute the function once and use the same promise
However, this approach was at odds with patch short circuiting if a navigation was interrupted (and the request.signal aborted) since the first invocation's patch would no-op
This cache also made some assumptions as to what a valid cache key might be - and is oblivious to any other application-state changes that may have occurred
So, the cache has been removed because in most cases, repeated calls to something like import() for async routes will already be cached automatically - and if not it's easy enough for users to implement this cache in userland
Avoid unnecessary console.error on fetcher abort due to back-to-back revalidation calls (#12050)
Expose errors thrown from patchRoutesOnNavigation directly to useRouteError instead of wrapping them in a 400 ErrorResponse instance (#12111)
Fix types for RouteObject within PatchRoutesOnNavigationFunction's patch method so it doesn't expect agnostic route objects passed to patch (#11967)
Fix bugs with partialHydration when hydrating with errors (#12070)
Remove internal discoveredRoutes FIFO queue from unstable_patchRoutesOnNavigation (#11977)
This release contains improvements for accessibility, the annotation editor, annotation rendering, font conversion, form rendering, text selection, tiling pattern rendering and the viewer.
Bumps the dev-minor-dependencies group with 32 updates in the / directory:
3.664.0
3.676.0
1.7.17
1.7.19
1.19.2
1.20.0
1.4.6
1.4.7
4.21.0
4.21.1
1.18.0
1.18.1
0.10.1
0.10.2
2.10.0
2.10.1
0.5.45
0.5.46
4.6.82
4.7.76
2.0.0
2.1.0
4.0.1
4.1.0
7.4.0
7.5.0
14.2.9
14.2.10
7.53.0
7.53.1
2.13.0
2.15.1
6.26.2
6.27.0
2.12.7
2.13.0
10.1.0
10.1.1
5.6.2
5.6.3
6.5.0
6.6.2
4.2.1
4.2.2
6.10.0
6.10.1
5.1.3
5.2.1
0.8.0
0.10.1
1.0.3
1.0.4
5.6.0
5.6.2
1.5.4
1.5.5
1.0.3
1.0.6
1.79.3
1.80.3
3.4.13
3.4.14
5.94.0
5.95.0
Updates
@aws-sdk/client-s3
from 3.664.0 to 3.676.0Release notes
Sourced from
@aws-sdk/client-s3
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-s3
's changelog.... (truncated)
Commits
aa3086a
Publish v3.676.0053a868
chore(codegen): update smithy to 1.52.0 (#6577)9e92f06
Publish v3.675.0a535403
Publish v3.674.077d0251
Publish v3.673.0e7f10a2
feat(client-s3): Add support for the new optional bucket-region and prefix qu...375e4e5
Publish v3.670.09d746f6
fix(client-s3): correct shape type of two shapes from union to structure (#6561)1f421db
chore(codegen): codegen update for createDefaultUserAgentProvider (#6558)7d63f7a
Publish v3.669.0Updates
@headlessui/react
from 1.7.17 to 1.7.19Release notes
Sourced from
@headlessui/react
's releases.Changelog
Sourced from
@headlessui/react
's changelog.... (truncated)
Commits
8599e49
1.7.19 -@headlessui/react
6784a73
RespectselectedIndex
for controlled\<Tab/>
components (#3037)2fd9d1c
Forwarddisabled
state to hidden inputs in form-like components (#3004)e9df8dd
Allow setting customtabIndex
on the\<Switch />
component (#2966)04695b2
Addhidden
attribute to internal\<Hidden />
component when the `Features....46a9b32
Don’t override explicitdisabled
prop for components inside\<MenuItem>
(#...39210df
Prevent default behaviour when clicking outside of aDialog.Panel
(#2919)369be39
Exposedisabled
state on\<Tab />
component (#2918)2b161b3
Make sure panels re-register when IDs are calculated in React < 18 (#2883)7ca6174
re-add new features to CHANGELOGUpdates
@remix-run/router
from 1.19.2 to 1.20.0Changelog
Sourced from
@remix-run/router
's changelog.Commits
8cfb4a7
chore: Update version for release (#12121)cde8139
chore: Update version for release (pre) (#12112)2367bfd
Expose patchRoutesOnNavigation errors directly (#12111)9a62e35
chore: Update version for release (pre) (#12101)3be88c6
Fix partial hydration bugs when hydrating with errors (#12070)51546cc
Remove internal cache from patchRoutesOnNavigation (#12055)51984d1
Avoid unnecessary console error on fetcher abort due to back-to-back revalida...0471c02
Fix idempotent patchRoutes for sibling pathless layout routes (#12013)0389eba
Fix issues with contextual routing and index params (#12003)f941ddf
Fix bug with preventScrollReset when using concurrent redirecting fetchers (#...Updates
@smithy/node-http-handler
from 3.2.4 to 3.2.5Release notes
Sourced from
@smithy/node-http-handler
's releases.Changelog
Sourced from
@smithy/node-http-handler
's changelog.Commits
5de4524
Version NPM packagesUpdates
cookie-parser
from 1.4.6 to 1.4.7Release notes
Sourced from cookie-parser's releases.
Changelog
Sourced from cookie-parser's changelog.
Commits
5d61e1e
1.4.7ccf1f54
deps: cookie@0.7.2 (#116)429cfd4
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#100)ca4c97e
ci: fix errors in ci pipeline for node 8 and 9 (#104)97bdf39
ci: add support for OSSF scorecard reporting (#103)e5862bd
build: Node.js@17.6f0688d2
build: Node.js@14.1944ec541
build: Node.js@16.14695435a
deps: cookie@0.4.2f66e7e1
build: mocha@9.2.1Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for cookie-parser since your current version.
Updates
express
from 4.21.0 to 4.21.1Release notes
Sourced from express's releases.
Changelog
Sourced from express's changelog.
Commits
8e229f9
4.21.1a024c8a
fix(deps): cookie@0.7.1Updates
express-session
from 1.18.0 to 1.18.1Release notes
Sourced from express-session's releases.
Changelog
Sourced from express-session's changelog.
Commits
bbeca94
1.18.1341b179
dep: cookie@0.7.2 (#997)8f0a1c4
ci: add support for OSSF scorecard reporting (#984)Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for express-session since your current version.
Updates
flowbite-react
from 0.10.1 to 0.10.2Release notes
Sourced from flowbite-react's releases.
Changelog
Sourced from flowbite-react's changelog.
Commits
bed3c41
Version Packages (#1486)25bb353
Feat/date value datepicker (#1190)38913e5
fix: autocomplete for string enums with dynamic value not working (#1484)e204ee4
chore: Make label prop optional in Dropdown component (#1468)210cb9e
chore: up packages (#1464)50b8bd6
fix: not allowing to select other year (#1465)d536caf
fix(datepicker) duplicate month display #1456 (#1457)1a5dadd
Web/fixes (#1461)83e5583
Fix/datepicker decade picker unclickable (#1452)Updates
jotai
from 2.10.0 to 2.10.1Release notes
Sourced from jotai's releases.
Commits
8147e7b
2.10.162ca79a
chore(deps): update dev dependencies (#2770)3b2c101
fix(core): recompute dependents in edge cases (#2742)cb6dc0e
docs: improve AsyncStorage notes wording (#2767)6f7551c
docs: fix typo (#2766)f51553d
Update family.mdx grammar (#2762)37f5c09
docs: add a note for useHydrateAtoms client code usage (#2761)d5bb477
test(dependency): Improve test coverage (#2759)9bd8ed7
:white_check_mark: test: add unit test for atomWithReset utility (#2753)Updates
moment-timezone
from 0.5.45 to 0.5.46Release notes
Sourced from moment-timezone's releases.
Changelog
Sourced from moment-timezone's changelog.
Commits
4b7ce20
Build moment-timezone 0.5.4664a0288
Bump version to 0.5.46d5f3c70
Merge pull request #1121 from moment/automated/data-update1c6b26d
ci: Allow tests to be run manually on a branch5086b53
Fix MET guess test for new dataf51dc2e
data: Add 2024b1deeb20
ci: Allow data update PRs to be created with failing testsdb8f165
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1109)543eb57
Merge pull request #1105 from moment/dependabot/npm_and_yarn/ejs-3.1.10eac2df3
build(deps-dev): bump ejs from 3.1.9 to 3.1.10Updates
pdfjs-dist
from 4.6.82 to 4.7.76Release notes
Sourced from pdfjs-dist's releases.