Skip to content

v3.0.2

Compare
Choose a tag to compare
@echo-bravo-yahoo echo-bravo-yahoo released this 02 Jul 23:43
bf3d87f

Fixes:

  • Fix fetching only one page of usage plans (#257)
    • Add unit tests for getAllUsagePlans (846992a)
    • Fetch all usage plans in DevPortalLambda (34dd2f4)
    • Move getAllUsagePlans to a "shared" file (6cdc771)
    • Fetch all usage plan pages in catalog updater (5bf6b1c)
  • Redirect index.html to root in frontend router (fixes #260) (4dcd576)
  • Redirect /index.html?action=... to /login and /logout (fixes #254) (30da724)

Changes:

  • Validation
    • Add validation for the rebuild mode (cd935d9)
    • Add validation for boolean parameters (0619a8c)
  • Upgrade packages to resolve npm audit warnings
    • Use patched swagger-ui fork to fix UI debounce bug (a4c2ef0)
    • Update package-lock.json's (9dfe539)
    • Remove deprecated NODE_PATH from .env (9a681a5)
    • Upgrade to react-scripts=^3.0.1, swagger-ui=3.22.3 (52c80bb)
  • README
    • Reformat README Setup section for improved readability (ba9825c)
    • Fixing deadlink (5c1b978)
  • Update description of overwrite-content in CFN template (f1806d4)
  • Run npm install upon npm run get-dependencies (2ac23ae)
  • Support specifying AWS SAM CLI profile name
    • Optionally include AWS SAM CLI profile option also in the write-config.js (44b4dc7)
    • Add optional AWS SAM CLI profile option to be used to interact with AWS API. (c5353f5)