Skip to content

Latest commit

 

History

History
352 lines (157 loc) · 14.9 KB

CHANGELOG.md

File metadata and controls

352 lines (157 loc) · 14.9 KB

2.15.4 (2024-11-06)

Bug Fixes

  • update packages to correctly load app config (3bfd49d)

2.15.3 (2024-10-10)

Bug Fixes

  • template: reintroduce missing packages unignore (1a2c87e)

2.15.2 (2024-10-10)

Bug Fixes

  • template: change middleware order and add missing request logger middleware (7442a85)
  • template: correctly exclude node modules and dist within packages (636f086)

2.15.1 (2024-09-25)

Bug Fixes

2.15.0 (2024-08-29)

Features

  • refactor koa API structure and add zoom error notifications (3e1e0d3)

2.14.1 (2024-05-17)

Bug Fixes

  • postgres: update to supported postgres engine version and remove invalid PGSSLMODE env variable (31a721c)

2.14.0 (2024-05-15)

Features

2.13.2 (2024-05-03)

Bug Fixes

  • add condiational around AppConfig import in cdk (e2cf3ce)

2.13.1 (2024-05-03)

Bug Fixes

2.13.0 (2024-05-01)

Features

  • skeleton: bump koa-jsonapi-zod to 3.1.0 (62a5c63)

2.12.0 (2024-04-22)

Features

2.11.0 (2024-03-20)

Features

  • tweak some CDK settings for rds and the ecs container (11ebfcc)

2.10.0 (2024-03-19)

Features

2.9.0 (2024-03-10)

Features

  • add health check to ecs container and enable execute command (d010ac4)
  • enable rds Performance Insights (116fc97)

2.8.6 (2024-03-06)

Bug Fixes

  • add missing end of lefthook check command (e80e9e0)

2.8.5 (2024-03-06)

Bug Fixes

  • run commitlint without bash (d81d946)

2.8.4 (2024-03-05)

Bug Fixes

  • skeleton: add .dist extension to dev app-config (8e5af32)

2.8.3 (2024-03-05)

Bug Fixes

  • skeleton: use correct stagingCertificateArn variable for interpolation (d542087)

2.8.2 (2024-03-05)

Bug Fixes

  • skeleton: rename legacy variable (0b7c65d)

2.8.1 (2024-03-05)

Bug Fixes

  • cli: remove notice about manual pipeline run (3b86821)

2.8.0 (2024-03-05)

Features

  • enable bitbucket pipeline during setup (8a28c0b)

2.7.0 (2024-03-04)

Features

  • update to koa-jsonapi-zod 1.4.0 (e1a293b)

2.6.0 (2024-02-28)

Features

  • use BitBucket API for repository UUID retrieval (d8a0f5b)

2.5.1 (2024-02-16)

Bug Fixes

  • synth: run cdk-synth with env-staging.js (7a61936)

2.5.0 (2024-02-16)

Features

2.4.0 (2024-02-12)

Features

  • add koa-jsonapi-zod and remove unneccessary boilerplate code (ea3238c)

2.3.1 (2024-01-30)

Bug Fixes

  • synth: fix various synth errors (828ffd8)

2.3.0 (2024-01-29)

Bug Fixes

  • apply various fixes to postgres feature and VPC (b274d11)

Features

  • add IPv6 and move database to isolated subnet (974a311)
  • replace parameter store with appconfig (3b9f16f)
  • update hello-world route to JSON:API format (da50fb9)

2.2.0 (2024-01-22)

Features

  • do not force push by default (fc2174f)
  • replace npm with pnpm (121b337)

2.1.0 (2024-01-19)

Features

  • skeleton: add JSON:API hint to README.md (24bf738)

2.0.1 (2024-01-19)

Bug Fixes

2.0.0 (2024-01-19)

Bug Fixes

  • cli: use npx to run lefthook install (a3cf5b9)

Features

  • refactor project to utilize Bitbucket Pipelines (bbe845b)

BREAKING CHANGES

  • This requires Git hosting on Bitbucket Cloud.

1.4.1 (2023-03-23)

Bug Fixes

1.4.0 (2023-03-23)

Features

  • update all dependencies (5547425)

1.3.2 (2022-07-26)

Bug Fixes

1.3.1 (2022-07-26)

Bug Fixes

  • enable shell for child processes, fixes windows compatibility (26c64ba)
  • template: use file protocol URLs for composite router (b73ef18)

1.3.0 (2022-07-25)

Features

  • template: add ESM support (86bfd10)

1.2.0 (2022-06-28)

Features

  • template: update cdk dependencies to latest versions (807640b)

1.1.2 (2022-05-13)

Bug Fixes

  • template: return after setting exposed error on body (908453e)

1.1.1 (2022-03-31)

Bug Fixes

  • init: remove SSM client package when not using SSM (567ea63)

1.1.0 (2022-03-31)

Features

  • cdk: use more descriptive placeholders for sourceObjectKey (850829a)

1.0.4 (2022-03-31)

Bug Fixes

  • init: update usage text (c473601)

1.0.3 (2022-03-31)

Bug Fixes

  • template: update README.md instructions for CDK deployment (0d8d336)

1.0.2 (2022-03-30)

Bug Fixes

  • init: rename gitignore files after init (e1196e7)

1.0.1 (2022-03-30)

Bug Fixes

  • init: use dist .npmignore file to avoid exclusion during package publishing (9dc3db2)

1.0.0 (2022-03-30)

Bug Fixes

  • build: allow public release of scoped package (409cad2)
  • build: disable husky during release (e7d70ec)
  • build: install missing changelog module (003a021)
  • build: install missing git module (8e1fb12)
  • build: run semantic-release in no-ci mode (ef3da0b)
  • build: use correct repository (f87b6b9)

Features