1.0.0. Release
This marks the first major release of Eclipse GLSP and includes the following components:
- Client & Protocol
- Server (Java)
- Server (Node)
- Theia Integration
- Eclipse Integration
- VS Code Integration
For more details see here:
https://eclipsesource.com/blogs/2022/07/05/eclipse-glsp-1-0-release-is-here/
Artifacts
Release artificats are available via npm/maven central registry and p2 update sites:
- Client
@eclipse-glsp/client
: https://www.npmjs.com/package/@eclipse-glsp/client/v/1.0.0@eclipse-glsp/protocol
: https://www.npmjs.com/package/@eclipse-glsp/protocol/v/1.0.0
- Server (Java)
- Server (Node)
@eclipse-glsp/server-node
: https://www.npmjs.com/package/@eclipse-glsp/server-node/v/1.0.0@eclipse-glsp/graph
: https://www.npmjs.com/package/@eclipse-glsp/graph/v/1.0.0@eclipse-glsp/layout-elk
: https://www.npmjs.com/package/@eclipse-glsp/layout-elk/v/1.0.0
- Theia Integration
@eclipse-glsp/theia-integration
: https://www.npmjs.com/package/@eclipse-glsp/theia-integration/v/1.0.0- [Edit 2022/07/11]: The
glsp-theia-integration
package is currently compatible with Theia<=1.26.0
. Versions>=1.27.0
are currently not supported, but we are working to provide a fix as soon as possible (see also #703).
- Eclipse Integration
- Client
@eclipse-glsp/ide
: https://www.npmjs.com/package/@eclipse-glsp/ide/v/1.0.0
- Server
- Client
- VS Code Integration
@eclipse-glsp/vscode-integration
: https://www.npmjs.com/package/@eclipse-glsp/vscode-integration/v/1.0.0@eclipse-glsp/vsocde-integration-webview
: https://www.npmjs.com/package/@eclipse-glsp/vscode-integration-webview/v/1.0.0
Changelog
Changes are tracked in a dedicated changelog file per component: