Skip to content

Releases: marklogic/mlxprs

v3.9.0

14 Mar 13:34
c25b40e
Compare
Choose a tag to compare
  • New MarkLogic icon in the Activity Bar that can be used to open an explorer view with high-level information about the currently connected MarkLogic server.
  • Can use new configuration options to connect to MarkLogic behind a proxy server or in MarkLogic Cloud.
    • -restBasePath
    • -manageBasePath
    • -testBasePath
    • -adminBasePath
    • -apiKey
    • -authType (now accepts "CLOUD")
  • Improved user guide.

v3.8.0

16 Aug 15:02
c253cfc
Compare
Choose a tag to compare

Run marklogic-unit-test modules in a MarkLogic server
Validate TDE Templates
Extract Nodes from data documents using a TDE Template
Submit a GraphQL Query to /v1/rows/graphql
Various updates to the README

v3.7.0

13 Jun 13:41
a0c06fa
Compare
Choose a tag to compare

#DEV-261 Submit an Optic DSL Query to /v1/rows and get back JSON
#DEV-262 Submit Optic Query and get back XML or CSV
#DEV-353 View "Connected" status information in bottom status line
#DEV-350 Made the UX for attaching to a JS server match attaching to an XQY server, and sorted based on server name
#DEV-349 Run Highlighted Code in editor windows (rather than the entire window)
#DEV-352 Display "eval" results in a new tab in the bottom panel (use a setting to revert back to an editor tab)
#DEV-364 Permit attaching to a remote request even if the current editor tab is not source code

v3.6.2

04 Apr 21:03
3365fe4
Compare
Choose a tag to compare

This release is only updates the main icon because it does not appear as expected in the VS Marketplace.

v3.6.0

30 Mar 15:25
d55eef9
Compare
Choose a tag to compare
  • #116 Updated dependencies and fixed all known security vulnerabilities
  • #119 Added SJS binding to JavaScript language
  • #97 Added a configuration option for the MarkLogic Manage app server port (used for the SJS debug server port)
  • #117 Fixed a bug with the first attempt to eval a JavaScript tab
  • #109 Prevent the database param from being used in REST calls when the database setting is empty

v3.5.1

23 Nov 18:07
Compare
Choose a tag to compare
  • Fix #92, better error handling with XQuery debug launch failures
  • Added VS Code badges to Readme

SQL queries

18 Nov 14:25
Compare
Choose a tag to compare
  • #91: Added "Eval SQL" Command.

SPARQL queries

17 Nov 10:38
Compare
Choose a tag to compare
  • #91: Added "Eval SPARQL" Command.

rejectUnauthorized

11 Nov 11:26
Compare
Choose a tag to compare
  • new feature #85: allow ignoring insecure SSL connection.

    You can disable client certificate checking by setting marklogic.rejectUnauthorized to false in your VS Code configuration (defaut is true).

This release includes v3.2.0, due to an earlier vsce packaging misfire.

v3.1.0

27 Oct 18:06
Compare
Choose a tag to compare
  • fixes: #70. SJS debugging now streams modules if they're not available locally
  • other SJS debugging improvements