Skip to content

Commit b7897f1

Browse files
committed
Merge branch releases-ship
1 parent e52178a commit b7897f1

File tree

6 files changed

+461
-239
lines changed

6 files changed

+461
-239
lines changed

changes.atom

Lines changed: 108 additions & 132 deletions
Large diffs are not rendered by default.
Lines changed: 288 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,288 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5+
<meta http-equiv="Content-Language" content="en-us" />
6+
<meta http-equiv="imagetoolbar" content="false" />
7+
<meta name="MSSmartTagsPreventParsing" content="true" />
8+
<title>Releases API is Official</title>
9+
<link rel="alternate" type="application/atom+xml" title="API Changes" href="/changes.atom" />
10+
<link href="/css/reset.css" rel="stylesheet" type="text/css" />
11+
<link href="/css/960.css" rel="stylesheet" type="text/css" />
12+
<link href="/css/uv_active4d.css" rel="stylesheet" type="text/css" />
13+
<link href="/shared/css/documentation.css" media="screen" rel="stylesheet" type="text/css">
14+
<link href="/shared/css/pygments.css" media="screen" rel="stylesheet" type="text/css">
15+
<script src="/shared/js/jquery.js" type="text/javascript"></script>
16+
<script src="/shared/js/documentation.js" type="text/javascript"></script>
17+
</head>
18+
<body class="api">
19+
<div id="header-wrapper">
20+
<div id="header">
21+
<div>
22+
<a class="logo" href="/"><img src="/images/logo_developer.png" height="45" alt="GitHub:Developer" /></a>
23+
<ul class="nav">
24+
<li class="api-status"></li>
25+
<li><a href="/v3/">API v3</a></li>
26+
<li><a href="/changes/">Changes</a></li>
27+
<li><a
28+
href="https://github.com/contact">Support</a></li>
29+
<li><a href="/changes.atom">
30+
<img src="/images/feed-icon-28x28.png" width="16" height="16" alt="GitHub API Changes Feed" />
31+
</a></li>
32+
</ul>
33+
</div>
34+
</div><!-- #header -->
35+
</div><!-- #header-wrapper -->
36+
37+
<div id="wrapper">
38+
<div class="content">
39+
<div class="change" id="/changes/2013-11-04-releases-api-is-official/">
40+
<h2 class="title">
41+
<a href="/changes/2013-11-04-releases-api-is-official/">Releases API is Official</a>
42+
</h2>
43+
44+
<div class="meta">
45+
<ul>
46+
<li class="published">
47+
<span class="octicon octicon-calendar"></span>
48+
November 4, 2013
49+
50+
</li>
51+
<li class="who_when">
52+
<img height="16" width="16" src="https://secure.gravatar.com/avatar/821395fe70906c8290df7f18ac4ac6cf?s=20&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png" />
53+
<a href="https://github.com/technoweenie">technoweenie</a>
54+
</li>
55+
</ul>
56+
</div>
57+
58+
59+
<p>Hot on the heels of the <a href="http://developer.github.com/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API</a>, the <a href="/v3/repos/releases/">Releases API</a>
60+
is now officially part of GitHub API v3. We now consider it stable for
61+
production use. </p>
62+
63+
<h3 id="preview-media-type-no-longer-needed">Preview Media Type No Longer Needed</h3>
64+
65+
<p>If you used the Releases API during the preview period, you needed to provide a custom media type in the <code>Accept</code> header:</p>
66+
67+
<pre><code>application/vnd.github.manifold-preview+json
68+
</code></pre>
69+
70+
<p>Now that the preview period has ended, you no longer need to pass this custom media type.</p>
71+
72+
<p>Instead, we <a href="/v3/media">recommend</a> that you specify <code>v3</code> as the version in the <code>Accept</code> header:</p>
73+
74+
<pre><code>application/vnd.github.v3+json
75+
</code></pre>
76+
77+
<h3 id="onward">Onward!</h3>
78+
79+
<p>Thanks again to everyone that tried out the Releases API during the preview period.
80+
We got some great feedback, and we are already discussing additions to the API.</p>
81+
82+
<p>We can’t wait to see what you build!</p>
83+
</div>
84+
85+
</div>
86+
87+
<div id="js-sidebar" class="sidebar-shell">
88+
<div class="js-toggle-list sidebar-module expandable">
89+
<ul>
90+
<li class="js-topic">
91+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Overview</a></h3>
92+
<ul class="js-guides">
93+
<li><a href="/v3/libraries/">Libraries</a></li>
94+
<li><a href="/v3/media/">Media Types</a></li>
95+
<li><a href="/v3/oauth/">OAuth</a></li>
96+
<li><a href="/v3/auth/">Other Authentication Methods</a></li>
97+
<li><a href="/v3/troubleshooting/">Troubleshooting</a></li>
98+
</ul>
99+
</li>
100+
<li class="js-topic">
101+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/guides/">Guides</a></h3>
102+
<ul class="js-guides">
103+
<li><a href="/guides/getting-started/">Getting Started</a></li>
104+
<li><a href="/guides/basics-of-authentication/">Basics of Authentication</a></li>
105+
<li><a href="/guides/rendering-data-as-graphs/">Rendering Data as Graphs</a></li>
106+
<li><a href="/guides/working-with-comments/">Working with Comments</a></li>
107+
</ul>
108+
</li>
109+
<li class="js-topic">
110+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/activity/">Activity</a></h3>
111+
<ul class="js-guides">
112+
<li><a href="/v3/activity/events/">Events</a></li>
113+
<li><a href="/v3/activity/events/types/">Event Types</a></li>
114+
<li><a href="/v3/activity/feeds/">Feeds</a></li>
115+
<li><a href="/v3/activity/notifications/">Notifications</a></li>
116+
<li><a href="/v3/activity/starring/">Starring</a></li>
117+
<li><a href="/v3/activity/watching/">Watching</a></li>
118+
</ul>
119+
</li>
120+
<li class="js-topic">
121+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/gists/">Gists</a></h3>
122+
<ul class="js-guides">
123+
<li><a href="/v3/gists/comments/">Comments</a></li>
124+
</ul>
125+
</li>
126+
<li class="js-topic">
127+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/git/">Git Data</a></h3>
128+
<ul class="js-guides">
129+
<li><a href="/v3/git/blobs/">Blobs</a></li>
130+
<li><a href="/v3/git/commits/">Commits</a></li>
131+
<li><a href="/v3/git/refs/">References</a></li>
132+
<li><a href="/v3/git/tags/">Tags</a></li>
133+
<li><a href="/v3/git/trees/">Trees</a></li>
134+
</ul>
135+
</li>
136+
<li class="js-topic">
137+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/issues/">Issues</a></h3>
138+
<ul class="js-guides">
139+
<li><a href="/v3/issues/assignees/">Assignees</a></li>
140+
<li><a href="/v3/issues/comments/">Comments</a></li>
141+
<li><a href="/v3/issues/events/">Events</a></li>
142+
<li><a href="/v3/issues/labels/">Labels</a></li>
143+
<li><a href="/v3/issues/milestones/">Milestones</a></li>
144+
</ul>
145+
</li>
146+
<li class="js-topic">
147+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/misc/">Miscellaneous</a></h3>
148+
<ul class="js-guides">
149+
<li><a href="/v3/emojis/">Emojis</a></li>
150+
<li><a href="/v3/gitignore/">Gitignore</a></li>
151+
<li><a href="/v3/markdown/">Markdown</a></li>
152+
<li><a href="/v3/meta/">Meta</a></li>
153+
<li><a href="/v3/rate_limit/">Rate Limit</a></li>
154+
</ul>
155+
</li>
156+
<li class="js-topic">
157+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/orgs/">Orgs</a></h3>
158+
<ul class="js-guides">
159+
<li><a href="/v3/orgs/members/">Members</a></li>
160+
<li><a href="/v3/orgs/teams/">Teams</a></li>
161+
</ul>
162+
</li>
163+
<li class="js-topic">
164+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/pulls/">Pull Requests</a></h3>
165+
<ul class="js-guides">
166+
<li><a href="/v3/pulls/comments/">Review Comments</a></li>
167+
</ul>
168+
</li>
169+
<li class="js-topic">
170+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/repos/">Repositories</a></h3>
171+
<ul class="js-guides">
172+
<li><a href="/v3/repos/collaborators/">Collaborators</a></li>
173+
<li><a href="/v3/repos/comments/">Comments</a></li>
174+
<li><a href="/v3/repos/commits/">Commits</a></li>
175+
<li><a href="/v3/repos/contents/">Contents</a></li>
176+
<li><a href="/v3/repos/downloads/">Downloads</a></li>
177+
<li><a href="/v3/repos/forks/">Forks</a></li>
178+
<li><a href="/v3/repos/keys/">Keys</a></li>
179+
<li><a href="/v3/repos/hooks/">Hooks</a></li>
180+
<li><a href="/v3/repos/merging/">Merging</a></li>
181+
<li><a href="/v3/repos/releases/">Releases</a></li>
182+
<li><a href="/v3/repos/statistics/">Statistics</a></li>
183+
<li><a href="/v3/repos/statuses/">Statuses</a></li>
184+
</ul>
185+
</li>
186+
<li class="js-topic">
187+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/search/">Search</a></h3>
188+
<ul class="js-guides">
189+
<li><a href="/v3/search/#search-repositories">Repositories</a></li>
190+
<li><a href="/v3/search/#search-code">Code</a></li>
191+
<li><a href="/v3/search/#search-issues">Issues</a></li>
192+
<li><a href="/v3/search/#search-users">Users</a></li>
193+
<li><a href="/v3/search/legacy/">Legacy Search</a></li>
194+
</ul>
195+
</li>
196+
<li class="js-topic">
197+
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/users/">Users</a></h3>
198+
<ul class="js-guides">
199+
<li><a href="/v3/users/emails/">Emails</a></li>
200+
<li><a href="/v3/users/followers/">Followers</a></li>
201+
<li><a href="/v3/users/keys/">Keys</a></li>
202+
</ul>
203+
</li>
204+
</ul>
205+
</div> <!-- /sidebar-module -->
206+
<div class="sidebar-module">
207+
<p>This website is a <a href="https://github.com/github/developer.github.com" target="_blank">public GitHub repository</a>. Please help us by forking the project and adding to it.</p>
208+
</div>
209+
</div><!-- /sidebar-shell -->
210+
211+
</div><!-- #wrapper -->
212+
213+
<div id="footer" >
214+
<div class="upper_footer">
215+
<div class="footer_inner clearfix">
216+
217+
<ul class="footer_nav">
218+
<h4>GitHub</h4>
219+
<li><a href="https://github.com/about">About</a></li>
220+
<li><a href="https://github.com/blog">Blog</a></li>
221+
<li><a href="https://github.com/features">Features</a></li>
222+
<li><a href="https://github.com/contact">Contact &amp; Support</a></li>
223+
<li><a href="https://github.com/training">Training</a></li>
224+
<li><a href="http://status.github.com/">Site Status</a></li>
225+
</ul>
226+
227+
<ul class="footer_nav">
228+
<h4>Tools</h4>
229+
<li><a href="http://mac.github.com/">GitHub for Mac</a></li>
230+
<li><a href="http://mobile.github.com/">Issues for iPhone</a></li>
231+
<li><a href="https://gist.github.com">Gist: Code Snippets</a></li>
232+
<li><a href="http://enterprise.github.com/">GitHub Enterprise</a></li>
233+
<li><a href="http://jobs.github.com/">Job Board</a></li>
234+
</ul>
235+
236+
<ul class="footer_nav">
237+
<h4>Extras</h4>
238+
<li><a href="http://shop.github.com/">GitHub Shop</a></li>
239+
<li><a href="http://octodex.github.com/">The Octodex</a></li>
240+
</ul>
241+
242+
<ul class="footer_nav">
243+
<h4>Documentation</h4>
244+
<li><a href="http://help.github.com/">GitHub Help</a></li>
245+
<li><a href="http://developer.github.com/">Developer API</a></li>
246+
<li><a href="http://github.github.com/github-flavored-markdown/">GitHub Flavored Markdown</a></li>
247+
<li><a href="http://pages.github.com/">GitHub Pages</a></li>
248+
</ul>
249+
250+
</div><!-- /.site -->
251+
</div><!-- /.upper_footer -->
252+
253+
<div class="lower_footer">
254+
<ul class="footer-cell">
255+
<li><a href="http://help.github.com/terms-of-service/">Terms of Service</a></li>
256+
<li><a href="http://help.github.com/privacy-policy/">Privacy</a></li>
257+
<li><a href="http://help.github.com/security/">Security</a></li>
258+
</ul>
259+
260+
<span class="footer-cell">
261+
<a href="https://github.com" class="mega-icon mega-icon-invertocat"></a>
262+
</span>
263+
264+
<span class="footer-cell">
265+
Design &copy; <span class="js-year">2013</span> GitHub, Inc. All rights reserved.
266+
<p>
267+
Except where otherwise noted, content on this site is licensed under a
268+
<a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons CC-BY license</a>.
269+
</p>
270+
</span>
271+
</div>
272+
273+
</div><!-- /#footer -->
274+
<script type="text/javascript">
275+
var _gauges = _gauges || [];
276+
(function() {
277+
var t = document.createElement('script');
278+
t.type = 'text/javascript';
279+
t.async = true;
280+
t.id = 'gauges-tracker';
281+
t.setAttribute('data-site-id', '4f2038e0cb25bc1b55000003');
282+
t.src = '//secure.gaug.es/track.js';
283+
var s = document.getElementsByTagName('script')[0];
284+
s.parentNode.insertBefore(t, s);
285+
})();
286+
</script>
287+
</body>
288+
</html>

0 commit comments

Comments
 (0)