Browse Source

Bump version to 0.3.1

Tulir Asokan 1 năm trước cách đây
mục cha
commit
1131e5a1fe
3 tập tin đã thay đổi với 12 bổ sung3 xóa
  1. 9 0
      CHANGELOG.md
  2. 1 1
      mautrix_instagram/__init__.py
  3. 2 2
      requirements.txt

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+# v0.3.1 (2023-09-19)
+
+* **Security:** Updated Pillow to 10.0.1.
+* Added support for double puppeting with arbitrary `as_token`s.
+  See [docs](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for more info.
+* Updated attachment upload API as the old one was slow.
+* Changed error for expired media to look more like what Instagram shows and
+  less like the bridge is broken.
+
 # v0.3.0 (2023-05-31)
 
 * Improved handling of some message types.

+ 1 - 1
mautrix_instagram/__init__.py

@@ -1,2 +1,2 @@
-__version__ = "0.3.0"
+__version__ = "0.3.1"
 __author__ = "Tulir Asokan <tulir@maunium.net>"

+ 2 - 2
requirements.txt

@@ -4,7 +4,7 @@ commonmark>=0.8,<0.10
 aiohttp>=3,<4
 yarl>=1,<2
 attrs>=20.1
-mautrix>=0.20.0,<0.21
-asyncpg>=0.20,<0.28
+mautrix>=0.20.2,<0.21
+asyncpg>=0.20,<0.29
 pycryptodome>=3,<4
 paho-mqtt>=1.5,<2