Releases: facebook/watchman
Releases · facebook/watchman
v2024.08.12.00
progress: add a thrift Entry point for reporting progress Summary: surprise_tool Reviewed By: kmancini Differential Revision: D60385450 fbshipit-source-id: e935609cebf7969a84ad88d625283b1c5933752b
v2024.08.05.00
Updating submodules Summary: GitHub commits: https://github.com/facebook/fb303/commit/f8f86bd5d7f8013e6bf201b925aaae8e2205b3dc https://github.com/facebook/fbthrift/commit/ca04e10a0b67d302126cd19dab1842af3b277f4a https://github.com/facebook/folly/commit/8cde06b2eeffbba8e674761123ae66d03c39e2ab https://github.com/facebook/mvfst/commit/e96a294a4004e0368921ca6f7f9462f532bfa82e https://github.com/facebook/proxygen/commit/47375a7128339bdd667ab2023a016b78eaac80fa https://github.com/facebook/wangle/commit/7f70124e26d3d5f791d24fc2ae6db744dccbaee4 https://github.com/facebookexperimental/edencommon/commit/fc92080ae52ac08d6a9334fc1a7f2902ac199246 https://github.com/facebookexperimental/rust-shed/commit/f48721bf75f36c3648999e7cda09770dd101bc77 https://github.com/facebookincubator/fizz/commit/ed6c55822341f3ad7fa24c1d1a39c9eacb8153c8 Reviewed By: namanahuja fbshipit-source-id: 9ef7c2d8a6d5d3b1e777ad7ffe8118dfcee75ab0
v2024.07.29.00
Updating submodules Summary: GitHub commits: https://github.com/facebook/fb303/commit/863fb7a649717d4f6e634d0d303bfb44a7fd08d6 https://github.com/facebook/fbthrift/commit/16e30652652354cb6084f96a2434ed426531609d https://github.com/facebook/folly/commit/7c4f66ae927b4fdb93feb8febe1160c88022b84b https://github.com/facebook/mvfst/commit/971e8986534bcd9d9c1860d392cb0e2fa8f7717c https://github.com/facebook/proxygen/commit/32677312fe932f9cb1cecbd07aa79950a86f8b03 https://github.com/facebook/wangle/commit/e753d62183660d72dc3385234b703aed84438b72 https://github.com/facebookexperimental/edencommon/commit/b0dc91f33f92ab3f59f46cd9fdf967a3bf5fcf70 https://github.com/facebookexperimental/rust-shed/commit/caf55b636f62037f0ae6b9e1317241cafdb93dd0 https://github.com/facebookincubator/fizz/commit/9c937c3bc669610ebe49a66f5479d34d00d62ae8 Reviewed By: bigfootjon fbshipit-source-id: 6050536394be1cfac57adb5dcfb5d42637992c73
v2024.07.22.00
Updating submodules Summary: GitHub commits: https://github.com/facebook/fb303/commit/542508ad8321e595448c683cec88b2f9b89203c1 https://github.com/facebook/fbthrift/commit/d4be887d567625fe92ebfabcfa1943e25a683913 https://github.com/facebook/folly/commit/03273703302c301564606cdbb68c11c77ac0eede https://github.com/facebook/mvfst/commit/1b3211bcec5a3769cfe59e60bd86ab28271c15e3 https://github.com/facebook/proxygen/commit/1e122281689a8c309b3f1f9f06fe5c600e900c3f https://github.com/facebook/wangle/commit/6a75a7d3048790780364d3246d75e97ae24cee5e https://github.com/facebookexperimental/edencommon/commit/f5c0e43bcb511d9c4a89dd41d91e106331a3d01e https://github.com/facebookexperimental/rust-shed/commit/5a082c75d090530c71650bf976ab2ec082326e4b https://github.com/facebookincubator/fizz/commit/127cbb62a5ca5a657d03459f6c83edfc79cc06ef Reviewed By: ajb85 fbshipit-source-id: efd0d5b7048f52de792bd5c31b9543563d18171a
v2024.07.15.00
Updating submodules Summary: GitHub commits: https://github.com/facebook/fb303/commit/b7978a1cf8a6f055e36b7353b6e37b4ea15547cb https://github.com/facebook/fbthrift/commit/f79f662eaa7ce720ba7ee1367edbe2166dedb176 https://github.com/facebook/folly/commit/b59f99e724af79721190cf8d06be62b10c72f8e9 https://github.com/facebook/mvfst/commit/a410a7b4de106feedc9ec70a30465035cb7ad307 https://github.com/facebook/proxygen/commit/8307ef7cd763ecffdfa05309319d86f598509439 https://github.com/facebook/wangle/commit/190da710fd59361f2b4f67818ec6751fbd713441 https://github.com/facebookexperimental/edencommon/commit/48e98e89c9f9e9cb4263a5daf9fe618f157dcfff https://github.com/facebookexperimental/rust-shed/commit/4193b4d7d0274a6420d5394ba99bc907186b008e https://github.com/facebookincubator/fizz/commit/15f9440c67ecdd0393045ab0c746033d0ac7c2ab Reviewed By: namanahuja fbshipit-source-id: 2ef5b1c6ddf72c3103ae952cea8cfdbcabd16160
v2024.07.08.00
Add support for eden flag listOnlyFiles Summary: This diff lets watchman deduce whether or not to use the listOnlyFiles flag when using eden. The system works as follows - ["type", "d"] means listOnlyFiles is false - all other type fields means it is true - ["not"] inverts the subexpression - Any value in an ["allof"] being true results in the whole expression being true - Each value in an ["anyof"] must be true for the expression to be true - All other expressions result in false Reviewed By: kmancini Differential Revision: D58469180 fbshipit-source-id: e775441ca7f38e1ec4de0c048714cb7361fc912b
v2024.07.01.00
Updating submodules Summary: GitHub commits: https://github.com/facebook/fb303/commit/bac49366654b3f0242f5ce206002f79ad4a697c8 https://github.com/facebook/fbthrift/commit/adb128e8feb67354aa4bd626261ae262408c70a8 https://github.com/facebook/mvfst/commit/ccbde59fcdacb07bcef2ef427859038961203811 https://github.com/facebook/proxygen/commit/5c3f0a416969228e3e3da4e4b761f314ed9b6212 https://github.com/facebook/wangle/commit/db3ce5493765c874d41b7259de37d9b8b567b450 https://github.com/facebookexperimental/edencommon/commit/df158dc782a857e2bffa79288f61caf86a534b0d https://github.com/facebookexperimental/rust-shed/commit/fceb292c131d0a709697253053146244d3d15e3f https://github.com/facebookincubator/fizz/commit/af4d86f55cc8b30aeef9f6b6fe143c080e20662e Reviewed By: ajb85 fbshipit-source-id: ec4921895ef858ef0b389192b27116e0d1171cbb
v2024.06.24.00
Updating submodules Summary: GitHub commits: https://github.com/facebook/fb303/commit/142028ba2d5bcd3bebd976c08b2abfb94400f5ce https://github.com/facebook/fbthrift/commit/0cbd38b095cad165c9e4e6a89d186de73c081e1c https://github.com/facebook/folly/commit/216baa676dcb17b1a7ef448944d9fd4484c3bb62 https://github.com/facebook/mvfst/commit/35ef778c9519549ffc3bf6f43fe052ee57dacc59 https://github.com/facebook/proxygen/commit/42cec12b524673b72ef18f79a2a8106f26251f2d https://github.com/facebook/wangle/commit/15005d2b1e8e331f928f9fd3bbb7c7f77a1443d8 https://github.com/facebookexperimental/edencommon/commit/a02a03c0aceb5f156d417d7c155f748320a66a8b https://github.com/facebookexperimental/rust-shed/commit/cacb9b6cb6c29621d2fa358c9370eb1d82d22f48 https://github.com/facebookincubator/fizz/commit/5f49a9f4fed1090127d05bff086010914fdb8e51 Reviewed By: namanahuja fbshipit-source-id: 22897fe0d323c22ea334a5590b2fcc1a89a8d23c
v2024.06.17.00
Updating submodules Summary: GitHub commits: https://github.com/facebook/buck2-prelude/commit/4f48b5a337cf60fd59feabfc46052a9e4bdc219f https://github.com/facebook/fb303/commit/3b8ca1794a6d387ac84026fe4885b9f7350b61f1 https://github.com/facebook/fbthrift/commit/6ec2024fb98174f218d20df9054f345307f6ec20 https://github.com/facebook/folly/commit/7e04ec74decce5cf59127c455056296c131d4c07 https://github.com/facebook/mvfst/commit/21e05ab699d2ff374b2fd179a9fa403cbec3d5ea https://github.com/facebook/proxygen/commit/e59aa6487fb4ee791bd39fe5fc9f0b5d4b5cb1e7 https://github.com/facebook/wangle/commit/754ecd758316e2731bf68850807f137badb077da https://github.com/facebookexperimental/edencommon/commit/b1adca0fd87ac5920bc62d083f03118944139333 https://github.com/facebookexperimental/rust-shed/commit/4f83cc152b60ac2cb439539fd6aee1915de0114d https://github.com/facebookincubator/fizz/commit/98d56fdd9e27f6f4ea9e7b485770f7fdcffcb60e Reviewed By: bigfootjon fbshipit-source-id: 6be82441902714f7a2553d9e7cb996244ff3b68f
v2024.06.10.00
restore rpm system deps for fedora Summary: [getdeps] restore rpm system deps for fedora centOS (even stream) tends to be quite old and thus ends up having its rpm system deps turned off, e.g. boost in D55758008 and glog and gtest in D51813855. Unfortunate the rpm deps were removed entirely rather than limited by distro or distro_vers. Lets restore the rpm deps but specify distro=fedora to reduce the risk of people removing them entirely. Also: * fedora has up to date gtest & gmock, so use them * zlib-ng-compat added from fedora 38 with zlib removed from F40, so update zlib rpm names. F37 is EOL X-link: https://github.com/facebook/folly/pull/2231 Reviewed By: HarveyHunt Differential Revision: D58324546 Pulled By: ahornby fbshipit-source-id: a4d5e8620cf55701e19317a301db3846d60f8d4b