Skip to content

Latest commit

 

History

History
278 lines (133 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

278 lines (133 loc) · 13.8 KB

3.2.7 (2022-10-22)

Bug Fixes

  • remove contributor release plugin (4fcd817)
  • remove old dependency (15d1bb8)

3.2.6 (2022-06-07)

Bug Fixes

  • handle disble logs correctly (7bff688)

3.2.5 (2022-06-04)

Bug Fixes

  • deps: bump npm from 8.6.0 to 8.11.0 (007a2d5)
  • deps: bump semver-regex from 3.1.3 to 3.1.4 (703f889)

3.2.4 (2022-05-29)

Bug Fixes

  • deps: bump ansi-regex from 3.0.0 to 3.0.1 (eb2cbd0)
  • deps: bump trim-newlines from 3.0.0 to 3.0.1 (10f3edb)

3.2.3 (2022-04-12)

Bug Fixes

  • deps: bump glob-parent from 5.1.1 to 5.1.2 (338e222)

3.2.2 (2022-04-12)

Bug Fixes

  • trigger release due to semantic relase config (4b0ddbd)

3.2.1 (2022-04-12)

Bug Fixes

  • change PermissionsBoundary feature to add suport for cloudformation functions (#70) (720dc0f)
  • deps: updated to latest serverless and making tests work (d0259c8)
  • Function properties schema validation fixed (#63) (1f81264)
  • Support for Serverless v2.5.0 (#53) (09e56ae)

Features

  • add support to PermissionsBoundary (d68046e)
  • Docs: added contributing section (d9715ba)
  • nodejs 12 support (#32) (4dd58a2)
  • schema validation (abbc8af)
  • Support new provider.iam property (6e20297), closes #73
  • Use resolved region name in counting length of role name (#33) (f9fd677), closes #26

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.0 (2021-03-19)

Features

  • Support new provider.iam property (0d3dd37), closes #73

3.1.1 (2021-01-03)

Bug Fixes

  • change PermissionsBoundary feature to add suport for cloudformation functions (PR#70)

3.1.0 (2020-12-17)

Features

  • Permission boundary (PR#68)

3.0.2 (2020-12-04)

Bug Fixes

Add logs:CreateLogGroup action to default policy (#42) (b5e1837)

3.0.1 (2020-11-28)

Features

  • Docs: added contributing section (d9715ba)

3.0.0 (2020-11-02)

Bug Fixes

  • Function properties schema validation fixe (#63) (1f81264)

Features

  • Support for Serverless v2.5.0 (#53) (09e56ae)
  • nodejs 12 support (#32) (4dd58a2)
  • Use resolved region name in counting length of role name (#33) (f9fd677), closes #26

2.0.2 (2019-08-30)

Features

2.0.1 (2019-05-10)

Bug Fixes

  • Fix regression when using a vpc with a function (#24)

2.0.0 (2019-04-30)

Features

  • Prevent hard coded aws partition in arn of resources (#18)
  • Support for SQS event source (#17)

1.0.4 (2018-09-02)

Features

  • improved formatting for error messages from the plugin (cea0541)
  • update dependencies (43641b3)
  • update README with download stats (f9b0b4a)

1.0.3 (2018-08-26)

Features

  • support for auto shortening the role name when default naming scheme exceeds 64 chars (97284e4)
  • update dependencies (b16de8d)

1.0.2 (2018-07-28)

Features

1.0.1 (2018-05-30)

Features

  • fix README with coveralls coverage status (aa3efe3)

1.0.0 (2018-05-29)

Bug Fixes

  • remove managed policies from cloned role (942816f)

Features

  • support for running tests with multiple serverless versions (0153d79)
  • tests to check empty iam statements array and no-block (8d601b4)
  • update dependencies to latest versions (b4487c3)
  • update README with code coverage status (8387371)

0.1.9 (2018-05-26)

Bug Fixes

  • support per function role with an empty iamRoleStatements clause (issue #9) (5a3aadf)

Features

  • code coverage reporting (51367c8)

0.1.8 (2018-05-17)

Features

  • add travis ci build status (24399ae)

0.1.7 (2018-05-16)

Features

  • add dependencies status to readme (9eb79e0)

0.1.6 (2018-05-15)

Features

0.1.5 (2018-02-25)

Bug Fixes

  • support for auto adding permissions when sns dlq is used (issue #5) (c4c89d6)

0.1.4 (2018-02-23)

Bug Fixes

  • support for stream based event sources (issue #3) (3b63d49)

0.1.3 (2018-02-20)

Features

  • new configuration to control default inherit or override behaviour (542175f)
  • support custom role names via the property: iamRoleStatementsName (93cd015), closes #2

0.1.2 (2018-02-07)

Bug Fixes

  • remove dependency on local install of serverless framework. issue #1 (fcf61aa)