Release prep

This commit is contained in:
Lorenz Diener 2019-05-11 01:22:18 +02:00
parent 941869a7a8
commit 721fe308ac
2 changed files with 24 additions and 12 deletions

View File

@ -2,6 +2,11 @@ A note on versioning: This librarys major version will grow with the APIs
version number. Breaking changes will be indicated by a change in the minor version number. Breaking changes will be indicated by a change in the minor
(or major) version number, and will generally be avoided. (or major) version number, and will generally be avoided.
v1.4.1
------
* Fix search not working on Mastodon versions before 2.8.0. search now dynamically selects search_v1 or search_v2 and adjusts valid parameters depending on the detected Mastodon version.
* Added blurhash decoding.
v1.4.0 v1.4.0
------ ------
There are some breaking changes in this release, though less than you might think, considering There are some breaking changes in this release, though less than you might think, considering

31
Pipfile.lock generated
View File

@ -36,6 +36,13 @@
], ],
"version": "==19.1.0" "version": "==19.1.0"
}, },
"blurhash": {
"hashes": [
"sha256:18d02a5c232d29a888f1ad410db76456a126dff9e0a76b64931873ac1e4bdaff",
"sha256:3596bb0fa8f0769ce8cf60f853edfcb9f8a26d3c8f3134e33b744d976209a043"
],
"version": "==1.1.0"
},
"certifi": { "certifi": {
"hashes": [ "hashes": [
"sha256:59b7658e26ca9c7339e00f8f4636cdfe59d34fa37b9b04f6f9e9926b3cece1a5", "sha256:59b7658e26ca9c7339e00f8f4636cdfe59d34fa37b9b04f6f9e9926b3cece1a5",
@ -213,10 +220,10 @@
}, },
"pluggy": { "pluggy": {
"hashes": [ "hashes": [
"sha256:19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f", "sha256:25a1bc1d148c9a640211872b4ff859878d422bccb59c9965e04eed468a0aa180",
"sha256:84d306a647cc805219916e62aab89caa97a33a1dd8c342e87a37f91073cd4746" "sha256:964cedd2b27c492fbf0b7f58b3284a09cf7f99b0f715941fb24a439b3af1bd1a"
], ],
"version": "==0.9.0" "version": "==0.11.0"
}, },
"py": { "py": {
"hashes": [ "hashes": [
@ -241,11 +248,11 @@
}, },
"pytest-cov": { "pytest-cov": {
"hashes": [ "hashes": [
"sha256:0ab664b25c6aa9716cbf203b17ddb301932383046082c081b9848a0edf5add33", "sha256:2b097cde81a302e1047331b48cadacf23577e431b61e9c6f49a1170bbe3d3da6",
"sha256:230ef817450ab0699c6cc3c9c8f7a829c34674456f2ed8df1fe1d39780f7c87f" "sha256:e00ea4fdde970725482f1f35630d12f074e121a23801aabf2ae154ec6bdd343a"
], ],
"index": "pypi", "index": "pypi",
"version": "==2.6.1" "version": "==2.7.1"
}, },
"pytest-mock": { "pytest-mock": {
"hashes": [ "hashes": [
@ -317,11 +324,11 @@
}, },
"requests-mock": { "requests-mock": {
"hashes": [ "hashes": [
"sha256:7a5fa99db5e3a2a961b6f20ed40ee6baeff73503cf0a553cc4d679409e6170fb", "sha256:12e17c7ad1397fd1df5ead7727eb3f1bdc9fe1c18293b0492e0e01b57997e38d",
"sha256:8ca0628dc66d3f212878932fd741b02aa197ad53fd2228164800a169a4a826af" "sha256:dc9e416a095ee7c3360056990d52e5611fb94469352fc1c2dc85be1ff2189146"
], ],
"index": "pypi", "index": "pypi",
"version": "==1.5.2" "version": "==1.6.0"
}, },
"six": { "six": {
"hashes": [ "hashes": [
@ -332,10 +339,10 @@
}, },
"urllib3": { "urllib3": {
"hashes": [ "hashes": [
"sha256:4c291ca23bbb55c76518905869ef34bdd5f0e46af7afe6861e8375643ffee1a0", "sha256:2393a695cd12afedd0dcb26fe5d50d0cf248e5a66f75dbd89a3d4eb333a61af4",
"sha256:9a247273df709c4fedb38c711e44292304f73f39ab01beda9f6b9fc375669ac3" "sha256:a637e5fae88995b256e3409dc4d52c2e2e0ba32c42a6365fee8bbd2238de3cfb"
], ],
"version": "==1.24.2" "version": "==1.24.3"
}, },
"vcrpy": { "vcrpy": {
"hashes": [ "hashes": [