Skip to content

Tags: activescott/serverless-aws-static-file-handler

Tags

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: udpate the dependencies of the testfiles/webpack project to ha…

…ve no known vulnerabilities. (#321)

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: upgrading future development and testing of this plugin exclusi…

…vely to Serverless v3 (#284)

Upgrading this to Serverless v3. I haven't changed any behavior or code to do this so I expect this will continue to work with Serverless v2, but I do not plan to test against Serverless v2 going forward. The tests have been using Serverless v3 for some time now per https://github.com/activescott/serverless-aws-static-file-handler/blame/c779fdd93662784c1a7b651057764d64734b13fb/examples/serverless-offline/package.json#L16 so this should be of negligible impact.

If you want to use a version before this set of changes you can use v4.0.4.

So why? The serverless community is focused on the v3 version at this point and Serverless v2 brings along a few vulnerability warnings due to it's outdated dependencies that I'd prefer to not ignore.

v4.0.4

Toggle v4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: dependency updates for Serverless v2 (#285)

* Revert "chore: bump axios and @serverless/platform-client (#283)"

This reverts commit c779fdd.

* fix(deps): bump axios and @serverless/platform-client (#283)

Bumps [axios](https://github.com/axios/axios) and @serverless/platform-client. These dependencies needed to be updated together.

Updates `axios` from 0.21.4 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.6.2)

Updates `@serverless/platform-client` from 4.4.0 to 4.5.1

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@serverless/platform-client"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: remove unnecessary coveralls dev dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.0.3

Toggle v4.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: update erverless to latest-2 tagged version and other transitive…

… deps updates to eleminate some dependency warnings

this takes npm audit warnings from 21 -> 12

v4.0.2

Toggle v4.0.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix: remove lodash dependency to save 5 MB, Fixes #200 (#201)

* Remove lodash usage #200

* No longer a dep

* no longer required

* chore: fix lint issue in build to get pr passing

Co-authored-by: Scott Willeke <[email protected]>

v4.0.1

Toggle v4.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: binaryMediaType in examples now use config compatible with OPTIO…

…NS CORS preflight checks

binaryMediaTypes: */* in example causes issue with API Gateway CORS on OPTIONS request
fixes #165

v4.0.0

Toggle v4.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(build): make the public package not run on pull requests

v3.1.9

Toggle v3.1.9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: make github actions workflow fail when local E2E tests fail

fixes #152

v3.1.8

Toggle v3.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: change local dev package version back to 0.0.0 to support e2e …

…tests in build workflow (#146)

v3.1.7

Toggle v3.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): bump mime-types from 2.1.34 to 2.1.35 (#138)

- Add extensions from IANA for more image/* types
- Add extension .asc to application/pgp-keys
- Add extensions to various XML types
- Add new upstream MIME types

- [Release notes](https://github.com/jshttp/mime-types/releases)
---
updated-dependencies:
- dependency-name: mime-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>