All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.6 - 2025-02-13
- Added
nextPage
andpreviousPage
fields toResponseLdapGetLdapSearchResult
.
1.3.5 - 2025-02-12
- Added
ldap.go
with the following functions:GetLdap
PostLdap
GetLdapid
PutLdapid
DeleteLdapid
GetLdapRootcacertificates
GetLdapHosts
GetLdapissuercacertificates
GetLdapNameName
PutLdapidTestbindprimary
PutLdapidTestbindsecondary
1.3.4 - 2024-08-06
- Set User-Agent header in API client
1.3.3 - 2024-05-15
- Added missing parameters in Children structs at
network_access_authorization_rules
1.3.2 - 2024-05-15
- Update NetworkDeviceGroup API parameter name from
ndgtpye
toothername
in 3.3 patch 1.
1.3.1 - 2024-05-03
- Adding missing struct in
node_group
andnode_services
.
1.3.0 - 2024-04-24
ciscoise-go-sdk
now supports ISE 3.3 patch 1 API.- New services included:
active_directories, ad_groups, custom_attributes, duo_identity_sync, duo_mfa, enable_mfa, endpoint_stop_replication_service, endpoints, full_upgrade, is_mfa_enabled, native_ipsec, px_grid_direct, sgt_range_reservation, user_equipment
1.2.0 - 2023-11-07
ciscoise-go-sdk
now supports ISE 3.2-Beta API.- New services included:
configuration, edda, dataconnect_services, subscriber
1.1.22 - 2023-08-09
- Support for nested children conditions was added.
- Adding parameter
RequestBasicPwdAuth
toRequestAllowedProtocolsCreateAllowedProtocolAllowedProtocolsTeap
andRequestAllowedProtocolsUpdateAllowedProtocolByIDAllowedProtocolsTeap
struct.
1.1.21 - 2023-06-27
ResponseNetworkDeviceGroupGetNetworkDeviceGroupByNameNetworkDeviceGroup
,ResponseNetworkDeviceGroupGetNetworkDeviceGroupByIDNetworkDeviceGroup
andRequestNetworkDeviceGroupUpdateNetworkDeviceGroupByIDNetworkDeviceGroup
change Ndgtype TO Othername on network_device_group.go.- Adding
ParentID
parameter onResponseEndpointIDentityGroupGetEndpointGroupByNameEndPointGroup
andResponseEndpointIDentityGroupGetEndpointGroupByIDEndPointGroup
structs on endpoint_identity_group.
1.1.20 - 2023-06-19
RequestNetworkDeviceGroupCreateNetworkDeviceGroupNetworkDeviceGroup
change Ndgtype TO Othername on network_device_group.go.- Adding
ParentID
parameter onRequestEndpointIDentityGroupCreateEndpointGroupEndPointGroup
struct on endpoint_identity_group.
1.1.19 - 2023-06-14
Condition Children struct adding follow attributes:
- Description
- ID
- Name
- AttributeName
- AttributeValue
- DictionaryName
- DictionaryValue
- Operator
1.1.18 - 2023-02-10
Parameter ID added to:
ResponseNetworkAccessAuthenticationRulesGetNetworkAccessAuthenticationRuleByIDResponseRuleConditionChildren
1.1.17 - 2023-02-10
Parameter ID added to:
ResponseNetworkAccessAuthorizationRulesGetNetworkAccessAuthorizationRuleByIDResponseRuleConditionChildren
ResponseNetworkAccessAuthenticationRulesGetNetworkAccessAuthenticationRulesResponseRuleConditionChildren
ResponseNetworkAccessPolicySetGetNetworkAccessPolicySetsResponseConditionChildren
1.1.16 - 2023-01-30
Following parameters were added: ID
in following services:
network_access_authentication_rules
network_access_authorization_rules
network_access_policy_set
1.1.15 - 2023-01-30
Following parameters were added: ID
in following services:
network_access_authorization_rules
1.1.14 - 2022-10-27
Following parameters were added: DictionaryName
,AttributeName
, Operator
, AttributeValue
in following services:
device_administration_authentication_rules
device_administration_authorization_exception_rules
device_administration_authorization_global_exception_rules
device_administration_authorization_rules
network_access_authorization_rules
network_access_policy_set
1.1.13 - 2022-10-26
Following parameters were added to RequestDeviceAdministrationPolicySetUpdateDeviceAdminPolicySetByIDConditionChildren
struct: DictionaryName
,AttributeName
, Operator
, AttributeValue
.
1.1.12 - 2022-10-26
Following parameters were added to RequestNetworkAccessAuthenticationRulesCreateNetworkAccessAuthenticationRuleRuleCondition
struct: DictionaryName
,AttributeName
, Operator
, AttributeValue
.
1.1.11 - 2022-10-21
- On
network_device
changeOthername
parameter toNdgtype
.
1.1.10 - 2022-10-21
- On
active_directory
changeGroupName
parameter toName
.
1.1.9 - 2022-10-03
- Add parameter
description
toRequestNetworkAccessPolicySetUpdateNetworkAccessPolicySetByIDCondition
struct onNetworkAccessPolicySetService
.
1.1.8 - 2022-09-30
- Add parameter
description
toRequestNetworkAccessPolicySetCreateNetworkAccessPolicySetCondition
struct onNetworkAccessPolicySetService
.
1.1.7 - 2022-09-29
- Add parameters
ID
andName
toRequestNetworkAccessPolicySetCreateNetworkAccessPolicySetCondition
struct onNetworkAccessPolicySetService
.
1.1.6 - 2022-06-07
- Fixed
network_access_policy_set
functions.
1.1.5 - 2022-06-07
- Fixed ISE version 3.1.1 to 3.1_Patch_1 which is the correct version name.
1.1.4 - 2022-05-11
- Parameter
Arguments
ofRequestTacacsCommandSets
structs now can be empty.
1.1.3 - 2022-02-10
- Update go-resty/resty/v2 from 2.6.0 to 2.7.0.
1.1.2 - 2021-12-17
- Fix return values for POST/PUT operations in cases where the response is an empty string rather than the expected structure.
1.1.1 - 2021-12-17
- Fix GuestUserCustomFields structs from interface{} to map[string]interface{}
1.1.0 - 2021-12-13
- Add support to ISE version 3.1.1.
- Add Licensing service.
- Add NodeServices service.
- Add Patching service.
- Add Proxy service.
- Add Telemetry service.
- Add aliases to previous structures and functions.
- Remove ReplicationStatus service.
- Remove SyncIseNode service.
- Change previous GetTaskStatus is GetAllTaskStatus.
- Change previous GetTaskStatusByID is GetTaskStatus.
1.0.0 - 2021-12-13
- Add os.SetEnv error handling
- Add RestyClient function
- Add NbarApp service
- Add SgVnMapping service
- Add VirtualNetwork service
- Add VnVLANMapping service
- Update examples
- Update documentation
0.0.8 - 2021-09-28
- Update examples
- Update documentation
- Add os.SetEnv error handling
0.0.7 - 2021-09-27
- Update FileSize type
- Fix GetCertificateTemplateByName path
0.0.6 - 2021-09-27
- Change AvailableSSIDs from string to []string [3e430fc]
- Update GenerationID type for sgt [d459c4e]
0.0.5 - 2021-09-23
- Fix AllowedInterfaces for *_portal structs [13b25c2]
- Fix CustomAttributes for endpoint structs [8e0683f]
0.0.4 - 2021-09-10
- Add request body to consumer and provider functions 796e94b
- Fix UpdateList type df1e0b4
- Update DownloadableACLByID struct 9f9832d
- Update ResponseMiscGetMntVersion.TypeOfNode type 2fd9075
- Add pointer to response fields df1e0b4
- Updates structures of responses 263a4c5 (certificates, device_administration_time_date_conditions and network_access_time_date_conditions)