File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ## 1.5.0 (Unreleased)
3
+ * Features
4
+ * PR57 - Added -Graceful parameter to the Disable-NSLBServer (via @daimhin )
5
+ * PR59 - Added New-NSRewriteAction and New-NSRewritePolicy functions (via @dbroeglin )
6
+ * PR61 - Added Clear-NSAAASession function (via @dbroeglin )
7
+ * PR66 - Added Add-NSLBVirtualServerTrafficPolicyBinding and Get-NSLBVirtualServerTrafficPolicyBinding functions (via @dbroeglin
8
+ )
9
+ * PR72 - Added Get-NSHardware and Remove-NSSystemFile functions (via @daimhin )
10
+
11
+ * Improvements
12
+ * PR66 - Updated comment-based help for Get-NSLBVirtualServerResponderPolicyBinding and Get-NSLBVirtualServerRewritePolicyBinding (via @dbroeglin )
13
+
14
+ * Bug fixes
15
+ * PR68 - Fixed bug in Add-NSCertKeyPair when converting a securestring to plain text using PowerShell v6.0 on Mac OSX. (via @dbroeglin )
16
+ * PR72 - Fix bug in Get-NSSystemFile where FileLocation parameter was not set to mandatory even though the Nitro API requires it (via @dbroeglin )
17
+
18
+ * Deprecated
19
+ * None
20
+
1
21
## 1.4.0 (2016-11-07)
2
22
* Features
3
23
* Added parameters to New-NSLBVirtualServer to configure a redirect (via @rokett )
18
38
19
39
* Deprecated
20
40
* Mark Get-NSLBStat as deprecated in favor of Get-NSStat
21
-
41
+
22
42
## 1.3.0 (2016-09-10)
23
43
* Features
24
44
* Added Add-NSCSVirtualServerResponderPolicyBinding (via @rokett )
Original file line number Diff line number Diff line change 12
12
RootModule = ' NetScaler.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.4 .0'
15
+ ModuleVersion = ' 1.5 .0'
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' bd4390dc-a8ad-4bce-8d69-f53ccf8e4163'
You can’t perform that action at this time.
0 commit comments