Skip to content

Commit ea53c39

Browse files
committed
Note changes for the 0.12.0 release.
1 parent c1dce1d commit ea53c39

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,58 @@
1+
0.12.0 (July 27, 2014)
2+
--------------------
3+
4+
#### Features Core
5+
* Add namespace helper to API to easily create nested resources
6+
* Add before_request & after_request callbacks to API
7+
* Change all scopes to use namespace helper
8+
* Move development dependencies out of rubygems
9+
* Add API::Config for configuration of main api
10+
* Change Configuration to use #property and drastically simplify setup
11+
* Change Request to be a class and simplify requests dispatch
12+
* Remove S3Uploader class
13+
14+
#### Features Client
15+
* Add check method to Application Authorization Api (#157)
16+
* Add Deployments Api with feature tests
17+
* Add commits & forks calls to Gists Api
18+
* Add following? another user to Users::Followers Api
19+
* Add ability to list all the teams for the user to Orgs::Teams Api
20+
* Remove create, upload calls from Repos::Downloads Api
21+
* Add ping method to Repos::Hooks Api
22+
* Add combined status listing to Repos::Statuses Api
23+
* Add subscribe, unsubscribe and subscribed? calls to Activity::Watching Api
24+
25+
#### Fixes
26+
* Remove scopes caching
27+
* Change Arguments to stop leaking to global namespace
28+
* Change features tests to generate JSON responses
29+
* Add feature tests for User Followers Api
30+
* Ensure works on Ruby 1.9.2, 1.9.3, 2.0, 2.1, JRuby & Rubinus
31+
132
0.11.3 (Feb 22, 2014)
33+
---------------------
234

335
* Fix core extensions to not override other libraries
436
* Add Pages Api
537
* Add Application authorization Api
638

739
0.11.2 (Feb 2, 2014)
40+
--------------------
841

942
* Change autoload to require libs
1043
* Change Connection module to work with newest Faraday 0.9 release
1144
* Simplify and document Request module
1245

1346
0.11.1 (December 16, 2013)
47+
--------------------------
1448

1549
* Add status, body readers to service error.
1650
* Add descendants tracker.
1751
* Add encoder to faraday.
1852
* Change search api to stop escaping query components.
1953

2054
0.11.0 (December 7, 2013)
55+
-------------------------
2156

2257
* Fix caching issues within the repository API object.
2358
* Change request module to accept params hash as default
@@ -31,6 +66,7 @@
3166
* Add root certs
3267

3368
0.10.2 (June 26, 2013)
69+
----------------------
3470

3571
* Fix issue with listing repository [#118]
3672
* Fix issue with ratelimit [#119]
@@ -39,10 +75,12 @@
3975
* Updated dependencies
4076

4177
0.10.1 (May 21, 2013)
78+
---------------------
4279

4380
* Fix issue with loading params hash
4481

4582
0.10.0 (May 19, 2013)
83+
---------------------
4684

4785
* Add addressable dependency
4886
* Fix Tree api create method #109
@@ -56,17 +94,20 @@
5694
* Change connection options to overwrite deep keys
5795

5896
0.9.7 (April 13, 2013)
97+
----------------------
5998

6099
* Add listing of user keys
61100
* Change gists listing to include :public option
62101
* Change repos listing to include :every option and fix issue #102
63102

64103
0.9.6 (April 6, 2013)
104+
---------------------
65105

66106
* Convert hook_id to id in repo hooks api
67107
* Fix #101 broken auto_pagination, ensure only get request is paginated that has enumerable body
68108

69109
0.9.5 (April 1, 2013)
110+
---------------------
70111

71112
* Add default_branch to repo valid parameters
72113
* Remove bundle command from rvm script
@@ -75,15 +116,18 @@
75116
* Fix issue #100 with oauth client site parameter
76117

77118
0.9.4 (Mar 24, 2013)
119+
--------------------
78120

79121
* Relax hashie dependency and update other dependencies.
80122
* Fix bug #96 with response wrapper equality
81123

82124
0.9.3 (Mar 9, 2013)
125+
-------------------
83126

84127
* Fix stack overflow issue #95 and add feature tests
85128

86129
0.9.2 (Mar 3, 2013)
130+
-------------------
87131

88132
* Add auto_pagination feature to allow for retrieval of all pages for a given
89133
resource - #91 feature request
@@ -93,6 +137,7 @@
93137
* Update hashie dependency to remove warnings
94138

95139
0.9.1 (Feb 24, 2013)
140+
--------------------
96141

97142
* Add request arguments parser to allow for flexibility when specifying
98143
required and optional parameters
@@ -105,6 +150,7 @@
105150
* Update hashie, faraday dependencies
106151

107152
0.9.0 (Feb 18, 2013)
153+
--------------------
108154

109155
* Add Pagination module to define interface for the response
110156
* Add Pagination#count_pages to return total number of pages
@@ -120,21 +166,25 @@
120166
* Change all Api instances to accept options hash and block
121167

122168
0.8.11 (Feb 9, 2013)
169+
--------------------
123170

124171
* Fix preserving query params in page iterator next action.
125172
* Add meta api.
126173

127174
0.8.10 (Feb 4, 2013)
175+
--------------------
128176

129177
* Fix reference validation in GitData::References.validate_reference
130178

131179
0.8.9 (Jan 26, 2013)
180+
--------------------
132181

133182
* Fix broken accepts header.
134183
* Change organization members listing to include flag for public listings.
135184
* Fix organization teams & members api query methods checking for response status.
136185

137186
0.8.8 (Jan 20, 2013)
187+
--------------------
138188

139189
* Add :ssl configuration option.
140190
* Add escaping of search keywords.
@@ -425,29 +475,34 @@
425475
* refactored parameter filtering fuction to fix tree_create bug
426476

427477
0.3.7 (January 1, 2012)
478+
-----------------------
428479

429480
* add block parameter passing for main github instance
430481
* refactor methods inside issues labels api
431482
* add specs to cover issues labels api
432483

433484
0.3.6 (December 26, 2011)
485+
-------------------------
434486

435487
* refactor specs setup to common base class
436488
* add specs for issues events and comments apis
437489
* fix bug with gem loading lib folder
438490

439491
0.3.5 (December 18, 2011)
492+
-------------------------
440493

441494
* adding specs for issues milestones api
442495
* updating specs to check for constants existence
443496
* fixing problems with some request missing passed parameters
444497

445498
0.3.4 (December 17, 2011)
499+
-------------------------
446500

447501
* adding coverage reporting
448502
* adding specs to authorization module to increase coverage to 100%
449503
* adding specs to issues api to fix create issues bug and increase code coverage
450504

451505
0.3.3 (December 4, 2011)
506+
------------------------
452507

453508
* fixing json parsing issue preventing repository creation

0 commit comments

Comments
 (0)