Releases: enso-org/enso
Releases · enso-org/enso
Enso Engine 0.2.25
Libraries
- Fixed a bug where reading binary and text files would be 100 times slower than expected (#1949).
- Added the ability to specify cell ranges for reading XLS and XSLX spreadsheets (#1954).
Tooling
- Updated the Simple Library Server to make it more robust; updated the edition configuration with a proper URL to the Enso Library Repository, making it possible for new libraries to be downloaded from it (#1952).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Nightly 0.2.26-SNAPSHOT.2021-08-19
Libraries
- Implement
File.list
which allows to list files inside of a directory and
filter them using glob patterns
(#1961).
Enso Nightly 0.2.25-SNAPSHOT.2021-08-17.1
Enso Nightly 0.2.25-SNAPSHOT.2021-08-17
Enso Engine 0.2.24
Interpreter/Runtime
- Fixed a bug where visualizations would sometimes randomly fail to compute, due to thread interrupts (#1939).
- Fixed an issue where both host and polyglot interop would not properly propagate error information (#1941).
- Fixed inaproppriate parsing of code blocks in documentation.
Tooling
- Implemented a basic library uploader (#1933). It implements the
library/publish
endpoint of the Language Server and adds apublish-library
subcommand to the Launcher. - Implemented an HTTP endpoint that resets the time that the language server has spent idle (#1938).
- Implemented the mechanism for updating the editions cache (#1944), allowing the engine to download and use editions other than the one bundled with a given release.
- Added a notification about the successful program execution to the language server API (#1945).
Libraries
- Added support for writing tables to file as JSON (#1937).
- Added support for parsing CSV files with too many headers declared (#1942).
- Added a single entry point method for all table serialization modes (#1946).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Nightly 0.2.24-SNAPSHOT.2021-08-13
Interpreter/Runtime
- Fixed a bug where visualizations would sometimes randomly fail to compute, due
to thread interrupts (#1939). - Fixed an issue where both host and polyglot interop would not properly
propagate error information
(#1941). - Fixed inaproppriate parsing of code blocks in documentation.
Tooling
- Implemented a basic library uploader
(#1933). It implements the
library/publish
endpoint of the Language Server and adds apublish-library
subcommand to the Launcher. - Implemented an HTTP endpoint that resets the time that the language server has
spent idle (#1938). - Implemented the mechanism for updating the editions cache
(#1944), allowing the engine to
download and use editions other than the one bundled with a given release. - Added a notification about the successful program execution to the language
server API (#1945).
Libraries
Enso Engine 0.2.23
Miscellaneous
- Update the included project templates for better display and usability in the IDE.
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Engine 0.2.22
Tooling
- Made the project manager more resilient to edition resolution failures (#1929).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Engine 0.2.21
Miscellaneous
- Updated the included project templates to better work with the IDE.
Enso Engine 0.2.20
Tooling
- Fixed an issue where the websocket buffer in the language server could overflow (#1923).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.