{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":26731785,"defaultBranch":"master","name":"rust-rocksdb","ownerLogin":"rust-rocksdb","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-16T23:19:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/43312114?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710965639.0","currentOid":""},"activityList":{"items":[{"before":"4cc90fcf6a5fe4674c3b778f58abab4dca5ca5ab","after":"d8fecebb59457bb451a6488750b66ea0dd91655c","ref":"refs/heads/master","pushedAt":"2024-05-17T00:50:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"add clippy msrv and some clippy fixes","shortMessageHtmlLink":"add clippy msrv and some clippy fixes"}},{"before":"daaaf85fffb1c981aa93ca418b380ea2ea91aac3","after":"4cc90fcf6a5fe4674c3b778f58abab4dca5ca5ab","ref":"refs/heads/master","pushedAt":"2024-05-17T00:50:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"toolchain: πŸ“Œ pin toolchain to rust `1.70.0`\n\nin CI, we specify the rust version as 1.70.0...\n\n```yaml\non: [push, pull_request]\nenv:\n RUST_VERSION: 1.70.0\n```\n\nlikewise, the package manifest pins the rust version...\n\n```toml\nrust-version = \"1.70.0\"\n```\n\n..but this version is not pinned by cargo, via a `rust-toolchain`. this\nmeans that testing this project using the stable toolchain by default\n(_at time of writing, this is 1.78.0_) will see test failures due to\nerror messages not matching the expected snapshots, due to `rustc`\nitself making changes to its diagnostics:\n\n```\ntest tests/fail/snapshot_outlive_db.rs ... mismatch\n\nEXPECTED:\nβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆ\nerror[E0597]: `db` does not live long enough\n --> tests/fail/snapshot_outlive_db.rs:6:9\n |\n4 | let _snapshot = {\n | --------- borrow later stored here\n5 | let db = DB::open_default(\"foo\").unwrap();\n | -- binding `db` declared here\n6 | db.snapshot()\n | ^^^^^^^^^^^^^ borrowed value does not live long enough\n7 | };\n | - `db` dropped here while still borrowed\nβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆ\n\nACTUAL OUTPUT:\nβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆ\nerror[E0597]: `db` does not live long enough\n --> tests/fail/snapshot_outlive_db.rs:6:9\n |\n4 | let _snapshot = {\n | --------- borrow later stored here\n5 | let db = DB::open_default(\"foo\").unwrap();\n | -- binding `db` declared here\n6 | db.snapshot()\n | ^^ borrowed value does not live long enough\n7 | };\n | - `db` dropped here while still borrowed\nβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆβ”ˆ\nnote: If the actual output is the correct output you can bless it by rerunning\n your test with the environment variable TRYBUILD=overwrite\n```\n\nthis commit introduces a `rust-toolchain.toml` file so that the correct\nversion of rust is used by those building or contributing to this\nproject.","shortMessageHtmlLink":"toolchain: πŸ“Œ pin toolchain to rust 1.70.0"}},{"before":"6face7bb142d3d586383a99997e183db363f97fb","after":"daaaf85fffb1c981aa93ca418b380ea2ea91aac3","ref":"refs/heads/master","pushedAt":"2024-05-08T15:21:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"docs: document that default cf doesn't inherit db open options","shortMessageHtmlLink":"docs: document that default cf doesn't inherit db open options"}},{"before":"b7f2f3be3c6c2cda767d619b3faf4bd7abe955fc","after":"6face7bb142d3d586383a99997e183db363f97fb","ref":"refs/heads/master","pushedAt":"2024-05-01T16:46:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Bump snappy to 1.2.0 (#883)","shortMessageHtmlLink":"Bump snappy to 1.2.0 (#883)"}},{"before":"b6ebe50e7d7e199345a405ef00d1ed13ddf3d342","after":"b7f2f3be3c6c2cda767d619b3faf4bd7abe955fc","ref":"refs/heads/master","pushedAt":"2024-04-25T11:10:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Update rust toolchain to 1.70.0 (#874)","shortMessageHtmlLink":"Update rust toolchain to 1.70.0 (#874)"}},{"before":"961abc8e45b30b43cad3659305d5703eb349fc31","after":"b6ebe50e7d7e199345a405ef00d1ed13ddf3d342","ref":"refs/heads/master","pushedAt":"2024-04-24T07:52:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Add delete_range to OptimisticTransactionDB (#879)","shortMessageHtmlLink":"Add delete_range to OptimisticTransactionDB (#879)"}},{"before":"e9a084ed6d34dafbd4a8b40dbe7613056848ea21","after":"961abc8e45b30b43cad3659305d5703eb349fc31","ref":"refs/heads/master","pushedAt":"2024-03-25T09:29:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Revert portable feature as it doesn't do anything (#871)\n\n* Revert \"Update README.md with a new section for the portable feature\"\r\n\r\nThis reverts commit 0d8804a5d668989fc450205e990204bf72427650.\r\n\r\n* Revert \"Add portable feature for RocksDB build\"\r\n\r\nThis reverts commit eeab5d83250c4aaa8bfc3a17b15f9bf67b77b6cc.\r\n\r\n---------\r\n\r\nCo-authored-by: zaidoon ","shortMessageHtmlLink":"Revert portable feature as it doesn't do anything (#871)"}},{"before":"21ac7e2b088290ff95442ded202a4488f17e2a08","after":"c8eb30d0deaa5216bf2095da77f88d6ec3782663","ref":"refs/heads/zaidoon/revert-portable-feature","pushedAt":"2024-03-25T09:28:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Merge branch 'master' into zaidoon/revert-portable-feature","shortMessageHtmlLink":"Merge branch 'master' into zaidoon/revert-portable-feature"}},{"before":"1e45930150b901fc1d975ae2781bdc4eb5ee987c","after":"e9a084ed6d34dafbd4a8b40dbe7613056848ea21","ref":"refs/heads/master","pushedAt":"2024-03-25T09:14:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Add linking libatomic command to build.rs to allow building for riscv64gc-unknown-linux-gnu target (#875)","shortMessageHtmlLink":"Add linking libatomic command to build.rs to allow building for riscv…"}},{"before":"6181d0d6af556c21532b46824a603118981f47f7","after":"21ac7e2b088290ff95442ded202a4488f17e2a08","ref":"refs/heads/zaidoon/revert-portable-feature","pushedAt":"2024-03-25T08:59:41.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Merge branch 'master' into zaidoon/revert-portable-feature","shortMessageHtmlLink":"Merge branch 'master' into zaidoon/revert-portable-feature"}},{"before":"78509aed34668a4f2396754078c3bd63f82072fc","after":"1e45930150b901fc1d975ae2781bdc4eb5ee987c","ref":"refs/heads/master","pushedAt":"2024-03-25T08:47:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Make BackupEngine Send\n\nBackupEngine is a simple pointer wrapper, so it's safe to send to another thread since the underlying RocksDB backup engine is thread-safe.","shortMessageHtmlLink":"Make BackupEngine Send"}},{"before":"da8cf6eba00597f6e4152395ec4b3fd882e8eae2","after":"78509aed34668a4f2396754078c3bd63f82072fc","ref":"refs/heads/master","pushedAt":"2024-03-25T08:24:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Add readme for mt_static feature.","shortMessageHtmlLink":"Add readme for mt_static feature."}},{"before":"a665e140313301379ceb663ce6063734c774a69c","after":"6181d0d6af556c21532b46824a603118981f47f7","ref":"refs/heads/zaidoon/revert-portable-feature","pushedAt":"2024-03-25T07:42:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Merge branch 'master' into zaidoon/revert-portable-feature","shortMessageHtmlLink":"Merge branch 'master' into zaidoon/revert-portable-feature"}},{"before":"0d8804a5d668989fc450205e990204bf72427650","after":"da8cf6eba00597f6e4152395ec4b3fd882e8eae2","ref":"refs/heads/master","pushedAt":"2024-03-25T07:42:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Update to RocksDB 9.0.0","shortMessageHtmlLink":"Update to RocksDB 9.0.0"}},{"before":"669e37b7ff5e32e4bdc802483c72e3fc11e361d6","after":"a665e140313301379ceb663ce6063734c774a69c","ref":"refs/heads/zaidoon/revert-portable-feature","pushedAt":"2024-03-20T20:14:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Revert \"Add portable feature for RocksDB build\"\n\nThis reverts commit eeab5d83250c4aaa8bfc3a17b15f9bf67b77b6cc.","shortMessageHtmlLink":"Revert \"Add portable feature for RocksDB build\""}},{"before":null,"after":"669e37b7ff5e32e4bdc802483c72e3fc11e361d6","ref":"refs/heads/zaidoon/revert-portable-feature","pushedAt":"2024-03-20T20:13:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"}},{"before":null,"after":"e659913373de72e00c9ac141a7ecb094b84a4578","ref":"refs/heads/zaidoon/revert-portable","pushedAt":"2024-03-20T05:13:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Revert \"Add portable feature for RocksDB build\"\n\nThis reverts commit 9dc5c327242832e5fc31f2aae1a4916f66c1ab68.","shortMessageHtmlLink":"Revert \"Add portable feature for RocksDB build\""}},{"before":"1cf906dc4087f06631820f13855e6b27bd21b972","after":"0d8804a5d668989fc450205e990204bf72427650","ref":"refs/heads/master","pushedAt":"2024-03-15T16:41:00.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Update README.md with a new section for the portable feature","shortMessageHtmlLink":"Update README.md with a new section for the portable feature"}},{"before":"56b68bd328d8a0e1b503c633aba466ebc5f9db44","after":"1cf906dc4087f06631820f13855e6b27bd21b972","ref":"refs/heads/master","pushedAt":"2024-03-15T13:56:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"fix: ptr::copy requires both ptrs to be non-null","shortMessageHtmlLink":"fix: ptr::copy requires both ptrs to be non-null"}},{"before":"dc9a0002cc76b25ab56d322e7b7a84556f772db7","after":"56b68bd328d8a0e1b503c633aba466ebc5f9db44","ref":"refs/heads/master","pushedAt":"2024-03-15T09:42:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Feat: Adds crt_static method (#865)","shortMessageHtmlLink":"Feat: Adds crt_static method (#865)"}},{"before":"e523ca4a13a7bf364abd0743149d0b3cd40856c0","after":"dc9a0002cc76b25ab56d322e7b7a84556f772db7","ref":"refs/heads/master","pushedAt":"2024-02-21T00:25:27.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Turn build status badge into link in README.md","shortMessageHtmlLink":"Turn build status badge into link in README.md"}},{"before":"6fb60765b6eff54ae565df3ec58cb3afa1602fc7","after":"e523ca4a13a7bf364abd0743149d0b3cd40856c0","ref":"refs/heads/master","pushedAt":"2024-02-13T14:13:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Release 0.22.0 (#861)","shortMessageHtmlLink":"Release 0.22.0 (#861)"}},{"before":"b1d8a04778b2aa52cb6e5d3120fec3d0fdc4556c","after":"6fb60765b6eff54ae565df3ec58cb3afa1602fc7","ref":"refs/heads/master","pushedAt":"2024-02-13T10:28:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Export memory usage builder and MemoryUsage structs to users (#854)","shortMessageHtmlLink":"Export memory usage builder and MemoryUsage structs to users (#854)"}},{"before":"5fca3d64fc40dc394800e479bc1ce99c58ef95d2","after":"b1d8a04778b2aa52cb6e5d3120fec3d0fdc4556c","ref":"refs/heads/master","pushedAt":"2024-02-13T10:04:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Make `FlushOptions` `Send` and `Sync` (#860)","shortMessageHtmlLink":"Make FlushOptions Send and Sync (#860)"}},{"before":"4336985e8fbd2f26dffe0a198632dd87b4b33433","after":"5fca3d64fc40dc394800e479bc1ce99c58ef95d2","ref":"refs/heads/master","pushedAt":"2024-02-11T10:53:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Expose rocksdb cumulative statistics and histograms (#853)","shortMessageHtmlLink":"Expose rocksdb cumulative statistics and histograms (#853)"}},{"before":"1fb26dd5dc363c9fded526bac45366a436fc50a9","after":"4336985e8fbd2f26dffe0a198632dd87b4b33433","ref":"refs/heads/master","pushedAt":"2024-02-07T20:16:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"update doc and para name for optimize_for_point_lookup","shortMessageHtmlLink":"update doc and para name for optimize_for_point_lookup"}},{"before":"8fccdf5473e3e75a5ce0f42e5ff5e89c2012305b","after":"1fb26dd5dc363c9fded526bac45366a436fc50a9","ref":"refs/heads/master","pushedAt":"2024-01-18T15:12:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Add WriteBufferManager support (#850)","shortMessageHtmlLink":"Add WriteBufferManager support (#850)"}},{"before":"66f04df013b6e6bd42b5a8c353406e09a7c7da2a","after":"8fccdf5473e3e75a5ce0f42e5ff5e89c2012305b","ref":"refs/heads/master","pushedAt":"2024-01-12T03:33:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"zaidoon1","name":"Zaidoon Abd Al Hadi","path":"/zaidoon1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43054535?s=80&v=4"},"commit":{"message":"Merge pull request #852 from zaidoon1/zaidoon/rocksdb-8.10\n\nUpdate to RocksDB 8.10.0","shortMessageHtmlLink":"Merge pull request #852 from zaidoon1/zaidoon/rocksdb-8.10"}},{"before":"394121c6513d1bcc9080dc773a31c7382a3dc407","after":"66f04df013b6e6bd42b5a8c353406e09a7c7da2a","ref":"refs/heads/master","pushedAt":"2023-12-14T12:20:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Make `CompactOptions` `Send` and `Sync` (#849)","shortMessageHtmlLink":"Make CompactOptions Send and Sync (#849)"}},{"before":"f4f9722fea712af12a5ee1e7f54381018e1e3193","after":"394121c6513d1bcc9080dc773a31c7382a3dc407","ref":"refs/heads/master","pushedAt":"2023-12-14T09:03:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aleksuss","name":"Oleksandr Anyshchenko","path":"/aleksuss","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3829201?s=80&v=4"},"commit":{"message":"Update hash commit of the rocksdb submodule to corresponding v8.9.1 tag (#848)","shortMessageHtmlLink":"Update hash commit of the rocksdb submodule to corresponding v8.9.1 t…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETC7zhgA","startCursor":null,"endCursor":null}},"title":"Activity Β· rust-rocksdb/rust-rocksdb"}