Initial Release
What's Changed
- Create TypeScript scaffolding with Express server by @jakubkoci in #2
- Add logger and http request logging middleware by @jakubkoci in #5
- Add
dependabot.yml
by @rblaine95 in #6 - Add basic Dockerfile by @rblaine95 in #4
- Basic Github CI Action by @rblaine95 in #11
- Bump @typescript-eslint/parser from 5.59.9 to 5.60.0 by @dependabot in #7
- Bump eslint from 8.42.0 to 8.43.0 by @dependabot in #9
- Bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.60.0 by @dependabot in #10
- Automated Docker Builds by @rblaine95 in #12
- Add pre-push hook for static validation by @jakubkoci in #14
- Add Swagger UI for API docs by @jakubkoci in #15
- Move swagger UI to deps from dev deps by @jakubkoci in #21
- Bump eslint from 8.43.0 to 8.44.0 by @dependabot in #16
- Bump typescript from 5.1.3 to 5.1.6 by @dependabot in #17
- Bump ts-jest from 29.1.0 to 29.1.1 by @dependabot in #20
- Bump @typescript-eslint/parser from 5.60.0 to 5.61.0 by @dependabot in #22
- Bump swagger-ui-express from 4.6.3 to 5.0.0 by @dependabot in #24
- Bump jest from 29.5.0 to 29.6.1 by @dependabot in #25
- Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.62.0 by @dependabot in #28
- Bump prettier from 2.8.8 to 3.0.0 by @dependabot in #26
- Add dotenv by @jakubkoci in #27
- Allow to receive submission to registry by @jakubkoci in #31
- Bump @types/jest from 29.5.2 to 29.5.3 by @dependabot in #32
- Bump winston from 3.9.0 to 3.10.0 by @dependabot in #35
- Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 by @dependabot in #36
- Bump @asteasolutions/zod-to-openapi from 5.2.0 to 5.3.1 by @dependabot in #34
- Add MongoDB and Mongo Express to Docker Compose by @rblaine95 in #38
- Bump eslint from 8.44.0 to 8.45.0 by @dependabot in #40
- Replace filesystem-based DB with Mongo by @jakubkoci in #39
- AWS ECR -> GHCR by @rblaine95 in #42
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #44
- Helm Chart and CD Workflow by @rblaine95 in #43
- Bump jest from 29.6.1 to 29.6.2 by @dependabot in #46
- Bump eslint-config-prettier from 8.8.0 to 8.9.0 by @dependabot in #47
- Bump eslint from 8.45.0 to 8.46.0 by @dependabot in #48
- Bump @asteasolutions/zod-to-openapi from 5.3.1 to 5.4.0 by @dependabot in #49
- Add log metadata by @jakubkoci in #50
- refactor: log metadata argument by @niall-shaw in #51
- Bump prettier from 3.0.0 to 3.0.1 by @dependabot in #52
- Bump eslint-config-prettier from 8.9.0 to 9.0.0 by @dependabot in #53
- Bump @asteasolutions/zod-to-openapi from 5.4.0 to 5.5.0 by @dependabot in #54
- Remove
initContainers
in Dev in Helm by @rblaine95 in #58 - Hotfix: Remove init containers by @rblaine95 in #59
- Separate entities and schemas to standalone modules by @jakubkoci in #55
- CI: Test that Production Builds work by @rblaine95 in #61
- Chore: Bump Helm Chart dependencies by @rblaine95 in #60
- Bump eslint from 8.46.0 to 8.47.0 by @dependabot in #62
- Bump prettier from 3.0.1 to 3.0.2 by @dependabot in #64
- Bump zod from 3.21.4 to 3.22.2 by @dependabot in #65
- Allow multiple dids per entity by @jakubkoci in #63
- [Snyk] Upgrade node-fetch from 2.6.11 to 2.6.12 by @lohanspies in #66
- Update Tilt and Compose by @rblaine95 in #68
- Bump aws-actions/configure-aws-credentials from 2 to 3 by @dependabot in #70
- Add did resolver with AFJ by @jakubkoci in #69
- Bump jest and @types/jest by @dependabot in #72
- Fix docker build by adding dependencies by @jakubkoci in #77
- Bump typescript from 5.1.6 to 5.2.2 by @dependabot in #73
- Bump eslint from 8.47.0 to 8.48.0 by @dependabot in #74
- refactor: prefix api endpoints with /api by @niall-shaw in #79
- Bump @types/morgan from 1.9.4 to 1.9.5 by @dependabot in #75
- Bump mongodb from 5.7.0 to 6.0.0 by @dependabot in #76
- Allow only fully qualified schema ID by @jakubkoci in #80
- Add docker compose to CI pipeline by @rblaine95 in #87
- Bump prettier from 3.0.2 to 3.0.3 by @dependabot in #83
- Helm Ephemeral
/home/node/afj
volume by @rblaine95 in #88 - Disable
linux/arm64/v8
builds by @rblaine95 in #91 - Update AFJ and related libs by @jakubkoci in #89
- Refactor Workflows by @rblaine95 in #92
- Bump yaml from 2.3.1 to 2.3.2 by @dependabot in #84
- Prod CI/CD by @rblaine95 in #100
- Disable
sha
docker tag on github tag by @rblaine95 in #102
New Contributors
- @dependabot made their first contribution in #7
- @niall-shaw made their first contribution in #51
- @lohanspies made their first contribution in #66
Full Changelog: https://github.com/didx-xyz/ssi-trust-registry/commits/v0.1.0