Skip to content

Releases: nokia/vscode-intent-manager

3.2.0

04 Sep 20:19
Compare
Choose a tag to compare

3.2.0

Release 3.2.0 to become available soon on Visual Studio | Marketplace

Please check COMMIT HISTORY, README and CHANGELOG!
Commits: https://github.com/nokia/vscode-intent-manager/commits/3.2.0
Full Changelog: 3.0.0...3.2.0

3.1.0

10 Jul 22:55
Compare
Choose a tag to compare

Release 3.1.0 will be made available on Visual Studio | Marketplace

What has changed:

  • Set log-level for intent-engine to debug intent scripts
  • Renamed log/output channels to NSP Server (remote logs) and NSP Client (plugin logs)
  • Format of timestamps (date/time) aligned for server and client logs
  • Added support to create resource folders
  • Added support to rename/move intent-type resources and folders
  • Added support to remove resource folders

Full Changelog: 3.0.0...3.1.0

3.0.0

05 Jul 11:57
Compare
Choose a tag to compare

Release 3.0.0 will be made available on Visual Studio | Marketplace

What has changed:

  • Audit reports: Align table layout for missing/undesired objects with IM WebUI (2 columns)
  • Audit reports: For misaligned object entries with isConfigured equals false use different color
  • Audit reports: Hide empty tabs
  • Command setPassword can now be triggered from other extensions while passing the new password.
  • Explorer view: Consistent usage of badges/tooltips/colors
  • Explorer view: Show connection state including failures (check tooltips)
  • Show NSP version as {major}.{minor}.
  • New IPL!nk template for next-gen JavaScript engine (GraalJS)

Full Changelog: 2.5.0...3.0.0

2.5.0

02 Jul 12:45
Compare
Choose a tag to compare

Release 2.5.0 will be made available on Visual Studio | Marketplace

What has changed:

  • Audit reports: Align table layout for missing/undesired objects with IM WebUI (2 columns)
  • Audit reports: For misaligned object entries with isConfigured equals false use different color
  • Audit reports: Hide empty tabs
  • Command setPassword can now be triggered from other extensions while passing the new password.
  • Explorer view: Consistent usage of badges/tooltips/colors
  • Explorer view: Show connection state including failures (check tooltips)
  • Show NSP version as {major}.{minor}.
  • New IPL!nk template for next-gen JavaScript engine (GraalJS)

Full Changelog: 2.0.0...2.5.0

2.3.0

21 Jun 08:55
Compare
Choose a tag to compare

Release 2.3.0 will be made available on Visual Studio | Marketplace

What has changed:

  • Parallel execution for desired state updates
  • Alignment state updates (decoration) in case of sync/audit failures
  • Update intent-type templates (pass ESLint, avoid scope global variables, thread-safe implementation)
  • Allow to retrieve operational state from intents

Full Changelog: 2.2.0...2.3.0

2.2.0

14 Jun 23:50
Compare
Choose a tag to compare

Release 2.2.0 will be made available on Visual Studio | Marketplace

What has changed:

  • Server log improvements
  • Configurable limits (pagination)
  • Template for helloWorld using next-gen JavaScript engine

2.1.1

13 Jun 12:26
Compare
Choose a tag to compare

Release 2.1.1 will be made available on Visual Studio | Marketplace

What has changed:

  • Various fixes and sanitization
  • Allow updating meta-info.json for signed intent-types. Change was requested to remove ArtifactAdmin label after an intent-type was cloned or a new version was created.
  • New command to upload intents from local system.

2.1.0

07 Jun 12:37
Compare
Choose a tag to compare

Release 2.1.0 will be made available on Visual Studio | Marketplace

Warning

Intent decorations are automatically updated by audit/sync methods to reduce server load. In some error scenarios the displayed alignment state does not reflect the server state. Consider to trigger a manual resync to reload alignment states from the backend server.

What has changed:

  • Filename for intents are now URI-encoded to support special-characters like /, like if target contains xpath
  • Extension .json has been added for intents to improve support for local editing
  • Update of extension settings (including connection details) without the need to reload vsCode
  • Upload intent-types including intents
  • Intent audit and sync can now be executed in parallel using async principles. This improves overall performance. Feature is still experimental and must be enabled using extension settings. Backend restrictions (number of parallel API calls) to be considered.

2.0.0

31 May 08:51
Compare
Choose a tag to compare

Release 2.0.0 as published on Visual Studio | Marketplace

What has changed:

  • Refactor to simplify the code structure for easier maintainability
  • Plugin logging view output view (enabled by default)
  • Improved retrieval of logs from OpenSearch for selected intents/intent-types (1000 log entries, 10min)
  • Audit reports aligned with NSP WebUI
  • More functions are available from Explorer/Workspace (using context menus) including multi-select
  • Create new intent-types from templates (IPL!nk style)
  • Support for GraalJS intent-types (new engine targeted for 24.8)
  • Intent-type has now the "intent" subfolder to keep things together
  • Deletion of intent-types including intents
  • Improved logging/error-handling
  • Write protection for signed intent-types
  • Navigation to WebUI supports per23.11 and new navigation

Further information:
Please check COMMIT HISTORY, README and CHANGELOG!

Full Changelog: https://github.com/nokia/vscode-intent-manager/commits/2.0.0