Skip to content

Releases: facebook/watchman

v2025.03.03.00

03 Mar 16:05
Compare
Choose a tag to compare
Updating submodules

Summary:
GitHub commits:

https://github.com/facebook/facebook-for-woocommerce/commit/e040484442da147d22466321b4a2aed99b2121e2
https://github.com/facebook/fb303/commit/6c7eb7db8afd524261a893a667c45cef992992e6
https://github.com/facebook/fbthrift/commit/4885040ef585a55cb64cd272d21b15b50a4b4703
https://github.com/facebook/folly/commit/7881d1e7858f35ce7176dded26162cf8f575b24c
https://github.com/facebook/mvfst/commit/a9783ab82a7742afbd37917bfa8ace881e870f6f
https://github.com/facebook/proxygen/commit/e586312034b3eedf0ee8157f410e7595c81a3758
https://github.com/facebook/wangle/commit/799a48aa56995beda11f2853f67cea6b6059505a
https://github.com/facebookexperimental/edencommon/commit/ee25d0ef77317bcb2af50b4f6fd71697bb967043
https://github.com/facebookexperimental/rust-shed/commit/7aeaa794bb45e84b89a8c0465d948d85deae4499
https://github.com/facebookincubator/fizz/commit/51a2669326041931cd7ae1869fe00ced508e0300

Reviewed By: JurjenLelifeld

fbshipit-source-id: c0e6571dfe7660eb772e140ed8ea68a49cd87cc3

v2025.02.24.00

24 Feb 16:11
Compare
Choose a tag to compare
Updating submodules

Summary:
GitHub commits:

https://github.com/facebook/buck2-prelude/commit/ba4bd7430b2bcfd9e8e600864aa9511e7909d2f6
https://github.com/facebook/fb303/commit/150a927ac138236f7b31e11b032628e3e9868509
https://github.com/facebook/fbthrift/commit/7a627285b32fa9bd085d7fad463c5955ac1ed8bf
https://github.com/facebook/folly/commit/ba25f8853f8f6697cac2ede73448ab0a1be72be7
https://github.com/facebook/mvfst/commit/cae5286756054656bb1b8a7817cf9dd31d82ed4f
https://github.com/facebook/proxygen/commit/2f7148be5a6b29d7e99147de549831f5fda1ce43
https://github.com/facebook/wangle/commit/5adbaca044432a1e6251f59a1ff153f209bab864
https://github.com/facebookexperimental/edencommon/commit/c9d9cf70289c80611506de59b6e0c7908ebd5b4a
https://github.com/facebookexperimental/rust-shed/commit/5927f8b231872ddd765bfbb3a10d9618719b619b
https://github.com/facebookincubator/fizz/commit/557b068383d231b218547799a5d141dab32c5a7b
https://github.com/facebookincubator/llm_orchestrator/commit/638a7d0ac9337603a001593ed9459d278a15ffcc

Reviewed By: bigfootjon

fbshipit-source-id: 71a7ca802640c28d56a5782daa0d60021d1f93ed

v2025.02.17.00

17 Feb 16:03
Compare
Choose a tag to compare
Define a new thrift endpoint for unmount with extra options

Summary:
## This Diff
Defined a new endpoint "unmountV2" which accepts UnmountArgument.

## Context
Extend eden rm with a "--no-force" flag so "--force" is not used when unmounting a mount point.

Reviewed By: genevievehelsel

Differential Revision: D69407041

fbshipit-source-id: f832db8504acf7f2b331afdb0f9dfb34c3ac9191

v2025.02.10.00

10 Feb 16:04
Compare
Choose a tag to compare
Fix: Correct Zstd capitalization in FindZstd.cmake

Summary:
X-link: https://github.com/facebook/folly/pull/2379

This commit addresses a CMake warning due to inconsistent capitalization of the Zstd package name in FindZstd.cmake. This fixes issues with finding and using the Zstd library.

Tested on Cmake 3.28.3
X-link: https://github.com/facebookincubator/zstrong/pull/1170

Reviewed By: terrelln

Differential Revision: D69284782

fbshipit-source-id: 4acc32705ae937f075e1531cae3449cfae0d84ec

v2025.02.03.00

03 Feb 16:03
Compare
Choose a tag to compare
Add java-swift language support

Summary: This is a similar hack to what buck did with the javadeprecated client, adding a java_binary so we can get a self-contained set of fbcode deps over to fbandroid as a jar file. I don't love it and would be happy if someone knows an alternative. Moving to xplat was one failed approach I tried. It failed because the swift runtime still requires fbcode's third-party-java.

Reviewed By: cute-jumper

Differential Revision: D68968874

fbshipit-source-id: 1337a92b05929c331c6986fab582a40bad2146c8

v2025.01.27.00

27 Jan 16:04
Compare
Choose a tag to compare
Updating submodules

Summary:
GitHub commits:

https://github.com/facebook/buck2-prelude/commit/50a45b17015728d1ef10b29be5372907c0cbb1e5
https://github.com/facebook/fb303/commit/25a99dbc671dd96b6579b831c70fa5b7d84ef44a
https://github.com/facebook/fbthrift/commit/53115e1bbe3eb264dc28d0eff8cf4a0e83bf4156
https://github.com/facebook/mvfst/commit/2f69a816b8e24456d249d54a2493b65b73ba32b3
https://github.com/facebook/proxygen/commit/cefc779d220a07016f18e46a70c4761d2b0de14e
https://github.com/facebook/wangle/commit/b19eb4c652cf5d3f375cde9ce3495d4fc2ee98d0
https://github.com/facebookexperimental/edencommon/commit/c017d798fe0c3f941170abafa756b2ebad7baa3c
https://github.com/facebookexperimental/rust-shed/commit/6939773c8d4a3574a3cba5d3029a3a91b5ad22ee
https://github.com/facebookincubator/fizz/commit/6e568597b43a9c9230b4f753795fe730d1366a1d

Reviewed By: bigfootjon

fbshipit-source-id: f18bc9731c0beada53e8eab7884caaee53bff28b

v2025.01.20.00

20 Jan 16:03
Compare
Choose a tag to compare
Support GHC 9.2.8 in the OSS build

Summary:
X-link: https://github.com/facebookincubator/Glean/pull/482

X-link: https://github.com/facebookincubator/zstrong/pull/1147

Reviewed By: josefs

Differential Revision: D68326697

fbshipit-source-id: 4aaebfe64b6b481ae1c8857f850c722507be4ff2

v2025.01.13.00

13 Jan 16:03
Compare
Choose a tag to compare
fixing typo in libunwind

Summary:
X-link: https://github.com/facebookincubator/zstrong/pull/1111

as title

Reviewed By: ahornby

Differential Revision: D68023567

fbshipit-source-id: 388befe8d6a080b7cb912764508fa9daf092082c

v2025.01.06.00

06 Jan 16:04
Compare
Choose a tag to compare
Updating submodules

Summary:
GitHub commits:

https://github.com/facebook/fb303/commit/5a01c8180bdd3ee3aca5990f12d39b650f4e4412
https://github.com/facebook/fbthrift/commit/dd994f49c35aed4011fd8c4e3cda55f5e7e3545d
https://github.com/facebook/folly/commit/7828768079d6876db2834bd75d7356757f88be86
https://github.com/facebook/mvfst/commit/c0d459abfe39e9818fe211d7074abcb5244c37ca
https://github.com/facebook/proxygen/commit/fe3bdfe4ece5d65daa12e3296ac3695300adac96
https://github.com/facebook/wangle/commit/c89914e4269af73c379a96d5b3a4c3e8b7f5f4fb
https://github.com/facebookexperimental/edencommon/commit/c4d142ff769f53d8b241ee630ee5195e221fd5ec
https://github.com/facebookexperimental/rust-shed/commit/e76c806379071f5b0fc16e64de26d5824c88aa65
https://github.com/facebookincubator/fizz/commit/3879c421ac613b464834096028a13785d2eb3d41

Reviewed By: ajb85

fbshipit-source-id: 3d83805cd27a2a78a8251986966dc4665dabba78

v2024.12.30.00

30 Dec 16:04
Compare
Choose a tag to compare
Updating submodules

Summary:
GitHub commits:

https://github.com/facebook/fb303/commit/2f4b7f276624df3612228961736863a6b75370cd
https://github.com/facebook/fbthrift/commit/f1d7916bb2dd58203b45b4ac288b8982cac61436
https://github.com/facebook/mvfst/commit/02cf66de564ba0cefa0cc1c492010f2116710d0e
https://github.com/facebook/proxygen/commit/6c34cb749150da46247f2c0ff408561f0d6389aa
https://github.com/facebook/wangle/commit/667ab81877aa47dd4a893997edbe429deea59e7d
https://github.com/facebookexperimental/edencommon/commit/aa3979b5a79dbffab950599120321488b27ec5eb
https://github.com/facebookexperimental/rust-shed/commit/4e11205d96f0466c990b3610933af78606a9e463
https://github.com/facebookincubator/fizz/commit/916c9194f01cb3eb8027428581e3ed8a6221c1f2

Reviewed By: ajb85

fbshipit-source-id: ef3c89c08a21a3369f3420b45929c0636f9c0513