Skip to content

Commit c6943be

Browse files
committed
Merge pull request flask-restful#546 from flask-restful/release-0-3-5
Release 0.3.5
2 parents 0ec2edc + 97a25c6 commit c6943be

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

AUTHORS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Authors
33

44
A huge thanks to all of our contributors:
55

6+
67
- Alex Gaynor
78
- Alex M
89
- Alex Morken
@@ -22,6 +23,7 @@ A huge thanks to all of our contributors:
2223
- Catherine Devlin
2324
- Dan Quirk
2425
- Daniele Esposti
26+
- Dario Bertini
2527
- David Arnold
2628
- David Baumgold
2729
- David Boucha
@@ -30,15 +32,18 @@ A huge thanks to all of our contributors:
3032
- Doug Black
3133
- Evan Dale Aromin
3234
- Frank Stratton
35+
- Frank Stratton ☺
3336
- Garret Raziel
3437
- Gary Belvin
3538
- Gilles Dartiguelongue
3639
- Giorgio Salluzzo
3740
- Guillaume BINET
41+
- Heston Liebowitz
3842
- Jacob Magnusson
3943
- James Booth
4044
- James Ogura
4145
- James Turk
46+
- Jeff Widman
4247
- Joakim Ekberg
4348
- Johannes
4449
- Jordan Yelloz
@@ -56,6 +61,7 @@ A huge thanks to all of our contributors:
5661
- Lance Ingle
5762
- Lars Holm Nielsen
5863
- Luiz Armesto
64+
- Malthe Borch
5965
- Marek Hlobil
6066
- Matt Wright
6167
- Max Peterson
@@ -64,6 +70,7 @@ A huge thanks to all of our contributors:
6470
- Michael Newman
6571
- Miguel Grinberg
6672
- Mihai Tomescu
73+
- Nicolas Harraudeau
6774
- Pavel Tyslyatsky
6875
- Petrus J.v.Rensburg
6976
- Philippe Ndiaye
@@ -73,20 +80,26 @@ A huge thanks to all of our contributors:
7380
- Rod Cloutier
7481
- Ryan Horn
7582
- Sam Kimbrel
83+
- Samarth Shah
7684
- Sander Sink
7785
- Sasha Baranov
7886
- Saul Diez-Guerra
87+
- Sergey Romanov
7988
- Sven-Hendrik Haase
8089
- Usman Ehtesham Gul
8190
- Victor Neo
91+
- Vlad Frolov
8292
- Vladimir Pal
8393
- WooParadog
8494
- Yaniv Aknin
8595
- bret barker
96+
- hachichaud
97+
- jbouzekri
8698
- justanr
8799
- k-funk
88100
- kelvinhammond
89101
- kenjones
102+
- kumy
90103
- lyschoening
91104
- mailto1587
92105
- mniebla
@@ -100,4 +113,5 @@ A huge thanks to all of our contributors:
100113
- siavashg
101114
- silasray
102115
- soasme
116+
- ueg1990
103117
- y-p

CHANGES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ Flask-RESTful Changelog
44
Here you can see the full list of changes between each Flask-RESTful release.
55

66

7-
- Use Flask's exception log method in `handle_error(e)` method instead of directly logging the exception notice.
7+
Version 0.3.5
8+
-------------
9+
10+
Released December 9, 2015
11+
12+
- Add `nullable` option to request parser to allow/disallow null values for arguments ([#538](https://github.com/flask-restful/flask-restful/pull/538))
13+
- Use Flask's exception log method in `handle_error(e)` method instead of directly logging the exception notice. ([#496](https://github.com/flask-restful/flask-restful/pull/496))
14+
- `Argument.help` now allows more flexible message formatting using the `{error_msg}` string interpolation token. ([#518](https://github.com/flask-restful/flask-restful/pull/518))
15+
- Prevent representation from being chosen at random when `Accept: */*` ([#524](https://github.com/flask-restful/flask-restful/pull/524))
16+
- Headers from `HTTPException`s are now returned in the response instead of being discarded ([#523](https://github.com/flask-restful/flask-restful/pull/523))
17+
- Marshalling now checks for a `__marshallable__` method first before defaulting back to `__getitem__` ([](https://github.com/flask-restful/flask-restful/issues/324))
18+
- Flask 1.0 compatability fixes ([#506](https://github.com/flask-restful/flask-restful/pull/506))
819

920
Version 0.3.4
1021
-------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='Flask-RESTful',
19-
version='0.3.4',
19+
version='0.3.5',
2020
license='BSD',
2121
url='https://www.github.com/flask-restful/flask-restful/',
2222
author='Twilio API Team',

0 commit comments

Comments
 (0)