Vscode F5 Versions Save

Let the F5 VSCode extension supercharge your workflows with schema validation, rest client, fast templates, and so much more!!!

v3.16.1

2 months ago

Fixed

  • [BUG] Tenants with . in name do not show #246

v3.16.0

3 months ago

Fixed

  • Typo in tmosXcRules.json #242
  • [BUG] Error running command f5.addHost on machine without internet access #239
    • f5-conx-core v1.0.0 changes to make this happen

Changed

  • f5-conx-core v1.0.0
    • updated atcVersionsClient to handle errors when internet connectivity is not availible
      • Cleaned up cache location
      • added lastUpdatedDate in addition to lastCheckDate
    • Moved project to full 1.0.0 release. It's been used as is long enough. :)
    • All dependencies fully updated
    • Removed NYC from tests
      • it was causing memory overrun errors
    • Updates to http request/response TS models to accomodate newer versions

v3.15.1

6 months ago

Added

  • f5-corkscrew bug fix in v1.4.1, objCounter trying to count missing objects

v3.15.0

6 months ago

Added

  • added/updated several diagnostic rules

Fixed

  • fixed iapp template bug that was commenting out template params
  • fixed bug with corkscrew erroring on ucs (was expecting qkview stats)
  • [BUG] no feedback when importing single object in device import #202
  • [BUG] password focus away issues #228
  • v.3.14 keytar.node is not a valid Win32 application #232
  • Unable to add BIG-IP after upgrade to VSCode 1.83 #230
  • September 2023 (version 1.83) fails to load extension #229
  • [BUG] Error running command f5.addHost: command 'f5.addHost' not found. #206

Changed

  • Continue to remove old/unused items
    • removed api/swagger parsers/validators

v3.14.0

9 months ago

Added

  • corkscrew v1.3.0
    • xml parsing and stats/rank output
    • fixing of minor bugs/deps update

Changed

  • corkscrew updates to disply new reports in Config Explorer

Fixed

  • [BUG] Error running command f5.addHost: command 'f5.addHost' not found. #206 (continued...)
    • continue to remove next features

v3.13.2

10 months ago

Fixed

  • [BUG] Error running command f5.addHost: command 'f5.addHost' not found. #206 (continued...)
    • changed activation event from "*" to "onStartupFinished"
  • github actions tests tweaks
  • npm audit fix for vulnerabilities

v3.13.1

10 months ago

Changed

  • updated github actions for testing/building/deployment of extension to marketplace

Fixed

  • [BUG] Error running command f5.addHost: command 'f5.addHost' not found. #206 (continued...)
  • more nextApi and telemetry clean up

v3.13.0

10 months ago

[3.8.6] - (08-31-2022)

  • tmos -> XC diasnostics updates
    • Better tab/document mgmt while
  • setup pipeline to publish release notes to github release

See CHANGE LOG for full details and history.

v3.12.2

11 months ago

[3.8.6] - (08-31-2022)

  • tmos -> XC diasnostics updates
    • Better tab/document mgmt while
  • setup pipeline to publish release notes to github release

See CHANGE LOG for full details and history.

v3.12.1

11 months ago

[3.12.1] - (05-24-2022)

Added

  • XC Diagnostics - Clone Pools not supported #208

Changed

  • Wildcard (port and address) VS not being flagged by XC diagnostics #204
  • XC Diagnostics - UDP support #207
  • XC Diagnostics - reserved ports not working #209
  • f5-corkscrew [v1.1.2]
    • [BUG] snatpool abstraction broken #36
  • f5-corkscrew [v1.1.1]
    • [RFE] dns/gslb - provide all possible destinations as array #29
    • [RFE] better apm parsing #31
    • [RFE] deeper parsing of key ltm objects #30
      • full parsing of vs/pool/monitor/pool/node/snatpool
      • vs with no destination
      • pool with no members
      • vs with missing prolicy
    • [RFE] add bot/dos profiles to abstraction/visibility #33
    • github issue templates for BUGs and RFEs
    • updated deps
    • [BUG] gslb no pool error #32
    • [BUG] no cli parse output in my environment #27
  • f5-corkscrew [v1.0.0]
    • https://github.com/f5devcentral/f5-corkscrew
    • formerly v0.14.0
    • updated all deps
    • removed legacy syncronous unpack function
      • all the new async unpacking functionality seems to be working well
    • removed xml2js functionality
      • used for parsing xml stats in qkview - weren't really using the output
    • [RFE] Add gslb/dns abstraction #25 (complete)
      • Get parent objects into main tree (complete)
        • deep parsing of gtm objects for easy abstraction and integration with conversion tools (complete)
      • Abstract WIP and supporting configurations (complete)
    • created archive generator to creat archive(ucs/qkview/tar.gz) via local files for tests
      • regular archives were too big for github file sizes
      • this also allows easy updating and expansion of project functionality and testing
    • updated tests
      • general updates to support new features and refactoring
      • doClasses abstraction tests
      • gtm/gslb parsing/abstraction tests
      • waf parsing/abstraction tests
    • major code hygene and clean up
    • [RFE] add asm/waf details #24 (complete)
    • [RFE] move tests to folder outside srcs #16 (complete)
    • [RFE] refactor initial parent object extraction #6 (complete)
    • [RFE] Add gslb/dns abstraction #25 (complete)
    • [BUG] missing parent objects at end of file #26 (complete)