Skip to content

Commit

Permalink
Merge branch 'master' into INFRANG-6383-fix-composite-key-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andruwm authored Nov 12, 2024
2 parents 89a6126 + 615b131 commit 1eb4fa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
- run: sudo npm install -g jsdoc-to-markdown@^4.0.0
- run: make test
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then make release && $HOME/ci-scripts/circleci/github-release $GH_RELEASE_TOKEN release; fi;
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then make release && $HOME/ci-scripts/circleci/submodule-github-release $GH_RELEASE_TOKEN clientconfig; fi;
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then make release && $HOME/ci-scripts/circleci/submodule-github-release $GH_RELEASE_TOKEN logging/wagclientlogger; fi;
2 changes: 2 additions & 0 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ v9.5.0

v9.5.0 Bugfix composite keys in a GSI with no range key. Also, generated tests are only added when opted in via a new flag, instead of by default.

v9.4.2 Add updated clientconfig to release

v9.4.1 Fix generated DynamoDB tests

v9.4.0
Expand Down

0 comments on commit 1eb4fa7

Please sign in to comment.