v1.1.0
Pre-release
Pre-release
Changelog
- e3a35d7 Merge pull request #14 from cheqd/resource-dereferencing
- bffbbc3 Extract mustCloseGRPCConnection
- e03e37a update tests after merge
- 667ca98 Merge branch 'main' of github.com:cheqd/did-resolver into resource-dereferencing
- 7e0b68e linter
- df241ce update tests, fix a bug in Resource dereferencing
- 0d98362 Merge pull request #16 from cheqd/dev-1530-http-header
- 819813c linter
- 6ee5f66 Refactoring
- 359e3e5 Merge branch 'main' of github.com:cheqd/did-resolver into resource-dereferencing
- 07fc8b7 Merge branch 'main' into dev-1530-http-header
- 71a3c5b Merge pull request #17 from cheqd/dev-1384-integration-tests
- 2836ab5 Update dependencies
- 645b062 Add integration tests for headers
- 4c59827 Make lint happy
- 76e91cb Add html support
- 31a8bdc Update GA test
- 3481a3e Update GA test
- 2cef37e Update tests dir name
- 75dba01 test: Update pipelines
- 01774a4 test: Add integration test
- 1ef6bbd Update GA test
- 2215471 Update GA test
- 874ea02 Update tests dir name
- e2d9689 test: Update pipelines
- 8748ea0 test: Add integration test
- 29e50ab fix: Fix headers contentType behavior
- f94f567 Make linter happy
- bb43f8a Update tests
- 9f34c2a Fix linter
- 00bbfa0 Merge branch 'resource-dereferencing' of github.com:cheqd/did-resolver into resource-dereferencing
- 3aaba65 Fix linter
- d04e0fb Merge branch 'main' into resource-dereferencing
- 18b6b7a Fix request_service_test
- da2ac42 Add ordered maps, update tests
- 68feb03 update models
- ea08dad add unit tests
- 6d9bb4b Add did url utils
- 9bb5beb Add Resource dereferencing
- c147716 Merge pull request #12 from cheqd/fix_compose
- 447d17b Remove unused 443 port forwarding
- 45f78ea Merge pull request #13 from cheqd/ca-certificates
- a08f052 fix: Fix timeouts inside docker container
- c744bf2 fix: Fix HOME directory passing
- 08288d9 refactor: Prepare for being public
- 46dfcce Make PR ready
- bee9612 Debug
- fcd22a8 Debug
- 9b8e6ad Debug
- 5338b06 Make release possible
- f91d86b Push docker images
- 1675081 Add goreleaser config
- a9dbf3e Add registry
- edaf509 Debug
- 17ec83c Debug
- 05dea8b Add goreleaser and docker publishing
- 323d835 feat: Add grpc over tls support (#8)
- faa7a47 Merge pull request #4 from cheqd/dev-1172-dereferencing
- 7940d96 Create pull-request.yml
- c30f1c8 Keep only VALIDATE=true
- 49dd1f1 Remove doubled param
- ad12f3e Fix go lint issues
- 4c8dbb4 Sync workflow files
- 5dc902f Fix linter issues
- be218de Merge remote-tracking branch 'origin/main' into dev-1172-dereferencing
- 73ff070 Add go linter
- c8c8a9e Process review comments
- 78be2eb Update README.md
- c88cfba Remove unncessary bug templates
- c52a4ca Fix tests
- c5fb30c Merge pull request #7 from cheqd/general-improvements
- 53d1c33 Add missing directory to the dockerfile
- 87f4a66 Fix imports
- 6d75972 Fix grpc connection
- 4f040c6 Delete profile directory
- 47f2513 Improve logging and configuration
- 5964b6c DEV-1172: fixes in error handling
- fe50ac4 DEV-1172: fix fragment getting
- 5d9d47a Merge branch 'main' of https://github.com/cheqd/cheqd-did-resolver into dev-1172-dereferencing
- 546f751 DEV-1074: add dereferencing implementation
- f54ec2f Merge pull request #1 from cheqd/dev-1074-did-resolver
- 60b8005 DEV-1074: fix a bag in error handling
- 24c31bb DEV-1074: fix bag in configs
- 9ffa81c DEV-1074: Update Dockerfile
- 6943dab DEV-1172: Add data models
- b73fa75 DEV-1172: Update dta models
- 9c60d38 Add configuration reading from
.env
file - ce94577 DEV-1074: Fix DID validation
- 87d2b34 DEV-1074: Fix docker security issue nad other small changes
- cc5c589 DEV-1074: Add request_service_test.go
- bf30610 Merge remote-tracking branch 'origin/dev-1074-did-resolver' into dev-1074-did-resolver
- 1b91d7c DEV-1074: improve error handling
- e394b5f Merge pull request #3 from cheqd/DEV-1074-dokerfile
- 35b34cf [DEV-1074] Remove unused action
- bc719ae [DEV-1074] Change workflow name
- abaa859 [DEV-1074] Another attempt
- d739d0e [DEV-1074] Fix workflow calling
- c5c8047 [DEV-1074] debug
- f580e9b [DEV-1074] Add github actions
- 75483eb [DEV-1074] Add a comment
- ea088ed Merge remote-tracking branch 'origin/dev-1074-did-resolver' into DEV-1074-dokerfile
- 074ffaf [DEV-1074] Remove
- 9673e94 [DEV-1074] Impove docker-compose
- dc4a663 Merge remote-tracking branch 'origin/dev-1074-did-resolver' into dev-1074-did-resolver
- d48c0be DEV-1074: fix "not found" status issue
- 8d7e9a8 Merge pull request #2 from cheqd/DEV-1074-dokerfile
- d4c23e4 DEV-1074: open ports in docker compose
- 6e804f9 [DEV-1074] add docker-compose
- 57eea48 Merge remote-tracking branch 'origin/dev-1074-did-resolver' into DEV-1074-dokerfile
- daed391 DEV-1074: add app parameters
- 9290a99 [DEV-1074] Make a dockerfile for did-resolver
- 2db1d21 DEV-1074: fix gRPC error, update tests
- ce77811 DEV-1074: add gRPC connection func
- fe3b4a7 DEV-1074: Added DIDDoc marshalling
- 898a6a7 DEV-1074: Add base structure
- 46eb7d3 Initial commit