|
| 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 | + |
1 | 32 | 0.11.3 (Feb 22, 2014) |
| 33 | +--------------------- |
2 | 34 |
|
3 | 35 | * Fix core extensions to not override other libraries |
4 | 36 | * Add Pages Api |
5 | 37 | * Add Application authorization Api |
6 | 38 |
|
7 | 39 | 0.11.2 (Feb 2, 2014) |
| 40 | +-------------------- |
8 | 41 |
|
9 | 42 | * Change autoload to require libs |
10 | 43 | * Change Connection module to work with newest Faraday 0.9 release |
11 | 44 | * Simplify and document Request module |
12 | 45 |
|
13 | 46 | 0.11.1 (December 16, 2013) |
| 47 | +-------------------------- |
14 | 48 |
|
15 | 49 | * Add status, body readers to service error. |
16 | 50 | * Add descendants tracker. |
17 | 51 | * Add encoder to faraday. |
18 | 52 | * Change search api to stop escaping query components. |
19 | 53 |
|
20 | 54 | 0.11.0 (December 7, 2013) |
| 55 | +------------------------- |
21 | 56 |
|
22 | 57 | * Fix caching issues within the repository API object. |
23 | 58 | * Change request module to accept params hash as default |
|
31 | 66 | * Add root certs |
32 | 67 |
|
33 | 68 | 0.10.2 (June 26, 2013) |
| 69 | +---------------------- |
34 | 70 |
|
35 | 71 | * Fix issue with listing repository [#118] |
36 | 72 | * Fix issue with ratelimit [#119] |
|
39 | 75 | * Updated dependencies |
40 | 76 |
|
41 | 77 | 0.10.1 (May 21, 2013) |
| 78 | +--------------------- |
42 | 79 |
|
43 | 80 | * Fix issue with loading params hash |
44 | 81 |
|
45 | 82 | 0.10.0 (May 19, 2013) |
| 83 | +--------------------- |
46 | 84 |
|
47 | 85 | * Add addressable dependency |
48 | 86 | * Fix Tree api create method #109 |
|
56 | 94 | * Change connection options to overwrite deep keys |
57 | 95 |
|
58 | 96 | 0.9.7 (April 13, 2013) |
| 97 | +---------------------- |
59 | 98 |
|
60 | 99 | * Add listing of user keys |
61 | 100 | * Change gists listing to include :public option |
62 | 101 | * Change repos listing to include :every option and fix issue #102 |
63 | 102 |
|
64 | 103 | 0.9.6 (April 6, 2013) |
| 104 | +--------------------- |
65 | 105 |
|
66 | 106 | * Convert hook_id to id in repo hooks api |
67 | 107 | * Fix #101 broken auto_pagination, ensure only get request is paginated that has enumerable body |
68 | 108 |
|
69 | 109 | 0.9.5 (April 1, 2013) |
| 110 | +--------------------- |
70 | 111 |
|
71 | 112 | * Add default_branch to repo valid parameters |
72 | 113 | * Remove bundle command from rvm script |
|
75 | 116 | * Fix issue #100 with oauth client site parameter |
76 | 117 |
|
77 | 118 | 0.9.4 (Mar 24, 2013) |
| 119 | +-------------------- |
78 | 120 |
|
79 | 121 | * Relax hashie dependency and update other dependencies. |
80 | 122 | * Fix bug #96 with response wrapper equality |
81 | 123 |
|
82 | 124 | 0.9.3 (Mar 9, 2013) |
| 125 | +------------------- |
83 | 126 |
|
84 | 127 | * Fix stack overflow issue #95 and add feature tests |
85 | 128 |
|
86 | 129 | 0.9.2 (Mar 3, 2013) |
| 130 | +------------------- |
87 | 131 |
|
88 | 132 | * Add auto_pagination feature to allow for retrieval of all pages for a given |
89 | 133 | resource - #91 feature request |
|
93 | 137 | * Update hashie dependency to remove warnings |
94 | 138 |
|
95 | 139 | 0.9.1 (Feb 24, 2013) |
| 140 | +-------------------- |
96 | 141 |
|
97 | 142 | * Add request arguments parser to allow for flexibility when specifying |
98 | 143 | required and optional parameters |
|
105 | 150 | * Update hashie, faraday dependencies |
106 | 151 |
|
107 | 152 | 0.9.0 (Feb 18, 2013) |
| 153 | +-------------------- |
108 | 154 |
|
109 | 155 | * Add Pagination module to define interface for the response |
110 | 156 | * Add Pagination#count_pages to return total number of pages |
|
120 | 166 | * Change all Api instances to accept options hash and block |
121 | 167 |
|
122 | 168 | 0.8.11 (Feb 9, 2013) |
| 169 | +-------------------- |
123 | 170 |
|
124 | 171 | * Fix preserving query params in page iterator next action. |
125 | 172 | * Add meta api. |
126 | 173 |
|
127 | 174 | 0.8.10 (Feb 4, 2013) |
| 175 | +-------------------- |
128 | 176 |
|
129 | 177 | * Fix reference validation in GitData::References.validate_reference |
130 | 178 |
|
131 | 179 | 0.8.9 (Jan 26, 2013) |
| 180 | +-------------------- |
132 | 181 |
|
133 | 182 | * Fix broken accepts header. |
134 | 183 | * Change organization members listing to include flag for public listings. |
135 | 184 | * Fix organization teams & members api query methods checking for response status. |
136 | 185 |
|
137 | 186 | 0.8.8 (Jan 20, 2013) |
| 187 | +-------------------- |
138 | 188 |
|
139 | 189 | * Add :ssl configuration option. |
140 | 190 | * Add escaping of search keywords. |
|
425 | 475 | * refactored parameter filtering fuction to fix tree_create bug |
426 | 476 |
|
427 | 477 | 0.3.7 (January 1, 2012) |
| 478 | +----------------------- |
428 | 479 |
|
429 | 480 | * add block parameter passing for main github instance |
430 | 481 | * refactor methods inside issues labels api |
431 | 482 | * add specs to cover issues labels api |
432 | 483 |
|
433 | 484 | 0.3.6 (December 26, 2011) |
| 485 | +------------------------- |
434 | 486 |
|
435 | 487 | * refactor specs setup to common base class |
436 | 488 | * add specs for issues events and comments apis |
437 | 489 | * fix bug with gem loading lib folder |
438 | 490 |
|
439 | 491 | 0.3.5 (December 18, 2011) |
| 492 | +------------------------- |
440 | 493 |
|
441 | 494 | * adding specs for issues milestones api |
442 | 495 | * updating specs to check for constants existence |
443 | 496 | * fixing problems with some request missing passed parameters |
444 | 497 |
|
445 | 498 | 0.3.4 (December 17, 2011) |
| 499 | +------------------------- |
446 | 500 |
|
447 | 501 | * adding coverage reporting |
448 | 502 | * adding specs to authorization module to increase coverage to 100% |
449 | 503 | * adding specs to issues api to fix create issues bug and increase code coverage |
450 | 504 |
|
451 | 505 | 0.3.3 (December 4, 2011) |
| 506 | +------------------------ |
452 | 507 |
|
453 | 508 | * fixing json parsing issue preventing repository creation |
0 commit comments