Skip to content

Commit 235e5c3

Browse files
authored
Merge pull request #506 from leancloud/release-290
docs: release notes of 2.9.0
2 parents d7a2875 + a8394c5 commit 235e5c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+4229
-927
lines changed

changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.9.0] - 2020-11-25
2+
### Added
3+
- Allow specifying uploaded file path with MasterKey.
4+
- Add Python 3.9 in CI tests.
5+
16
## [2.8.1] - 2020-10-21
27
### Changed
38
- Remove deprecated internal interface invocation when saving external files.

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d3e71a7c28b68b9db198551dba10953a
3+
config: ce915336f880395538d1277ce317ada6
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_modules/index.html

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22

33
<!DOCTYPE html>
4-
<!--[if IE 8]><html class="no-js lt-ie9" lang="zh-CN" > <![endif]-->
5-
<!--[if gt IE 8]><!--> <html class="no-js" lang="zh-CN" > <!--<![endif]-->
4+
<html class="writer-html5" lang="zh-CN" >
65
<head>
76
<meta charset="utf-8">
87

@@ -12,12 +11,18 @@
1211

1312

1413

14+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
15+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
16+
17+
1518

1619

1720

1821

1922

20-
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
23+
<!--[if lt IE 9]>
24+
<script src="../_static/js/html5shiv.min.js"></script>
25+
<![endif]-->
2126

2227

2328
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
@@ -30,10 +35,6 @@
3035
<script type="text/javascript" src="../_static/js/theme.js"></script>
3136

3237

33-
34-
35-
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
36-
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
3738
<link rel="index" title="索引" href="../genindex.html" />
3839
<link rel="search" title="搜索" href="../search.html" />
3940
</head>
@@ -49,7 +50,7 @@
4950

5051

5152

52-
<a href="../index.html" class="icon icon-home"> LeanCloud-Python-SDK
53+
<a href="../index.html" class="icon icon-home" alt="Documentation Home"> LeanCloud-Python-SDK
5354

5455

5556

@@ -76,6 +77,7 @@
7677

7778
</div>
7879

80+
7981
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
8082

8183

@@ -88,6 +90,7 @@
8890

8991

9092
</div>
93+
9194
</div>
9295
</nav>
9396

@@ -126,7 +129,7 @@
126129

127130
<ul class="wy-breadcrumbs">
128131

129-
<li><a href="../index.html">Docs</a> &raquo;</li>
132+
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
130133

131134
<li>概览:模块代码</li>
132135

@@ -171,11 +174,19 @@ <h1>代码可用的所有模块</h1>
171174

172175
<div role="contentinfo">
173176
<p>
174-
&copy; Copyright 2015, asaka
177+
178+
&copy; 版权所有 2015, asaka
175179

176180
</p>
177181
</div>
178-
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
182+
183+
184+
185+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
186+
187+
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
188+
189+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
179190

180191
</footer>
181192

@@ -187,7 +198,6 @@ <h1>代码可用的所有模块</h1>
187198
</div>
188199

189200

190-
191201
<script type="text/javascript">
192202
jQuery(function () {
193203
SphinxRtdTheme.Navigation.enable(true);

docs/_modules/leancloud/acl.html

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22

33
<!DOCTYPE html>
4-
<!--[if IE 8]><html class="no-js lt-ie9" lang="zh-CN" > <![endif]-->
5-
<!--[if gt IE 8]><!--> <html class="no-js" lang="zh-CN" > <!--<![endif]-->
4+
<html class="writer-html5" lang="zh-CN" >
65
<head>
76
<meta charset="utf-8">
87

@@ -12,12 +11,18 @@
1211

1312

1413

14+
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
15+
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
16+
17+
1518

1619

1720

1821

1922

20-
<script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
23+
<!--[if lt IE 9]>
24+
<script src="../../_static/js/html5shiv.min.js"></script>
25+
<![endif]-->
2126

2227

2328
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
@@ -30,10 +35,6 @@
3035
<script type="text/javascript" src="../../_static/js/theme.js"></script>
3136

3237

33-
34-
35-
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
36-
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
3738
<link rel="index" title="索引" href="../../genindex.html" />
3839
<link rel="search" title="搜索" href="../../search.html" />
3940
</head>
@@ -49,7 +50,7 @@
4950

5051

5152

52-
<a href="../../index.html" class="icon icon-home"> LeanCloud-Python-SDK
53+
<a href="../../index.html" class="icon icon-home" alt="Documentation Home"> LeanCloud-Python-SDK
5354

5455

5556

@@ -76,6 +77,7 @@
7677

7778
</div>
7879

80+
7981
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
8082

8183

@@ -88,6 +90,7 @@
8890

8991

9092
</div>
93+
9194
</div>
9295
</nav>
9396

@@ -126,7 +129,7 @@
126129

127130
<ul class="wy-breadcrumbs">
128131

129-
<li><a href="../../index.html">Docs</a> &raquo;</li>
132+
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
130133

131134
<li><a href="../index.html">模块代码</a> &raquo;</li>
132135

@@ -148,10 +151,10 @@
148151
<h1>leancloud.acl 源代码</h1><div class="highlight"><pre>
149152
<span></span><span class="c1"># coding: utf-8</span>
150153

151-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">absolute_import</span>
152-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">division</span>
153-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">print_function</span>
154-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">unicode_literals</span>
154+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">absolute_import</span>
155+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">division</span>
156+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">print_function</span>
157+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">unicode_literals</span>
155158

156159
<span class="kn">import</span> <span class="nn">six</span>
157160

@@ -164,7 +167,7 @@ <h1>leancloud.acl 源代码</h1><div class="highlight"><pre>
164167

165168

166169
<div class="viewcode-block" id="ACL"><a class="viewcode-back" href="../../index.html#leancloud.ACL">[文档]</a><span class="k">class</span> <span class="nc">ACL</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
167-
<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">permissions_by_id</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
170+
<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">permissions_by_id</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
168171
<span class="bp">self</span><span class="o">.</span><span class="n">permissions_by_id</span> <span class="o">=</span> <span class="n">permissions_by_id</span> <span class="ow">or</span> <span class="p">{}</span>
169172

170173
<div class="viewcode-block" id="ACL.dump"><a class="viewcode-back" href="../../index.html#leancloud.ACL.dump">[文档]</a> <span class="k">def</span> <span class="nf">dump</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
@@ -262,11 +265,19 @@ <h1>leancloud.acl 源代码</h1><div class="highlight"><pre>
262265

263266
<div role="contentinfo">
264267
<p>
265-
&copy; Copyright 2015, asaka
268+
269+
&copy; 版权所有 2015, asaka
266270

267271
</p>
268272
</div>
269-
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
273+
274+
275+
276+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
277+
278+
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
279+
280+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
270281

271282
</footer>
272283

@@ -278,7 +289,6 @@ <h1>leancloud.acl 源代码</h1><div class="highlight"><pre>
278289
</div>
279290

280291

281-
282292
<script type="text/javascript">
283293
jQuery(function () {
284294
SphinxRtdTheme.Navigation.enable(true);

docs/_modules/leancloud/client.html

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22

33
<!DOCTYPE html>
4-
<!--[if IE 8]><html class="no-js lt-ie9" lang="zh-CN" > <![endif]-->
5-
<!--[if gt IE 8]><!--> <html class="no-js" lang="zh-CN" > <!--<![endif]-->
4+
<html class="writer-html5" lang="zh-CN" >
65
<head>
76
<meta charset="utf-8">
87

@@ -12,12 +11,18 @@
1211

1312

1413

14+
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
15+
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
16+
17+
1518

1619

1720

1821

1922

20-
<script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
23+
<!--[if lt IE 9]>
24+
<script src="../../_static/js/html5shiv.min.js"></script>
25+
<![endif]-->
2126

2227

2328
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
@@ -30,10 +35,6 @@
3035
<script type="text/javascript" src="../../_static/js/theme.js"></script>
3136

3237

33-
34-
35-
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
36-
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
3738
<link rel="index" title="索引" href="../../genindex.html" />
3839
<link rel="search" title="搜索" href="../../search.html" />
3940
</head>
@@ -49,7 +50,7 @@
4950

5051

5152

52-
<a href="../../index.html" class="icon icon-home"> LeanCloud-Python-SDK
53+
<a href="../../index.html" class="icon icon-home" alt="Documentation Home"> LeanCloud-Python-SDK
5354

5455

5556

@@ -76,6 +77,7 @@
7677

7778
</div>
7879

80+
7981
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
8082

8183

@@ -88,6 +90,7 @@
8890

8991

9092
</div>
93+
9194
</div>
9295
</nav>
9396

@@ -126,7 +129,7 @@
126129

127130
<ul class="wy-breadcrumbs">
128131

129-
<li><a href="../../index.html">Docs</a> &raquo;</li>
132+
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
130133

131134
<li><a href="../index.html">模块代码</a> &raquo;</li>
132135

@@ -148,10 +151,10 @@
148151
<h1>leancloud.client 源代码</h1><div class="highlight"><pre>
149152
<span></span><span class="c1"># coding: utf-8</span>
150153

151-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">absolute_import</span>
152-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">division</span>
153-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">print_function</span>
154-
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">unicode_literals</span>
154+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">absolute_import</span>
155+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">division</span>
156+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">print_function</span>
157+
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">unicode_literals</span>
155158

156159
<span class="kn">import</span> <span class="nn">os</span>
157160
<span class="kn">import</span> <span class="nn">json</span>
@@ -163,8 +166,8 @@ <h1>leancloud.client 源代码</h1><div class="highlight"><pre>
163166
<span class="kn">import</span> <span class="nn">requests</span>
164167

165168
<span class="kn">import</span> <span class="nn">leancloud</span>
166-
<span class="kn">from</span> <span class="nn">leancloud</span> <span class="k">import</span> <span class="n">utils</span>
167-
<span class="kn">from</span> <span class="nn">leancloud.app_router</span> <span class="k">import</span> <span class="n">AppRouter</span>
169+
<span class="kn">from</span> <span class="nn">leancloud</span> <span class="kn">import</span> <span class="n">utils</span>
170+
<span class="kn">from</span> <span class="nn">leancloud.app_router</span> <span class="kn">import</span> <span class="n">AppRouter</span>
168171

169172
<span class="n">__author__</span> <span class="o">=</span> <span class="s2">&quot;asaka &lt;[email protected]&gt;&quot;</span>
170173

@@ -419,11 +422,19 @@ <h1>leancloud.client 源代码</h1><div class="highlight"><pre>
419422

420423
<div role="contentinfo">
421424
<p>
422-
&copy; Copyright 2015, asaka
425+
426+
&copy; 版权所有 2015, asaka
423427

424428
</p>
425429
</div>
426-
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
430+
431+
432+
433+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
434+
435+
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
436+
437+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
427438

428439
</footer>
429440

@@ -435,7 +446,6 @@ <h1>leancloud.client 源代码</h1><div class="highlight"><pre>
435446
</div>
436447

437448

438-
439449
<script type="text/javascript">
440450
jQuery(function () {
441451
SphinxRtdTheme.Navigation.enable(true);

0 commit comments

Comments
 (0)