Skip to content

Commit

Permalink
AT-10925: Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Dec 8, 2023
1 parent 8676e12 commit d33f0d4
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- ***Important!*** The `subnetNames` and `securityGroupNames` options have been deprecated and will be removed in the
next major release. The new options are `subnets` and `securityGroups`.
- ***Important!*** The `subnetNames` and `securityGroupNames` options have been deprecated and will be removed in the next major release. The new options are `subnets` and `securityGroups`.
- ***Important!*** Drop `vpc` option support. The new option is `vpcDiscovery`.

## [2.3.0] - 2020-12-11

### Changed

- Allow usage of wildcards in subnet and security group names. Thank you
@RLRabinowitz ([#41](https://github.com/amplify-education/serverless-vpc-discovery/pull/41))
- Allow usage of wildcards in subnet and security group names. Thank you @RLRabinowitz ([#41](https://github.com/amplify-education/serverless-vpc-discovery/pull/41))

## [2.2.1] - 2020-12-02

Expand All @@ -87,8 +85,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- ***Important!*** The `vpc` option has been deprecated but it still will work for a while. The new option
is `vpcDiscovery`.
- ***Important!*** The `vpc` option has been deprecated but it still will work for a while. The new option is `vpcDiscovery`.
- The VPC config applies to each function instead of the provider option.
- Fixed logic for checking missing subnets and security groups.

Expand All @@ -107,12 +104,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Added our own configuration for AWS SDK's built in retry mechanism, increasing it from 3 retries to 20 so that this
plugin is more easily used in an automated environment.
- Added our own configuration for AWS SDK's built in retry mechanism, increasing it from 3 retries to 20 so that this plugin is more easily used in an automated environment.

## [1.0.12] - 2018-08-01

### Added

- This CHANGELOG file to make it easier for future updates to be documented. Sadly, will not be going back to document
changes made for previous versions.
- This CHANGELOG file to make it easier for future updates to be documented. Sadly, will not be going back to document changes made for previous versions.

0 comments on commit d33f0d4

Please sign in to comment.