Skip to content

1.1.0 Release Candidate 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tortmayr tortmayr released this 20 Aug 11:49
· 102 commits to master since this release

Breaking Changes

  • [theia] Updated Theia dependencies to 1.27.0. Due to API breaks, Theia versions <1.27.0 are no longer supported. #119 - Contributed on behalf of STMicroelectronics

    This also causes breaking changes in:
    • GlspServerContribution (and inherited classes)
      • connect method now takes a Channel instead of a Connection parameter
    • BaseGlspServerContribution (and inherited classes)
      • forward method now takes a Channel as first parameter instead of a Connection