What's Changed
- docs: add RELEASING.md doc by @tombh in #488
- chore: properly indent RELEASING.md by @tombh in #494
- fix: use
BinaryIO
notTextIO
instart_io()
by @tombh in #497 - Remove
multiprocessing.pool.ThreadPool
by @alcarney in #498 - fix: return
None
for nonfile:
URIs by @alcarney in #500 - Add TCP support to pygls' LanguageClient by @alcarney in #501
- Add
start_ws
method to pygls'LanguageClient
by @alcarney in #503 - chore: update to lsprotocol-2024.0.0b1 by @karthiknadig in #499
- docs: remove Strata server implementation by @tombh in #505
- Move
JsonRPCServer.start_io
to high-level asyncio API by @alcarney in #506 - Migrate
JsonRPCServer.start_tcp
andJsonRPCServer.start_ws
to high level asyncio APIs by @alcarney in #507 - Replace "transports" with "writers" by @alcarney in #508
- Ressurrect our pyodide support by @alcarney in #509
- build: v2.0.0a2 by @alcarney in #511
Full Changelog: v2.0.0a1...v2.0.0a2