We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd8f21 commit 5144895Copy full SHA for 5144895
CHANGES.rst
@@ -1,6 +1,22 @@
1
Release notes
2
=============
3
4
+2.5.0 (2024-12-16)
5
+------------------
6
+
7
+- remove official support for Python 2.7, 3.5, 3.6 and 3.7
8
+- add official support for Python 3.11 and 3.12
9
+- use the ``SHUB_APIURL`` and ``SHUB_STORAGE`` environment variables as default
10
+ values when available
11
+- fix the warning when ``msgpack`` is not installed (used to say
12
+ ``msgpack-python``)
13
14
+2.4.0 (2022-03-10)
15
16
17
+- add Python 3.10 support
18
+- improve ``iter()`` fallback in getting the ``meta`` argument
19
20
2.3.1 (2020-03-13)
21
------------------
22
0 commit comments