Skip to content

Tags: y-young/nazurin

Tags

v2.8.3

Verified

This commit was signed with the committer’s verified signature.
y-young Googleplex
style: fix Ruff format

v2.8.2

Verified

This commit was signed with the committer’s verified signature.
y-young Googleplex
fix: motor ImportError with pymongo

`pymongo>=4.9` removed `QUERY_OPTIONS` from `pymongo.cursor`, while motor accepts `pymongo<5`.

v2.8.1

Verified

This commit was signed with the committer’s verified signature.
y-young Googleplex
fix: ID missing when handling Twitter GIF (close #99)

v2.8.0

Verified

This commit was signed with the committer’s verified signature.
y-young Googleplex
fix: undefined message when handling server update

v2.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fromisoformat in bluesky prior to python 3.11 (#95)

v2.6.1

Verified

This commit was signed with the committer’s verified signature.
y-young Googleplex
fix: Python 3.10 support & drop 3.7 (close #91)

v2.6.0

Verified

This commit was signed with the committer’s verified signature.
y-young Googleplex
docs: add new config option & limit of TG storage

v2.5.1

Verified

This commit was signed with the committer’s verified signature.
y-young Googleplex
fix: Twitter API 404 when auth token not set

The previous official API is not usable when not logged in,
now we have two options, one is the possibly legacy API in
Fritter with a different endpoint and authorization token,
the other is the latest official public API for guests
(`/TweetResultByRestId`).
We chose the official public API since it seems to have the same ability
as the Fritter one, while providing clearer error messages.

Now, logged in users will still be using the previous API, while others
will use the public API.

Furthermore, in order to use the same feature flags for different APIs,
we merged the flags and found a sweet point.

close #81

v2.5.0

Verified

This commit was signed with the committer’s verified signature.
y-young Googleplex
docs: update commands usage

v2.4.1

Verified

This commit was signed with the committer’s verified signature.
y-young Googleplex
feat: cleanup temp dir periodically (close #72)