Skip to content

Latest commit

 

History

History
102 lines (79 loc) · 5.43 KB

File metadata and controls

102 lines (79 loc) · 5.43 KB

0.3.3 (2025-10-21)

Features

  • add (empty) outbox (3db651b)
  • add abstruct classes for create apkit integration to easy (6157fde)
  • add example to like an object (993f088)
  • add synchronous ActivityPubClient (43a894e)
  • add synchronous support for apkit client (45f08ec)
  • client: Add _is_expected_content_type to check expected (0ba0c61)
  • client: add ActivityPubClient in init.py (8d2a53c)
  • client: add multiple signature support to async-based (9017bc7)
  • client: add multiple signature support to async-based ActivityPubClient (7949998)
  • client: add User-Agent when User-Agent is not set (9fc6957)
  • example how to follow another accout (dd84bfc)
  • parse command line arguments (8b223c8)
  • release: release automation (4d2a42c)
  • release: release automation (4afbad4)
  • test: add initial unittests (7bb990b)

Bug Fixes

  • ci: add missing file to stable (690dfd4)
  • ci: add missing files for stable (9cea65c)
  • ci: fix typo (22c61df)
  • ci: fix typo (8a3739d)
  • client: async def but synchronous (d0cc9ae)
  • client: fix typo (41ec6ee)
  • client: Follow Location header in redirect loop (b45675c)
  • client: Prevent decoding bytes body in __sign_request (b77d528)
  • client: Prevent overriding of sign_with=[] by using None as default (3e3bacc)
  • client: remove async text from docstring (1c7c47d)
  • client: typo (c825fbf)
  • client: WebfingerResource.url is not required any values (5abb9bd)
  • on_follow_activity sends correct accept response (57d77fd)
  • server: Error message clarified when no handler is registered (e409ead)
  • typo in help text (4f8f8a2)

0.3.1 - 2025-09-14

🚀 Features

  • Docs

🐛 Bug Fixes

  • Urlを渡された場合に処理できない問題

0.3.0 - 2025-09-12

🚀 Features

  • Allow ActivityStreams in apmodel format to be directly specified as data as an argument
  • Rewrite
  • Redis support

🐛 Bug Fixes

  • Allow resource to parse even if resource is url (limited support)
  • Remove verifier from outbox
  • Remove debugging code
  • (server) Remove debugging codes
  • Update lockfile

⚙️ Miscellaneous Tasks

  • Update changelog [skip ci]
  • Changelog [skip ci]
  • Bump package version

0.2.0 - 2025-05-02

🚀 Features

  • Demo
  • Generic inbox function
  • Webfinger support
  • Request utility (based aiohttp)
  • Add configuration item
  • Exceptions
  • Add webfinger types
  • User-agent
  • Inmemory/redis
  • Signature
  • Convert to resource string
  • Rewritte
  • Auto publish

⚙️ Miscellaneous Tasks

  • Init
  • Add gitignore
  • Add initial code
  • Test server
  • Remove unused dependencies
  • Update dependencies
  • Remove notturno integration
  • Tweak
  • Add RedirectLimitError
  • Some changes