Skip to content

Releases: BroadcomMFD/opsrexx-language-support

v0.7.5

02 Oct 19:34
42520e6

Choose a tag to compare

0.7.5 (2025-10-02)

  • Updates README
  • Bug fix for first line sequence number diagnostics
  • Bug fix for line length diagnostics
  • Updates dependencies to maintain technical currency

v0.7.4

25 Jul 19:12
1c813e8

Choose a tag to compare

0.7.4 (2025-07-25)

  • Updates README

v0.7.3

02 Jul 20:20
7df7307

Choose a tag to compare

0.7.3 (2025-07-02)

  • Updates README

v0.7.2

30 Jun 18:32
cbaf1e6

Choose a tag to compare

0.7.2 (2025-06-30)

  • Updates dependencies to maintain technical currency
  • Adds support for OPS/REXX built-in function OPSHRVAR

v0.7.1

23 May 16:51
a08b554

Choose a tag to compare

0.7.1 (2025-05-23)

  • Fixes bug with Search OPSLOG Records where deselected columns in the table do not disappear
  • Fixes bug with Search OPSLOG Records where text searches in the JOB NAME column did not work

v0.7.0

28 Apr 13:32
a08b554

Choose a tag to compare

0.7.0 (2025-04-24)

  • Adds the ability to issue the following command via the OPS/MVS REST API with @broadcom/ops-for-zowe-cli:
    • Search OPSLOG Records
  • Improved error handling and messages for OPS/MVS REST API connection and configuration issues
  • Bug fix for program name encoding
  • Updates dependencies to maintain technical currency

v0.6.3

28 Jan 17:39
0168378

Choose a tag to compare

0.6.3 (2025-01-28)

  • bug fix for ARM rule auto-recognition
  • Updates dependencies to maintain technical currency

v0.6.2

16 Dec 17:53
fff1152

Choose a tag to compare

0.6.2 (2024-12-16)

  • bug fix

v0.6.1

11 Dec 19:36
d83aa0a

Choose a tag to compare

0.6.1 (2024-12-11)

  • Updates README file association instructions
  • adds first line check for /* OPSREXX */ syntax

v0.6.0

22 Nov 20:34
51c93fa

Choose a tag to compare

0.6.0 (2024-11-22)

  • Adds the ability to issue the following commands via the OPS/MVS REST API with @broadcom/ops-for-zowe-cli:

    • Execute Program
    • Execute Program with Parameters (keyboard shortcut Ctrl+Shift+E)
  • Adds dynamic finding of rule set to all previous rule commands:

    • View Rule Status
    • Enable Rule
    • Disable Rule

    Rule commands no longer require a default rule set to be used.

  • Removes the user settings:

    • Connection Options: Rule Set
    • Connection Options: Rest Api
  • Adds the user settings:

    • Program Output Channel: Auto-Open
    • Execute Program Default: Wait
    • Execute Program Default: Max Queue
    • Execute Program Default: Workspace
    • Execute Program Default: Timeout
    • Execute Program Default: Output Limit
  • Modifies Command Menu Interface to include submenus for Program and Rule command groups

  • Updates dependencies to maintain technical currency

  • Updates README with new instructional GIFS