Skip to content

Commit 21898f6

Browse files
authored
Merge pull request #32 from fedi-libs/release-please--branches--stable
chore(stable): release 0.3.3
2 parents 1d1d70a + b052f18 commit 21898f6

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.2"
2+
".": "0.3.3"
33
}

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,46 @@
1414
### 🚜 Refactor
1515

1616
- Remove Author's Resource
17+
## [0.3.3](https://github.com/fedi-libs/apkit/compare/0.3.2...v0.3.3) (2025-10-21)
18+
19+
20+
### Features
21+
22+
* add (empty) outbox ([3db651b](https://github.com/fedi-libs/apkit/commit/3db651b0e6a2096b3d5db42fe05ada26c122e035))
23+
* add abstruct classes for create apkit integration to easy ([6157fde](https://github.com/fedi-libs/apkit/commit/6157fde83ad8f698d05ddc0c46e3b8bf8f21ebb8))
24+
* add example to like an object ([993f088](https://github.com/fedi-libs/apkit/commit/993f088ea4d74c253f0fa6efef4b649e57a0d8cb))
25+
* add synchronous ActivityPubClient ([43a894e](https://github.com/fedi-libs/apkit/commit/43a894e15c167877970617f05bc25dfa81d1b7cc))
26+
* add synchronous support for apkit client ([45f08ec](https://github.com/fedi-libs/apkit/commit/45f08ec31a8288d17aef2184372019828998295b))
27+
* **client:** Add _is_expected_content_type to check expected ([0ba0c61](https://github.com/fedi-libs/apkit/commit/0ba0c618800bd595ff5a18d779084058119733f8))
28+
* **client:** add ActivityPubClient in __init__.py ([8d2a53c](https://github.com/fedi-libs/apkit/commit/8d2a53cbea4ac3487ac5049e6f18f7e263c76a96))
29+
* **client:** add multiple signature support to async-based ([9017bc7](https://github.com/fedi-libs/apkit/commit/9017bc74f9c99b45fc3f96153f0db8fb0aee218c))
30+
* **client:** add multiple signature support to async-based ActivityPubClient ([7949998](https://github.com/fedi-libs/apkit/commit/794999895378975867b28be56c39d583f76a4e17))
31+
* **client:** add User-Agent when User-Agent is not set ([9fc6957](https://github.com/fedi-libs/apkit/commit/9fc6957b5a300e3ec94452b491e2c02dc7b26ec9))
32+
* example how to follow another accout ([dd84bfc](https://github.com/fedi-libs/apkit/commit/dd84bfc74999238b36e96446927c388dad657c02))
33+
* parse command line arguments ([8b223c8](https://github.com/fedi-libs/apkit/commit/8b223c89220b370406a2d585a4d9e8337c147b2c))
34+
* **release:** release automation ([4d2a42c](https://github.com/fedi-libs/apkit/commit/4d2a42cd3143c32d6892e63d2f7b71de2f47d7ed))
35+
* **release:** release automation ([4afbad4](https://github.com/fedi-libs/apkit/commit/4afbad4e0f160af99323dc784bcae28eef0974cd))
36+
* **test:** add initial unittests ([7bb990b](https://github.com/fedi-libs/apkit/commit/7bb990b49ee53388c00fe7d10b6207bf7e6e3188))
37+
38+
39+
### Bug Fixes
40+
41+
* **ci:** add missing file to stable ([690dfd4](https://github.com/fedi-libs/apkit/commit/690dfd4fc93c66892d9136a491e6207282d25bf3))
42+
* **ci:** add missing files for stable ([9cea65c](https://github.com/fedi-libs/apkit/commit/9cea65c48e179275a788bd4b92a3d74fbcf0a3e4))
43+
* **ci:** fix typo ([22c61df](https://github.com/fedi-libs/apkit/commit/22c61dfb42a4bfa03a13e8343f20c2cd99eb0493))
44+
* **ci:** fix typo ([8a3739d](https://github.com/fedi-libs/apkit/commit/8a3739d739b8b8abcc62cb9c033f383977c27881))
45+
* **client:** async def but synchronous ([d0cc9ae](https://github.com/fedi-libs/apkit/commit/d0cc9ae4b47603141bdf4a443eea96fa49f29f6d))
46+
* **client:** fix typo ([41ec6ee](https://github.com/fedi-libs/apkit/commit/41ec6eef9e717e12960e3fb9f1148ea6fb55e1c7))
47+
* **client:** Follow Location header in redirect loop ([b45675c](https://github.com/fedi-libs/apkit/commit/b45675ca139d563061afed5e4ceaad3e5370398f))
48+
* **client:** Prevent decoding bytes body in __sign_request ([b77d528](https://github.com/fedi-libs/apkit/commit/b77d528c2c4f1a520022907a63cece3aaea0cb51))
49+
* **client:** Prevent overriding of sign_with=[] by using None as default ([3e3bacc](https://github.com/fedi-libs/apkit/commit/3e3bacc5b60644557bb31ff3d5187035e9d2294d))
50+
* **client:** remove async text from docstring ([1c7c47d](https://github.com/fedi-libs/apkit/commit/1c7c47d1e30215a1dce4b738bc49f883ade03a9a))
51+
* **client:** typo ([c825fbf](https://github.com/fedi-libs/apkit/commit/c825fbfdcd4ba1a026aaeedf7edb33472fb50eb1))
52+
* **client:** WebfingerResource.url is not required any values ([5abb9bd](https://github.com/fedi-libs/apkit/commit/5abb9bd44ad6b94eb511a48a080ddbbbc4b782fc))
53+
* on_follow_activity sends correct accept response ([57d77fd](https://github.com/fedi-libs/apkit/commit/57d77fd459a3886d0a52dd1b6a249956c0e095bc))
54+
* **server:** Error message clarified when no handler is registered ([e409ead](https://github.com/fedi-libs/apkit/commit/e409eadc688dc4cfaa0c14756e1605f8a05bac0e))
55+
* typo in help text ([4f8f8a2](https://github.com/fedi-libs/apkit/commit/4f8f8a26fb4a2882d0f2646938b64d323af80731))
56+
1757
## [0.3.1](https://github.com/fedi-libs/apkit/releases/tag/0.3.1) - 2025-09-14
1858

1959
### 🚀 Features

0 commit comments

Comments
 (0)