Skip to content

Commit c3496ff

Browse files
author
semantic-release
committed
10.14.0
Automatically generated by python-semantic-release
1 parent 2e9098e commit c3496ff

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = f.read()
2121

2222
NAME = "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

0 commit comments

Comments
 (0)