Skip to content

Releases: umatare5/cisco-ios-xe-wireless-go

v0.4.2

28 Sep 11:51
5e4ddc8

Choose a tag to compare

cisco-ios-xe-wireless-go v0.4.2

This release contains the Go SDK for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📦 Installation

go get github.com/umatare5/[email protected]

Changelog

Bug Fixes

Others

Full Changelog: v0.4.1...v0.4.2

Documentation

v0.4.1

27 Sep 17:37
f952ac9

Choose a tag to compare

cisco-ios-xe-wireless-go v0.4.1

This release contains the Go SDK for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📦 Installation

go get github.com/umatare5/[email protected]

Changelog

Others

Full Changelog: v0.4.0...v0.4.1

Documentation

v0.4.0

27 Sep 13:21
28f9752

Choose a tag to compare

cisco-ios-xe-wireless-go v0.4.0

This release contains the Go SDK for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📦 Installation

go get github.com/umatare5/[email protected]

Changelog

Features

  • 28f9752: feat: Add IOS-XE 17.15.4b Support with Wi-Fi 7 Features & Complete Service API Standardization v0.4.0 (#49) (@umatare5)

Documentation Updates

Full Changelog: v0.3.6...v0.4.0

Documentation

v0.3.6

22 Sep 20:07
408d8bb

Choose a tag to compare

cisco-ios-xe-wireless-go v0.3.6

This release contains the Go SDK for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📦 Installation

go get github.com/umatare5/[email protected]

Changelog

Features

  • 408d8bb: feat: Complete All Service Wrapper Function Implementation - Add 20+ Service APIs v0.3.6 (#43) (@umatare5)

Full Changelog: v0.3.5...v0.3.6

Documentation

v0.3.5

22 Sep 04:13
1af4259

Choose a tag to compare

cisco-ios-xe-wireless-go v0.3.5

This release contains the Go SDK for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📦 Installation

go get github.com/umatare5/[email protected]

Changelog

Features

  • 1af4259: feat: Complete AP Service Implementation - Add 32 Missing Wrapper Functions v0.3.5 (#42) (@umatare5)

Full Changelog: v0.3.4...v0.3.5

Documentation

v0.3.4

21 Sep 18:25
331182d

Choose a tag to compare

cisco-ios-xe-wireless-go v0.3.4

This release contains the Go SDK for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📦 Installation

go get github.com/umatare5/[email protected]

Changelog

Others

  • b850a43: [Auto-generated] Sync Public Copilot Instructions: 2025-09-21 (github/awesome-copilot) (#39) (@github-actions[bot])
  • 331182d: refactor/ap!: rename ListRadioStatus() to ListRadioData () (#41) (@umatare5)

Full Changelog: v0.3.3...v0.3.4

Documentation

v0.3.3

21 Sep 17:59
b8e8178

Choose a tag to compare

cisco-ios-xe-wireless-go v0.3.3

This release contains the Go SDK for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📦 Installation

go get github.com/umatare5/[email protected]

Changelog

Features

  • b8e8178: feat: Add Missing RRM and AP Service Functions - Enhanced API Coverage v0.3.3 (#40) (@umatare5)

Full Changelog: v0.3.2...v0.3.3

Documentation

v0.3.2

20 Sep 17:37
8a80bc2

Choose a tag to compare

cisco-ios-xe-wireless-go v0.3.2

This release contains the Go SDK for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📦 Installation

go get github.com/umatare5/[email protected]

Changelog

Features

  • 8a80bc2: feat: Expose Data Models in Service Packages - Enhanced API Accessibility v0.3.2 (#38) (@umatare5)

Documentation Updates

Others

Full Changelog: v0.3.1...v0.3.2

Documentation

v0.3.1

17 Sep 14:56
95fb0f7

Choose a tag to compare

cisco-ios-xe-wireless-go v0.3.1

This release contains the Go SDK for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📦️ Installation

go get github.com/umatare5/[email protected]

Changelog

Documentation Updates

Full Changelog: v0.3.0...v0.3.1

Documentation

v0.3.0

15 Sep 12:21
5ce01b7

Choose a tag to compare

cisco-ios-xe-wireless-go v0.3.0

This release contains the Go library for interacting with Cisco Catalyst 9800 Wireless Network Controller.

📋 Overview

This release represents a comprehensive redesign of the Cisco IOS-XE Wireless Go SDK to improve developer experience.

Warning

⚠️ BREAKING CHANGE ⚠️

This is a major architectural refactor that introduces breaking changes:

  • All API method have been renamed for consistency and clarity

✨ Major Features

API Naming Convention Changes

All service methods now follow a consistent naming pattern:

  • GetOper()GetOperational()
  • GetCfg()GetConfig()
  • Generic names replaced with service-specific prefixes for clarity

Tag Management System

New tag services with direct access:

  • PolicyTag: WLAN policy tag management
  • RFTag: RF tag management
  • SiteTag: Site tag management

17.18.1+ Experimental Services

New features available in IOS-XE 17.18.1+:

  • Spaces: Cisco Spaces integration
  • URWB: Ultra Reliable Wireless Backhaul
  • WAT: Wireless Application Templates

📦️ Installation

go get github.com/umatare5/[email protected]

Changelog

Features

  • refactor: Unified Service Architecture & Tag Management System #27 (@umatare5)

Full Changelog: v0.2.0...v0.3.0

Documentation