Releases: umatare5/cisco-ios-xe-wireless-go
v0.4.2
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
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
- f586b26: Add light mode logo to README (@umatare5)
- 00e586c: Modify IOS-XE version information in README (@umatare5)
- 48160b6: Update API support table in README.md (@umatare5)
- 8aa370f: Update Client service entry with version info (@umatare5)
- f952ac9: refactor: Enhance Service API Type Safety and RF Service Coverage - Comprehensive Service Improvements v0.4.1 (#50) (@umatare5)
Full Changelog: v0.4.0...v0.4.1
Documentation
v0.4.0
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
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
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
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()toListRadioData ()(#41) (@umatare5)
Full Changelog: v0.3.3...v0.3.4
Documentation
v0.3.3
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
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
- 0094f8d: Delete Quality Gate & SemVerest section from instructions (@umatare5)
- 412df8f: Revise GitHub Copilot instructions and metadata (@umatare5)
- 6636af9: Update installation section header with emoji (@umatare5)
Full Changelog: v0.3.1...v0.3.2
Documentation
v0.3.1
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
- 9addf95: docs: Add logo for the dark mode (#33) (@umatare5)
- d24e060: docs: Update README.md (#31) (@umatare5)
- b2c3d4d: docs: Update README.md (#32) (@umatare5)
- 42db596: docs: Update coverage report and badge (#34) (@umatare5)
Full Changelog: v0.3.0...v0.3.1
Documentation
v0.3.0
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
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
Full Changelog: v0.2.0...v0.3.0