{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":367338415,"defaultBranch":"main","name":"js-stores","ownerLogin":"ipfs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-05-14T11:13:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10536621?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726576714.0","currentOid":""},"activityList":{"items":[{"before":"a48a2a3417447c6e918d21976b6943b397271f6d","after":"89df15f1fad77c5afe42bdaaf2a99be1f37867da","ref":"refs/heads/gh-pages","pushedAt":"2024-09-17T12:39:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"docs: update documentation [skip ci]","shortMessageHtmlLink":"docs: update documentation [skip ci]"}},{"before":"1ad66fa53afe7eed3baa9fb9c6176dbd0189a52a","after":"06b7f79557e1cfbf0fdc444f6f65b1ebc9b0cd7c","ref":"refs/heads/main","pushedAt":"2024-09-17T12:38:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 10.0.2 [skip ci]\n\n## [datastore-fs-v10.0.2](https://github.com/ipfs/js-stores/compare/datastore-fs-10.0.1...datastore-fs-10.0.2) (2024-09-17)\n\n### Tests\n\n* add separate-thread concurrency test ([#305](https://github.com/ipfs/js-stores/issues/305)) ([5e3114e](https://github.com/ipfs/js-stores/commit/5e3114e0160ba8366067359f724c6e49807dfb21)), closes [#285](https://github.com/ipfs/js-stores/issues/285) [#284](https://github.com/ipfs/js-stores/issues/284)","shortMessageHtmlLink":"chore(release): 10.0.2 [skip ci]"}},{"before":"5e3114e0160ba8366067359f724c6e49807dfb21","after":"1ad66fa53afe7eed3baa9fb9c6176dbd0189a52a","ref":"refs/heads/main","pushedAt":"2024-09-17T12:36:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 2.0.2 [skip ci]\n\n## [blockstore-fs-v2.0.2](https://github.com/ipfs/js-stores/compare/blockstore-fs-2.0.1...blockstore-fs-2.0.2) (2024-09-17)\n\n### Tests\n\n* add separate-thread concurrency test ([#305](https://github.com/ipfs/js-stores/issues/305)) ([5e3114e](https://github.com/ipfs/js-stores/commit/5e3114e0160ba8366067359f724c6e49807dfb21)), closes [#285](https://github.com/ipfs/js-stores/issues/285) [#284](https://github.com/ipfs/js-stores/issues/284)","shortMessageHtmlLink":"chore(release): 2.0.2 [skip ci]"}},{"before":"d6373c0d57beaf0f28dc9366ef95f6dc519ade4b","after":null,"ref":"refs/heads/test/not-same-event-loop-concurrency","pushedAt":"2024-09-17T12:28:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SgtPooki","name":"Russell Dempsey","path":"/SgtPooki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1173416?s=80&v=4"}},{"before":"dd2f30310f2bf00cf6cae985ac0eb0dfe49b5252","after":"5e3114e0160ba8366067359f724c6e49807dfb21","ref":"refs/heads/main","pushedAt":"2024-09-17T12:28:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SgtPooki","name":"Russell Dempsey","path":"/SgtPooki","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1173416?s=80&v=4"},"commit":{"message":"test: add separate-thread concurrency test (#305)\n\n* tmp: testing concurrent writes with worker threads\r\n\r\n* test: add separate-thread concurrency test\r\n\r\n* chore: re-throw errors from writer-worker\r\n\r\n* fix: replace fast-atomic-write with steno (#285)\r\n\r\nfixes #284\r\n\r\nfast-write-atomic hasn't been updated in 5 years, is CJS, and is slower than steno (updated 2 months ago).\r\n\r\nBenchmarks for various content-types & libraries (though we only use Uint8Arrays) can be found at https://github.com/SgtPooki/fast-write-atomic#benchmarks\r\n\r\nHowever, there may be further room for improvement by moving to [fs.createWriteStream](https://nodejs.org/api/fs.html#fscreatewritestreampath-options)\r\n\r\n\r\n```\r\n╰─ ✔ ❯ hyperfine --parameter-list branch 284-chore-replace-fast-write-atomic-with-steno,main --setup \"git switch {branch} && npm run reset && npm i && npm run build\" --runs 20 -w 1 \"npm run test:node\"\r\nBenchmark 1: npm run test:node (branch = 284-chore-replace-fast-write-atomic-with-steno)\r\n Time (mean ± σ): 27.212 s ± 0.832 s [User: 34.810 s, System: 6.051 s]\r\n Range (min … max): 25.927 s … 29.324 s 20 runs\r\n\r\nBenchmark 2: npm run test:node (branch = main)\r\n Time (mean ± σ): 42.971 s ± 0.637 s [User: 35.297 s, System: 7.534 s]\r\n Range (min … max): 42.178 s … 44.796 s 20 runs\r\n\r\nSummary\r\n npm run test:node (branch = 284-chore-replace-fast-write-atomic-with-steno) ran\r\n 1.58 ± 0.05 times faster than npm run test:node (branch = main)\r\n```\r\n\r\n---\r\n\r\n### Updated benchmarks of `npm run test` as of 2024-04-19\r\n\r\n```\r\n╭─    ~/code/work/protocol.ai/ipfs/js-stores    main ?1 \r\n╰─ ✔ ❯ hyperfine --parameter-list branch main,test/not-same-event-loop-concurrency,284-chore-replace-fast-write-atomic-with-steno --setup \"git switch {branch} && npm run reset && npm i && npm run build && cd packages/datastore-fs\" \"npm run test\"\r\nBenchmark 1: npm run test (branch = main)\r\n Time (mean ± σ): 99.415 s ± 2.918 s [User: 69.659 s, System: 23.361 s]\r\n Range (min … max): 96.134 s … 105.200 s 10 runs\r\n\r\nBenchmark 2: npm run test (branch = test/not-same-event-loop-concurrency)\r\n Time (mean ± σ): 103.456 s ± 3.186 s [User: 74.442 s, System: 25.261 s]\r\n Range (min … max): 98.813 s … 108.429 s 10 runs\r\n\r\nBenchmark 3: npm run test (branch = 284-chore-replace-fast-write-atomic-with-steno)\r\n Time (mean ± σ): 80.308 s ± 2.107 s [User: 74.331 s, System: 22.228 s]\r\n Range (min … max): 78.219 s … 84.277 s 10 runs\r\n\r\nSummary\r\n npm run test (branch = 284-chore-replace-fast-write-atomic-with-steno) ran\r\n 1.24 ± 0.05 times faster than npm run test (branch = main)\r\n 1.29 ± 0.05 times faster than npm run test (branch = test/not-same-event-loop-concurrency) [49m1.944s]\r\n\r\n╭─    ~/code/work/protocol.ai/ipfs/js-stores    284-chore-re…c-with-steno ?1 \r\n╰─ ✔ ❯ hyperfine --parameter-list branch main,test/not-same-event-loop-concurrency,284-chore-replace-fast-write-atomic-with-steno --setup \"git switch {branch} && npm run reset && npm i && npm run build && cd packages/blockstore-fs\" \"npm run test\"\r\nBenchmark 1: npm run test (branch = main)\r\n Time (mean ± σ): 98.840 s ± 2.612 s [User: 68.486 s, System: 22.585 s]\r\n Range (min … max): 97.005 s … 104.396 s 10 runs\r\n\r\nBenchmark 2: npm run test (branch = test/not-same-event-loop-concurrency)\r\n Time (mean ± σ): 105.307 s ± 2.335 s [User: 72.442 s, System: 24.766 s]\r\n Range (min … max): 101.167 s … 109.007 s 10 runs\r\n\r\nBenchmark 3: npm run test (branch = 284-chore-replace-fast-write-atomic-with-steno)\r\n Time (mean ± σ): 77.012 s ± 1.829 s [User: 74.442 s, System: 21.938 s]\r\n Range (min … max): 75.258 s … 80.825 s 10 runs\r\n\r\nSummary\r\n npm run test (branch = 284-chore-replace-fast-write-atomic-with-steno) ran\r\n 1.28 ± 0.05 times faster than npm run test (branch = main)\r\n 1.37 ± 0.04 times faster than npm run test (branch = test/not-same-event-loop-concurrency)\r\n```\r\n\r\n* chore: fix lint error\r\n\r\n---------\r\n\r\nCo-authored-by: Alex Potsides ","shortMessageHtmlLink":"test: add separate-thread concurrency test (#305)"}},{"before":"4813e953ef1376190973de6d6298d2d11b83b6eb","after":"a48a2a3417447c6e918d21976b6943b397271f6d","ref":"refs/heads/gh-pages","pushedAt":"2024-09-13T14:44:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"docs: update documentation [skip ci]","shortMessageHtmlLink":"docs: update documentation [skip ci]"}},{"before":"29b027d07d48cb7ad7ba74d0735a87c267b47679","after":"4813e953ef1376190973de6d6298d2d11b83b6eb","ref":"refs/heads/gh-pages","pushedAt":"2024-09-13T14:43:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"docs: update documentation [skip ci]","shortMessageHtmlLink":"docs: update documentation [skip ci]"}},{"before":"405e653ac7496b1696ff6dd284bcc8ce05c9f9b7","after":"dd2f30310f2bf00cf6cae985ac0eb0dfe49b5252","ref":"refs/heads/main","pushedAt":"2024-09-13T14:43:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 12.0.2 [skip ci]\n\n## [datastore-s3-v12.0.2](https://github.com/ipfs/js-stores/compare/datastore-s3-12.0.1...datastore-s3-12.0.2) (2024-09-13)\n\n### Dependencies\n\n* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#322](https://github.com/ipfs/js-stores/issues/322)) ([8ea2df5](https://github.com/ipfs/js-stores/commit/8ea2df5c8f531b086b10130b8a3ce59a4d5bc2ba))","shortMessageHtmlLink":"chore(release): 12.0.2 [skip ci]"}},{"before":"dbfefc3fe098936170b58a27e08adec93996527b","after":"405e653ac7496b1696ff6dd284bcc8ce05c9f9b7","ref":"refs/heads/main","pushedAt":"2024-09-13T14:43:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 2.0.2 [skip ci]\n\n## [blockstore-s3-v2.0.2](https://github.com/ipfs/js-stores/compare/blockstore-s3-2.0.1...blockstore-s3-2.0.2) (2024-09-13)\n\n### Dependencies\n\n* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#322](https://github.com/ipfs/js-stores/issues/322)) ([8ea2df5](https://github.com/ipfs/js-stores/commit/8ea2df5c8f531b086b10130b8a3ce59a4d5bc2ba))","shortMessageHtmlLink":"chore(release): 2.0.2 [skip ci]"}},{"before":"8ea2df5c8f531b086b10130b8a3ce59a4d5bc2ba","after":"dbfefc3fe098936170b58a27e08adec93996527b","ref":"refs/heads/main","pushedAt":"2024-09-13T14:42:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 6.0.2 [skip ci]\n\n## [interface-store-v6.0.2](https://github.com/ipfs/js-stores/compare/interface-store-6.0.1...interface-store-6.0.2) (2024-09-13)\n\n### Bug Fixes\n\n* restore code property ([#320](https://github.com/ipfs/js-stores/issues/320)) ([414d4d0](https://github.com/ipfs/js-stores/commit/414d4d0a37a15bac6735539c504a0ff9cfd7862c))","shortMessageHtmlLink":"chore(release): 6.0.2 [skip ci]"}},{"before":"f39b42288213157964d8b26142250c635a5d77c5","after":"d6373c0d57beaf0f28dc9366ef95f6dc519ade4b","ref":"refs/heads/test/not-same-event-loop-concurrency","pushedAt":"2024-09-13T14:39:59.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"achingbrain","name":"Alex Potsides","path":"/achingbrain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/665810?s=80&v=4"},"commit":{"message":"Merge branch 'main' into test/not-same-event-loop-concurrency","shortMessageHtmlLink":"Merge branch 'main' into test/not-same-event-loop-concurrency"}},{"before":"30d19b4ba8754f8ac9644a77aeab83496a08888e","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/sinon-19.0.2","pushedAt":"2024-09-13T14:34:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"achingbrain","name":"Alex Potsides","path":"/achingbrain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/665810?s=80&v=4"}},{"before":"414d4d0a37a15bac6735539c504a0ff9cfd7862c","after":"8ea2df5c8f531b086b10130b8a3ce59a4d5bc2ba","ref":"refs/heads/main","pushedAt":"2024-09-13T14:34:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"achingbrain","name":"Alex Potsides","path":"/achingbrain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/665810?s=80&v=4"},"commit":{"message":"deps(dev): bump sinon from 18.0.1 to 19.0.2 (#322)\n\nBumps [sinon](https://github.com/sinonjs/sinon) from 18.0.1 to 19.0.2.\r\n- [Release notes](https://github.com/sinonjs/sinon/releases)\r\n- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/sinonjs/sinon/compare/v18.0.1...v19.0.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: sinon\r\n dependency-type: direct:development\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"deps(dev): bump sinon from 18.0.1 to 19.0.2 (#322)"}},{"before":"32093da95fe3c6300a4547be7047b95ff60c394b","after":null,"ref":"refs/heads/fix/add-error-code","pushedAt":"2024-09-13T14:33:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"achingbrain","name":"Alex Potsides","path":"/achingbrain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/665810?s=80&v=4"}},{"before":"1157b86bd8de4b275a70e395f5bc11c0c20572ff","after":"414d4d0a37a15bac6735539c504a0ff9cfd7862c","ref":"refs/heads/main","pushedAt":"2024-09-13T14:33:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"achingbrain","name":"Alex Potsides","path":"/achingbrain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/665810?s=80&v=4"},"commit":{"message":"fix: restore code property (#320)\n\nGive errors both `.name` and `.code` properties for better\r\ncompatibility.","shortMessageHtmlLink":"fix: restore code property (#320)"}},{"before":"23ae0aaf86c4c2ffe13ba5f3ed311fb871fdf571","after":"29b027d07d48cb7ad7ba74d0735a87c267b47679","ref":"refs/heads/gh-pages","pushedAt":"2024-09-13T14:33:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"docs: update documentation [skip ci]","shortMessageHtmlLink":"docs: update documentation [skip ci]"}},{"before":"d7daabc9c3852da3cf3eece6e681a1e0da6c851c","after":"1157b86bd8de4b275a70e395f5bc11c0c20572ff","ref":"refs/heads/main","pushedAt":"2024-09-13T14:32:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 12.0.1 [skip ci]\n\n## [datastore-s3-v12.0.1](https://github.com/ipfs/js-stores/compare/datastore-s3-12.0.0...datastore-s3-12.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 12.0.1 [skip ci]"}},{"before":"cf5208dd523efc323458196fcf109581e6695540","after":"d7daabc9c3852da3cf3eece6e681a1e0da6c851c","ref":"refs/heads/main","pushedAt":"2024-09-13T14:32:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 11.0.1 [skip ci]\n\n## [datastore-level-v11.0.1](https://github.com/ipfs/js-stores/compare/datastore-level-11.0.0...datastore-level-11.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 11.0.1 [skip ci]"}},{"before":"8111298ca31a4e249a40d62a1ad9f15b14d58f51","after":"cf5208dd523efc323458196fcf109581e6695540","ref":"refs/heads/main","pushedAt":"2024-09-13T14:32:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 3.0.1 [skip ci]\n\n## [datastore-idb-v3.0.1](https://github.com/ipfs/js-stores/compare/datastore-idb-3.0.0...datastore-idb-3.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 3.0.1 [skip ci]"}},{"before":"0be2a0f511dbeaef842984c8e465f8a31977563b","after":"8111298ca31a4e249a40d62a1ad9f15b14d58f51","ref":"refs/heads/main","pushedAt":"2024-09-13T14:30:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 10.0.1 [skip ci]\n\n## [datastore-fs-v10.0.1](https://github.com/ipfs/js-stores/compare/datastore-fs-10.0.0...datastore-fs-10.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 10.0.1 [skip ci]"}},{"before":"18f41a3e004fd644ceeae0d08888eacc65abc687","after":"0be2a0f511dbeaef842984c8e465f8a31977563b","ref":"refs/heads/main","pushedAt":"2024-09-13T14:29:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 2.0.1 [skip ci]\n\n## [blockstore-s3-v2.0.1](https://github.com/ipfs/js-stores/compare/blockstore-s3-2.0.0...blockstore-s3-2.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 2.0.1 [skip ci]"}},{"before":"d5a10554fd07cbb515878afc453b494822aa6ca0","after":"18f41a3e004fd644ceeae0d08888eacc65abc687","ref":"refs/heads/main","pushedAt":"2024-09-13T14:29:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 2.0.1 [skip ci]\n\n## [blockstore-level-v2.0.1](https://github.com/ipfs/js-stores/compare/blockstore-level-2.0.0...blockstore-level-2.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 2.0.1 [skip ci]"}},{"before":"b24ac3fd9e415b9097cf380124dec34a316f233a","after":"d5a10554fd07cbb515878afc453b494822aa6ca0","ref":"refs/heads/main","pushedAt":"2024-09-13T14:29:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 2.0.1 [skip ci]\n\n## [blockstore-idb-v2.0.1](https://github.com/ipfs/js-stores/compare/blockstore-idb-2.0.0...blockstore-idb-2.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 2.0.1 [skip ci]"}},{"before":"d56c98a3e282eadfe414e89e36bdaeb194251696","after":"b24ac3fd9e415b9097cf380124dec34a316f233a","ref":"refs/heads/main","pushedAt":"2024-09-13T14:28:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 10.0.2 [skip ci]\n\n## [datastore-core-v10.0.2](https://github.com/ipfs/js-stores/compare/datastore-core-10.0.1...datastore-core-10.0.2) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))","shortMessageHtmlLink":"chore(release): 10.0.2 [skip ci]"}},{"before":"252df284e69a632a29f627997f333644be6efc5f","after":"d56c98a3e282eadfe414e89e36bdaeb194251696","ref":"refs/heads/main","pushedAt":"2024-09-13T14:28:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 2.0.1 [skip ci]\n\n## [blockstore-fs-v2.0.1](https://github.com/ipfs/js-stores/compare/blockstore-fs-2.0.0...blockstore-fs-2.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 2.0.1 [skip ci]"}},{"before":"271392f141687575a0acb59ff3cee6ce9da40ffc","after":"252df284e69a632a29f627997f333644be6efc5f","ref":"refs/heads/main","pushedAt":"2024-09-13T14:28:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 5.0.2 [skip ci]\n\n## [blockstore-core-v5.0.2](https://github.com/ipfs/js-stores/compare/blockstore-core-5.0.1...blockstore-core-5.0.2) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))","shortMessageHtmlLink":"chore(release): 5.0.2 [skip ci]"}},{"before":"34c89d0eccf09f559a45a44b2bef979b4b3c197e","after":"271392f141687575a0acb59ff3cee6ce9da40ffc","ref":"refs/heads/main","pushedAt":"2024-09-13T14:25:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 6.0.1 [skip ci]\n\n## [interface-datastore-tests-v6.0.1](https://github.com/ipfs/js-stores/compare/interface-datastore-tests-6.0.0...interface-datastore-tests-6.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 6.0.1 [skip ci]"}},{"before":"e4ee6a6bc66d88d78e73b3a163dc0dfa2fdd342a","after":"34c89d0eccf09f559a45a44b2bef979b4b3c197e","ref":"refs/heads/main","pushedAt":"2024-09-13T14:23:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 7.0.1 [skip ci]\n\n## [interface-blockstore-tests-v7.0.1](https://github.com/ipfs/js-stores/compare/interface-blockstore-tests-7.0.0...interface-blockstore-tests-7.0.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 7.0.1 [skip ci]"}},{"before":"922923ad90632faacd81d893d11b14d74eebf8f5","after":"e4ee6a6bc66d88d78e73b3a163dc0dfa2fdd342a","ref":"refs/heads/main","pushedAt":"2024-09-13T14:23:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 8.3.1 [skip ci]\n\n## [interface-datastore-v8.3.1](https://github.com/ipfs/js-stores/compare/interface-datastore-8.3.0...interface-datastore-8.3.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 8.3.1 [skip ci]"}},{"before":"b8a5dcd4ff8c62f19c108fd2b1d74d36595fdf9c","after":"922923ad90632faacd81d893d11b14d74eebf8f5","ref":"refs/heads/main","pushedAt":"2024-09-13T14:23:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 5.3.1 [skip ci]\n\n## [interface-blockstore-v5.3.1](https://github.com/ipfs/js-stores/compare/interface-blockstore-5.3.0...interface-blockstore-5.3.1) (2024-09-13)\n\n### Bug Fixes\n\n* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156))\n\n### Dependencies\n\n* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4))","shortMessageHtmlLink":"chore(release): 5.3.1 [skip ci]"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxMjozOToxNS4wMDAwMDBazwAAAAS4g0-k","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxMjozOToxNS4wMDAwMDBazwAAAAS4g0-k","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QxNDoyMzowNC4wMDAwMDBazwAAAAS1ku1k"}},"title":"Activity · ipfs/js-stores"}