|
| 1 | +## 2.1.1 (Feb 17, 2026) |
| 2 | + |
| 3 | +BUG FIXES |
| 4 | +* **citrixadc_systemfile**: Fixed systemfile decoding to properly handle already-encoded content. [#1300] |
| 5 | +* **citrixadc_lbvserver**: Fixed handling of backupvserver attribute to allow proper removal/unbinding. [#1283] |
| 6 | +* **citrixadc_lbparameter**: Rectified int64 conversion for float64 type values from API response. [#1346] |
| 7 | +* **citrixadc_sslcertkey_update**: Always including passplain attribute for certificate updates. [#1353] |
| 8 | +* **citrixadc_nsip**: Rectified readNsip logic to fix Import issue. |
| 9 | +* **citrixadc_systemfile**: Marked filecontent attribute as sensitive to keep sensitive data out of Terraform logs and plan/apply output. [#1256] |
| 10 | +* **resource_citrixadc_dnsnameserver.go**: Creating both UDP and TCP dnsnameservers when type is UDP_TCP. [#1221] |
| 11 | +* **citrixadc_sslvserver_sslcertkey_binding**: Rectifying Id calculation logic for sslvserver_sslcertkey_binding in migration usecase. [#1351] |
| 12 | +* **provider**: Adding back support for old ciphers to address tls handshake failures. [#1340] |
| 13 | +* **documentation**: Removed obsolete documentation related to analyticsprofile. |
| 14 | + |
| 15 | +ENHANCEMENTS |
| 16 | +* **citrixadc_sslcertkey**: Support for graceful update of sslcertkey during certificate renewal. |
| 17 | + |
| 18 | +FEATURES |
| 19 | +* **New Resource**: Support for creating and managing citrixadc_vpnvserver_appflowpolicy_binding. [#1234] |
| 20 | + |
| 21 | +[#1221]: https://github.com/citrix/terraform-provider-citrixadc/issues/1221 |
| 22 | +[#1234]: https://github.com/citrix/terraform-provider-citrixadc/issues/1234 |
| 23 | +[#1256]: https://github.com/citrix/terraform-provider-citrixadc/issues/1256 |
| 24 | +[#1283]: https://github.com/citrix/terraform-provider-citrixadc/issues/1283 |
| 25 | +[#1300]: https://github.com/citrix/terraform-provider-citrixadc/issues/1300 |
| 26 | +[#1340]: https://github.com/citrix/terraform-provider-citrixadc/issues/1340 |
| 27 | +[#1346]: https://github.com/citrix/terraform-provider-citrixadc/issues/1346 |
| 28 | +[#1351]: https://github.com/citrix/terraform-provider-citrixadc/issues/1351 |
| 29 | +[#1353]: https://github.com/citrix/terraform-provider-citrixadc/issues/1353 |
| 30 | + |
1 | 31 | ## 2.1.0 (Dec 17, 2025) |
2 | 32 |
|
3 | 33 | BUG FIXES |
|
0 commit comments