Skip to content

Releases: bojanbass/nx-aws

v3.2.3

23 Aug 21:26
ca09ae6
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump @swc/helpers from 0.5.11 to 0.5.12 by @dependabot in #633
  • chore(deps): bump the aws-sdk group across 1 directory with 3 updates by @dependabot in #652

Full Changelog: v3.2.2...v3.2.3

v3.2.2

10 Aug 11:58
d9818cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

22 May 16:38
7b3a9e0
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump @aws-sdk/lib-storage from 3.474.0 to 3.476.0 by @dependabot in #476
  • chore(deps): bump @aws-sdk/client-s3 from 3.474.0 to 3.477.0 by @dependabot in #479
  • chore(deps): bump @aws-sdk/client-s3 from 3.477.0 to 3.478.0 by @dependabot in #484
  • chore(deps): bump @aws-sdk/lib-storage from 3.476.0 to 3.478.0 by @dependabot in #482
  • chore(deps): bump @aws-sdk/lib-storage from 3.478.0 to 3.515.0 by @dependabot in #544
  • chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #494
  • chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #548
  • chore(deps): bump @aws-sdk/credential-providers from 3.474.0 to 3.515.0 by @dependabot in #545
  • chore(deps-dev): bump aws-sdk-client-mock from 3.0.0 to 3.0.1 by @dependabot in #549
  • chore(deps): bump @aws-sdk/client-s3 from 3.478.0 to 3.515.0 by @dependabot in #546
  • chore(deps): bump tar from 6.2.0 to 7.1.0 by @dependabot in #602
  • chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #566
  • chore(deps): bump ejs from 3.1.7 to 3.1.10 by @dependabot in #597
  • chore(deps): bump @aws-sdk/client-s3 from 3.515.0 to 3.569.0 by @dependabot in #600
  • chore(deps-dev): bump aws-sdk-client-mock from 3.0.1 to 4.0.0 by @dependabot in #612
  • chore(deps-dev): bump @types/tar from 6.1.10 to 6.1.13 by @dependabot in #603
  • chore(deps): bump the aws-sdk group with 3 updates by @dependabot in #611
  • chore(deps): bump dotenv from 16.3.1 to 16.4.5 by @dependabot in #547
  • chore(deps): bump @swc/helpers from 0.5.3 to 0.5.11 by @dependabot in #613

Full Changelog: v3.2.0...v3.2.1

v3.2.0

19 Dec 09:56
a951a32
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump @aws-sdk/client-s3 from 3.420.0 to 3.474.0 by @dependabot in #471
  • chore(deps): bump @aws-sdk/credential-providers from 3.418.0 to 3.474.0 by @dependabot in #470
  • chore(deps): bump @babel/traverse from 7.17.3 to 7.23.2 by @dependabot in #421
  • chore(deps): bump @swc/helpers from 0.5.2 to 0.5.3 by @dependabot in #413
  • chore(deps-dev): bump jsonc-eslint-parser from 2.3.0 to 2.4.0 by @dependabot in #474
  • chore(deps-dev): bump @types/fs-extra from 11.0.2 to 11.0.4 by @dependabot in #473
  • Add client side encryption before Send files to S3 by @gawsoftpl in #464
  • chore(deps-dev): bump @types/tar from 6.1.6 to 6.1.10 by @dependabot in #472
  • Replace readRootPackageJson with readJsonFile by @bojanbass in #475

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

26 Sep 20:01
ddcc209
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

11 Jul 09:31
250a32a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

04 Jun 22:08
e50d9cf
Compare
Choose a tag to compare

Breaking changes

  • NX v16 is mandatory (older @nrwl scope is replaced with @nx and is not supported anymore)
  • Environment variables are read before runner options
  • Environment variables prefix is changed from NX_ to NXCACHE_

What's Changed

  • Prevent Potential Exposure of AWS Keys to Web applications replacing NX_ with NXCACHE_ prefix
  • Support sub-paths for awsBucket (e.g. my-bucket/my-path)
  • Upgrade to NX v16 (drops support for @nrwl scope)
  • Take preference of reading Environment variables before runner options
  • Add new option forcePathStyle to support MinIO storage
  • Add all possible options to the generator schema
  • Bump different packages to latest versions

New Contributors

Full Changelog: v2.0.1...v3.0.0

v3.0.0-alpha.2

04 Jun 18:01
116064c
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release
Merge pull request #310 from bojanbass/feature/force-path-style-and-r…

v3.0.0-alpha.1

04 Jun 14:40
a9745db
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release
Merge pull request #309 from bojanbass/version-check-cleanup

Cleanup version check, set v16 as mandatory

v2.0.1

30 Jan 21:22
ebdd646
Compare
Choose a tag to compare

What's Changed