We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190175c commit 6f768baCopy full SHA for 6f768ba
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.0 (02-Apr-2025)
2
+- Handle `objectscript.conn` that specifies docker-compose object instead of `server` or `host` + `port` (#18).
3
+- Handle macOS's removal of OpenSSL 1.1 (#21).
4
+
5
## 0.1.1 (02-Jan-2025)
6
- Fix release CI.
7
package.json
@@ -2,7 +2,7 @@
"name": "iris-jupyter-server",
"displayName": "Jupyter Server Proxy for InterSystems IRIS",
"description": "Run a local Jupyter Server acting as a proxy for InterSystems IRIS servers defined in InterSystems Server Manager",
- "version": "0.1.2-SNAPSHOT",
+ "version": "0.2.0-SNAPSHOT",
"preview": true,
"publisher": "intersystems-community",
8
"icon": "images/logo.png",
0 commit comments