client-bedrock: Doc updates for supporting converse (6a255980)
New Features
clients: update client endpoints as of 2024-10-23 (a03b3eec)
client-mwaa: Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs. (180dd234)
client-connect: Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact. (aa538867)
client-ec2: Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads. (fe1251ec)
client-payment-cryptography: Add support for ECC P-256 and P-384 Keys. (e4119ab1)
client-payment-cryptography-data: Add ECDH support on PIN operations. (2f74e23b)
Bug Fixes
update error messge to NumberValue (#6579) (1902196a)
Tests
convert some packages unit and e2e tests to vitest (#6584) (3435c992)
For list of updated packages, view updated-packages.md in assets-3.678.0.zip
v3.677.0
3.677.0(2024-10-22)
Documentation Changes
update README.md.template to fix a typo (#5505) (6810a1af)
New Features
clients: update client endpoints as of 2024-10-22 (0958ca6b)
client-rds: Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance. (03416814)
client-m2: Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints. (e2fcaab9)
client-timestream-query: This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs. (2caa0462)
client-repostspace: Adds the BatchAddRole and BatchRemoveRole APIs. (fa3d3d02)
client-bedrock-runtime: Updating invoke regex to support imported models for converse API (eae7a3ee)
client-imagebuilder: Add macOS platform and instance placement options (df4c455f)
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)
Bumps the dev-minor-dependencies group with 34 updates in the / directory:
3.664.0
3.678.0
5.0.0
5.0.2
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
7.37.1
7.37.2
0.8.0
0.10.1
1.0.3
1.0.4
5.6.0
5.6.3
1.5.4
1.5.5
1.0.3
1.0.6
1.79.3
1.80.4
3.4.13
3.4.14
5.94.0
5.95.0
Updates
@aws-sdk/client-s3
from 3.664.0 to 3.678.0Release notes
Sourced from
@aws-sdk/client-s3
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-s3
's changelog.... (truncated)
Commits
0c74dc7
Publish v3.678.025443cc
Publish v3.677.0aa3086a
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)Updates
@fast-csv/format
from 5.0.0 to 5.0.2Release notes
Sourced from
@fast-csv/format
's releases.Changelog
Sourced from
@fast-csv/format
's changelog.Commits
9a59d86
chore(release): publish v5.0.29067797
Update links in README.md for packagesMaintainer changes
This version was pushed to npm by dustinsmith1024, a new releaser for
@fast-csv/format
since your current version.Updates
@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.10eac2df... _Description has been truncated_