Skip to content

Commit e9da70e

Browse files
committed
Added the CHANGELOG file
1 parent 33616a9 commit e9da70e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.textile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
*1.0.7*
2+
* 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.
3+
4+
*1.0.6*
5+
* Make all API calls with either a @GET@ or a @POST@ as the HTTP verb.
6+
7+
*1.0.5*
8+
* Fixed a bug where empty hashes and empty arrays would not generate meaningful object masks
9+
10+
*1.0.4*
11+
* Fixed a bug where the @result_limit@ and @result_offset@ object filters were just not working.
12+
13+
*1.0.3*
14+
* Added a request filter to add result limits to request. Submitted by JN. Thanks!
15+
16+
*1.0.2*
17+
* 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.
18+
19+
*1.0*, *1.0.1*
20+
* Initial release of the gem

0 commit comments

Comments
 (0)