Skip to content

Commit a23da61

Browse files
committed
Remove change history from lib/softlayer/base.rb. Update CHANGELOG for 1.0.8.
1 parent 3de1b0c commit a23da61

2 files changed

Lines changed: 4 additions & 29 deletions

File tree

CHANGELOG.textile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*1.0.8*
2+
* Set a default User-Agent string to be sent with all requests to SoftLayer API. Provide interface to set a custom User-Agent string.
3+
14
*1.0.7*
25
* Calls to the @getObject@ method of any service should not take parameters. The gem now warns if you make this type of call and ignores the parameters. This prevents @SoftLayer_Virtual_Guest::getObject@ from accidentally creating (billable) CCI instances.
36

@@ -17,4 +20,4 @@
1720
* We have some API routines that start with 'get' but expect arguments anyway. The code now uses HTTP POST to send requests for which the user has provided arguments regardless of the name of the routine.
1821

1922
*1.0*, *1.0.1*
20-
* Initial release of the gem
23+
* Initial release of the gem

lib/softlayer/base.rb

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -56,31 +56,3 @@ module SoftLayer
5656
# The base URL used for the SoftLayer API's
5757
$SL_API_BASE_URL = SoftLayer::API_PUBLIC_ENDPOINT
5858
end # module SoftLayer
59-
60-
#
61-
# History:
62-
#
63-
# 1.0 - 1.0.1 - Initial release. There was some confusion over getting the gem
64-
# posted up to rubygems.org and the 1.0.1 release came about because of that
65-
# confusion. There should be no real functionality differences there.
66-
#
67-
# 1.0.2 - We have some API routines that start with 'get' but expect arguments
68-
# anyway. The code now uses HTTP POST to send requests for which the user
69-
# has provided arguments regardless of the name of the routine.
70-
#
71-
# 1.0.3 - Added a request filter to add result limits to request. Submitted by
72-
# JN. Thanks!
73-
#
74-
# 1.0.4 - Fixed a bug where the result_limit and result_offset object filters were just not working.
75-
#
76-
# 1.0.5 - Fixed a bug where empty hashes and empty arrays would not generate meaningful object masks
77-
#
78-
# 1.0.6 - Make all API calls with either a GET or a POST as the HTTP verb.
79-
#
80-
# 1.0.7 - Calls to the "getObject" method of any service should not take parameters. The gem now
81-
# warns if you make this type of call and ignores the parameters. This prevents
82-
# SoftLayer_Virtual_Guest::getObject from accidentally creating (billable) CCI instances.
83-
#
84-
# 1.0.8 - Set a default User-Agent string to be sent with all requests to SoftLayer API. Provide interface to
85-
# set a custom User-Agent string.
86-
#

0 commit comments

Comments
 (0)