File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed
Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v10.14.0 (2025-04-24)
5+
6+ ### Feature
7+
8+ - Minor: add project webhooks (#827 )
9+ ([ ` 2e9098e ` ] ( https://github.com/bimdata/python-api-client/commit/2e9098eb259c51ecd3ceb66a4215e6e0558c6ea3 ) )
10+
11+ * add project webhooks
12+
13+ * use only one serializer
14+
15+ * add test
16+
17+ * add document.deletion hook, better tests for webhooks
18+
19+ * add project_id to project.creation webhook
20+
21+ * remove breakpoint
22+
23+ * send all webhooks from views
24+
25+ * add contect to webhook payload serializer
26+
27+ * add context to webhook payload serializer
28+
29+ * add folder webhooks
30+
31+ * wip: add folder webhooks
32+
33+ * add invitation webhooks
34+
35+ * no more unmocked http calls in tests
36+
37+ * add visa webhooks
38+
39+ * fix typo
40+
41+ * send webhook id in payload
42+
43+ * add bcf comment test
44+
45+
446## v10.13.2 (2025-04-24)
547
648### Fix
Original file line number Diff line number Diff line change 2020 long_description = f .read ()
2121
2222NAME = "bimdata-api-client"
23- VERSION = "10.13.2 "
23+ VERSION = "10.14.0 "
2424# To install the library, run the following
2525#
2626# python setup.py install
You can’t perform that action at this time.
0 commit comments