You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace term.js with xterm.js.
This has been a long time coming. The webterm has been migrated to xterm.js which has continuous support from term.js which was last updated almost 10 years ago.
Deprecate the legacy web pseudo-terminal.
Clicking the "Execute" button on the web console will now execute the command directly in the webterm. Additionally, changing the instance select will now automatically switch the webterm's context to the desired instance.
Fix an issue when starting existing jobs.
A bug has been fixed which prevented jobs from restarting specifically by name.
Add MRSM_VENVS_DIR.
Like MRSM_PLUGINS_DIR, you can now designate a virtual environments directory separate from the root directory. This is particularly useful for production deployments, and MRSM_VENVS_DIR has been set to /home/meerschaum/venvs in the official Docker images to allow for mounting /meerschaum to persistent volumes.
Allow syncing NULL values into indices.
Syncing None within an index will now be coalesced into a magic value when applying updates.
Syncing Decimal objects will now enforce numeric dtypes.
For example, syncing a Decimal onto a integer column will update the dtype to numeric, like when syncing a float after an integer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
v2.1.0
Replace
term.js
withxterm.js
.This has been a long time coming. The webterm has been migrated to
xterm.js
which has continuous support fromterm.js
which was last updated almost 10 years ago.Deprecate the legacy web pseudo-terminal.
Clicking the "Execute" button on the web console will now execute the command directly in the webterm. Additionally, changing the instance select will now automatically switch the webterm's context to the desired instance.
Fix an issue when starting existing jobs.
A bug has been fixed which prevented jobs from restarting specifically by name.
Add
MRSM_VENVS_DIR
.Like
MRSM_PLUGINS_DIR
, you can now designate a virtual environments directory separate from the root directory. This is particularly useful for production deployments, andMRSM_VENVS_DIR
has been set to/home/meerschaum/venvs
in the official Docker images to allow for mounting/meerschaum
to persistent volumes.Allow syncing
NULL
values into indices.Syncing
None
within an index will now be coalesced into a magic value when applying updates.Syncing
Decimal
objects will now enforcenumeric
dtypes.For example, syncing a
Decimal
onto a integer column will update the dtype tonumeric
, like when syncing a float after an integer.This discussion was created from the release ⚡️ v2.1.0 Upgrade webterm to `xterm.js`..
Beta Was this translation helpful? Give feedback.
All reactions