-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:release for v0.1.2 #359
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: DylanYong <dylan.y@nodereal.io>
* feat: add nat manager for p2p * feat: add noise security frame to p2p protocol
* feat: support dns for p2p node * fix: ut error * fix: only support ipv4 * fix: cr comments
* feat: task node adds seal object metrics * chore: refine replicate task and add more db log --------- Co-authored-by: DylanYong <dylan.y@nodereal.io> Co-authored-by: will-2012 <will.w@nodereal.io>
* feat: gateway supports path-style router * feat: add get object put state api * chore: refine get/put object rest api * chore: update by comment tips * refine: update by comment tips
feat: implement off-chain-auth solution
* feat: init permission api * feat: init verify permission api * feat: update db schema * feat: update permission and buf.yaml * feat: update permission api comments * fix: update logs & verifyObjectPermission func
* feat: download without auth feat: add redirect to universal endpoint service fix: modify getObjectByName to include bucket name feat: add docker file feat: use chain bucketInfo and objectInfo feat: update docker version feat: restore using objectInfo and bucketInfo from block syncer feat: not allow private object for universal endpoint fix: private object feat: remove github workflow * fix: resolve merge conflict * fix: address comments * fix: address comments and update client
Co-authored-by: VM <arimas@foxmail.com>
…ySp method (#340) * feat: update seal tx hash and gc schema * feat: update seal tx and gc schema * feat: add ListExpiredBucketsBySp method * feat: update sealed_tx_hash * feat: update sealed_tx_hash * feat: update ListExpiredBucketsBySp feat: modify client to not be grpc style necessarily * fix: fix sealed_tx_hash * feat: add limit to listExpiredBucketsBySp --------- Co-authored-by: BarryTong65 <barrytong.work@gmail.com>
* fix: universal endpoint download attachment * fix: content disposition header position
Co-authored-by: VM <arimas@foxmail.com>
* fix: universal endpoint space fix: import * fix: use PathUnescape instead of QueryUnescape
* docs: add changelog for v0.1.1 and v0.1.2
* feat: add rate limiter functio in gateway * test: remove rate limiter code * test: remove init gateway and add test code * fix:default rate limit config * fix:e2e test config --------- Co-authored-by: constwz <changbohao30@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Rationale
N/A
Example
N/A
Changes
Notable changes:
N/A