Pathway/pathway: Release v0.8.0
Name: pathway
Owner: Pathway
Release: v0.8.0
Released: 2024-02-01
License: NOASSERTION
Release Assets:
Added
pw.io.http.rest_connectornow supports multiple HTTP request types.pw.io.http.PathwayWebservernow allows Cross-Origin Resource Sharing (CORS) to be enabled on newly added endpoints- Wrappers for LiteLLM and HuggingFace chat services and SentenceTransformers embedding service are now added to Pathway xpack for LLMs.
Changed
pw.runnow includes an additional parameterruntime_typecheckingthat enables strict type checking at runtime.- Embedders in pathway.xpacks.llm.embedders now correctly process empty strings as queries.
- BREAKING:
pw.runandpw.run_allnow only accept keyword arguments.
Fixed
pw.Durationcan now be returned from User-Defined Functions (UDFs) or used as a constant value without resulting in errors.pw.io.debezium.readnow correctly handles tables that do not have a primary key.