-
Notifications
You must be signed in to change notification settings - Fork 25
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: change default TTL and add support for custom TTL (#1) #308
Merged
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01f3f2d - Browse repository at this point
Copy the full SHA 01f3f2dView commit details -
* deps: bump @libp2p/crypto from 3.0.4 to 4.0.0 (ipfs#304) Bumps [@libp2p/crypto](https://github.com/libp2p/js-libp2p) from 3.0.4 to 4.0.0. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json) - [Commits](libp2p/js-libp2p@perf-v3.0.4...utils-v4.0.0) --- updated-dependencies: - dependency-name: "@libp2p/crypto" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(release): 8.0.2 [skip ci] ## [8.0.2](ipfs/js-ipns@v8.0.1...v8.0.2) (2024-01-15) ### Dependencies * bump @libp2p/crypto from 3.0.4 to 4.0.0 ([ipfs#304](ipfs#304)) ([ed83244](ipfs@ed83244)) * fix: mark package as side-effect free (ipfs#305) [Tree shaking](https://webpack.js.org/guides/tree-shaking/) results in smaller web bundles by deleting unused code. This module is side-effect free so mark it as such to signal to bundlers that unused exports can be excluded from bundles. * chore(release): 8.0.3 [skip ci] ## [8.0.3](ipfs/js-ipns@v8.0.2...v8.0.3) (2024-01-16) ### Bug Fixes * mark package as side-effect free ([ipfs#305](ipfs#305)) ([a389fe8](ipfs@a389fe8)) * fix: log type as string (ipfs#306) The value field is a string so it needs to be logged as `%s` - logging as `%b` will throw. * chore(release): 8.0.4 [skip ci] ## [8.0.4](ipfs/js-ipns@v8.0.3...v8.0.4) (2024-01-18) ### Bug Fixes * log type as string ([ipfs#306](ipfs#306)) ([de68e4c](ipfs@de68e4c)) * fix!: treat validity as opaque (ipfs#307) Instead of parsing the validity field of an IPNS record as a timestamp during unmarshalling, treat it as an opaque string value. This ensures we can round-trip records supplied by other systems which may have a different interpretation of rfc3339 dates, for example. It also means we can handle different types of validity types, not just EOL. BREAKING CHANGE: the validity field is now a string * chore(release): 9.0.0 [skip ci] ## [9.0.0](ipfs/js-ipns@v8.0.4...v9.0.0) (2024-01-18) ### ⚠ BREAKING CHANGES * the validity field is now a string ### Bug Fixes * treat validity as opaque ([ipfs#307](ipfs#307)) ([461190e](ipfs@461190e)) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Alex Potsides <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for c2b48c9 - Browse repository at this point
Copy the full SHA c2b48c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 344d0f3 - Browse repository at this point
Copy the full SHA 344d0f3View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 446e16e - Browse repository at this point
Copy the full SHA 446e16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e16c6f8 - Browse repository at this point
Copy the full SHA e16c6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09bcf6a - Browse repository at this point
Copy the full SHA 09bcf6aView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ffafe6d - Browse repository at this point
Copy the full SHA ffafe6dView commit details
Commits on Apr 1, 2024
-
Apply suggestions from code review
Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f3837f - Browse repository at this point
Copy the full SHA 0f3837fView commit details
Commits on Apr 2, 2024
-
Apply suggestions from code review
Co-authored-by: Alex Potsides <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 6e57ddc - Browse repository at this point
Copy the full SHA 6e57ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c159aa - Browse repository at this point
Copy the full SHA 4c159aaView commit details
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.