Skip to content

Commit ecc811b

Browse files
author
awstools
committed
Publish v3.520.0
1 parent 6368fad commit ecc811b

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.520.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.519.0...v3.520.0) (2024-02-22)
7+
8+
9+
### Features
10+
11+
* **client-internetmonitor:** This release adds IPv4 prefixes to health events ([96fb359](https://github.com/aws/aws-sdk-js-v3/commit/96fb3590bfab78b9b39567b880f513762b07101e))
12+
* **client-kinesis-video:** Increasing NextToken parameter length restriction for List APIs from 512 to 1024. ([6368fad](https://github.com/aws/aws-sdk-js-v3/commit/6368fad9d83980aadf60f0e2ad5cb92a30c310fc))
13+
14+
15+
16+
17+
618
# [3.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21)
719

820

clients/client-internetmonitor/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.520.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.519.0...v3.520.0) (2024-02-22)
7+
8+
9+
### Features
10+
11+
* **client-internetmonitor:** This release adds IPv4 prefixes to health events ([96fb359](https://github.com/aws/aws-sdk-js-v3/commit/96fb3590bfab78b9b39567b880f513762b07101e))
12+
13+
14+
15+
16+
617
# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)
718

819
**Note:** Version bump only for package @aws-sdk/client-internetmonitor

clients/client-internetmonitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-internetmonitor",
33
"description": "AWS SDK for JavaScript Internetmonitor Client for Node.js, Browser and React Native",
4-
"version": "3.515.0",
4+
"version": "3.520.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-internetmonitor",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.519.0",
2+
"version": "3.520.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)