11# CHANGELOG
22
33
4+ ## v10.13.1 (2025-04-24)
5+
6+ ### Fix
7+
8+ - Patch: release
9+ ([ ` 8ff3fbd ` ] ( https://github.com/bimdata/python-api-client/commit/8ff3fbd608a642d48593914de8e2799500717eed ) )
10+
11+
412## v10.13.0 (2025-04-24)
513
614### Feature
297305
298306### Feature
299307
308+ - Minor: Add filters and document and some utility routes (#710 )
309+ ([ ` 1c43bba ` ] ( https://github.com/bimdata/python-api-client/commit/1c43bbac2d36f8db99acdb3b320e528c3d43194a ) )
310+
311+ * add folder: id /document route and visa validation attachment
312+
313+ * add filter on first level
314+
315+ * add document advanced filters and folder-tree route
316+
317+ * remove uselesss unpacking operator
318+
300319- Minor: Add log for cloud invitations (#746 )
301320 ([ ` d35212c ` ] ( https://github.com/bimdata/python-api-client/commit/d35212c15a9d26e6348f827776cd79b3e75ce526 ) )
302321
314333
315334* Rename log decorators.
316335
317- - Minor: Add missing attachment in visa validation serializer. (#726 )
318- ([ ` 157b488 ` ] ( https://github.com/bimdata/python-api-client/commit/157b488573349452828fefd97c2b3071a75a1e4d ) )
319-
320- - Minor: Feat/add link between zone and storey (#723 )
321- ([ ` abe503b ` ] ( https://github.com/bimdata/python-api-client/commit/abe503bc8934c2108a389f82057730922148b5a5 ) )
322-
323- * Add a link between zone and storey.
324-
325- * Zone-storey, use uuid instead of pk.
326-
327- * Rename storey as storey_uuid in zone serializer.
328-
329- * Split update/remove storey from zone test.
330-
331336- Minor: add logging for documents, folder and user invitations (#712 )
332337 ([ ` d68b901 ` ] ( https://github.com/bimdata/python-api-client/commit/d68b90147f5ce18b32b2fe4d80e30e36eeae6aae ) )
333338
351356
352357* commit app migrations
353358
354- - Minor: Add filters and document and some utility routes (#710 )
355- ([ ` 1c43bba ` ] ( https://github.com/bimdata/python-api-client/commit/1c43bbac2d36f8db99acdb3b320e528c3d43194a ) )
356-
357- * add folder: id /document route and visa validation attachment
358-
359- * add filter on first level
360-
361- * add document advanced filters and folder-tree route
362-
363- * remove uselesss unpacking operator
359+ - Minor: Add missing attachment in visa validation serializer. (#726 )
360+ ([ ` 157b488 ` ] ( https://github.com/bimdata/python-api-client/commit/157b488573349452828fefd97c2b3071a75a1e4d ) )
364361
365362- Minor: add model drawings (#709 )
366363 ([ ` 81c1d8e ` ] ( https://github.com/bimdata/python-api-client/commit/81c1d8ee19e118ddb478f92fc36c7803df734acb ) )
374371- Minor: add user deail to check-access response (#707 )
375372 ([ ` 368656e ` ] ( https://github.com/bimdata/python-api-client/commit/368656ed2a9c47df2f232ba3a1a152845c698d28 ) )
376373
374+ - Minor: Feat/add link between zone and storey (#723 )
375+ ([ ` abe503b ` ] ( https://github.com/bimdata/python-api-client/commit/abe503bc8934c2108a389f82057730922148b5a5 ) )
376+
377+ * Add a link between zone and storey.
378+
379+ * Zone-storey, use uuid instead of pk.
380+
381+ * Rename storey as storey_uuid in zone serializer.
382+
383+ * Split update/remove storey from zone test.
384+
377385### Fix
378386
379387- Patch: fix openAPI definition of getProjectFolderTree
@@ -1209,6 +1217,30 @@ Co-authored-by: Amoki <hugo@bimdata.io>
12091217- Patch: fix swagger generation
12101218 ([ ` 3952685 ` ] ( https://github.com/bimdata/python-api-client/commit/3952685f9c92059b94605b178693de95cd670f1d ) )
12111219
1220+ ### Breaking Changes
1221+
1222+ - * install and pre configure drf-spectacular
1223+
1224+ - * finish replace drf-yasg lib by drf-spectacular
1225+
1226+ - * fix error on lib generation
1227+
1228+ - * recreate data for oauth delete tests
1229+
1230+ - * fix some typo
1231+
1232+ - * fix null enums
1233+
1234+ - * fix some serializer
1235+
1236+ - * add bearer auth to swagger
1237+
1238+ - * add test operationId and fix numquery MPApp test
1239+
1240+ - * fix head action in test doc
1241+
1242+ - Co-authored-by: Amoki < hugo@bimdata.io >
1243+
12121244
12131245## v8.0.0 (2022-04-12)
12141246
@@ -1239,6 +1271,30 @@ Co-authored-by: Amoki <hugo@bimdata.io>
12391271
12401272Co-authored-by: Amoki < hugo@bimdata.io >
12411273
1274+ ### Breaking Changes
1275+
1276+ - * install and pre configure drf-spectacular
1277+
1278+ - * finish replace drf-yasg lib by drf-spectacular
1279+
1280+ - * fix error on lib generation
1281+
1282+ - * recreate data for oauth delete tests
1283+
1284+ - * fix some typo
1285+
1286+ - * fix null enums
1287+
1288+ - * fix some serializer
1289+
1290+ - * add bearer auth to swagger
1291+
1292+ - * add test operationId and fix numquery MPApp test
1293+
1294+ - * fix head action in test doc
1295+
1296+ - Co-authored-by: Amoki < hugo@bimdata.io >
1297+
12421298
12431299## v7.4.2 (2022-03-17)
12441300
@@ -1395,6 +1451,42 @@ Co-authored-by: Amoki <hugo@bimdata.io>
13951451
13961452* fix bad rebase
13971453
1454+ ### Breaking Changes
1455+
1456+ - * filter storey models with permissions
1457+
1458+ - * duplicate ifc routes and update tags ViewSet
1459+
1460+ - * add deprecated ifc views and filter by type
1461+
1462+ - * rename ifc operations
1463+
1464+ - * rename Ifc table
1465+
1466+ - * rename some Ifc classes
1467+
1468+ - * duplicate ifc test and change reverse url name
1469+
1470+ - * update foreignkeys
1471+
1472+ - * rename ifc_pk in model_pk
1473+
1474+ - * update route name
1475+
1476+ - * update scopes
1477+
1478+ - * fix swagger dupplicate
1479+
1480+ - * fix test projectAccessToken
1481+
1482+ - * actually send keycloak scope create
1483+
1484+ - * restore ifc_guid
1485+
1486+ - * don't unzip unzipped structure files
1487+
1488+ - * fix bad rebase
1489+
13981490
13991491## v6.0.0 (2022-02-04)
14001492
@@ -1654,6 +1746,13 @@ Co-authored-by: Hugo Duroux <hugo@bimdata.io>
16541746
16551747### Feature
16561748
1749+ - Minor: Add leave project route (#449 )
1750+ ([ ` 4d52c51 ` ] ( https://github.com/bimdata/python-api-client/commit/4d52c51628bf3e977074dfec3d8af51615a13c2d ) )
1751+
1752+ * Add leave project route
1753+
1754+ * fix roles
1755+
16571756- Minor: Remove deprecated and put (#450 )
16581757 ([ ` 5769df5 ` ] ( https://github.com/bimdata/python-api-client/commit/5769df5195f22e65696b4c46ed1a8ee925634526 ) )
16591758
@@ -1667,14 +1766,13 @@ Co-authored-by: Hugo Duroux <hugo@bimdata.io>
16671766
16681767* rename fullUpdate operation
16691768
1670- - Minor: Add leave project route (#449 )
1671- ([ ` 4d52c51 ` ] ( https://github.com/bimdata/python-api-client/commit/4d52c51628bf3e977074dfec3d8af51615a13c2d ) )
1672-
1673- * Add leave project route
1769+ ### Fix
16741770
1675- * fix roles
1771+ - Patch: add invitation key in UserProject
1772+ ([ ` 30a8fb5 ` ] ( https://github.com/bimdata/python-api-client/commit/30a8fb5ad88a6aed47de4bcb69a34cd37702e5ff ) )
16761773
1677- ### Fix
1774+ - Patch: fix list/create methods openAPI
1775+ ([ ` 7519d93 ` ] ( https://github.com/bimdata/python-api-client/commit/7519d931205caffc57f964e92e0547714d916304 ) )
16781776
16791777- Patch: fix semantic release
16801778 ([ ` aca3560 ` ] ( https://github.com/bimdata/python-api-client/commit/aca3560c5d69a91d32be6992c0d8aea1153110b4 ) )
@@ -1688,22 +1786,16 @@ Breaking Change: - key to for GroupUser create view - Route pk for userProject v
16881786Some other change: - fix serializer of userProject for swagger and libs - add missing invitation
16891787 user project from project and group - fix some test
16901788
1691- - Patch: add invitation key in UserProject
1692- ([ ` 30a8fb5 ` ] ( https://github.com/bimdata/python-api-client/commit/30a8fb5ad88a6aed47de4bcb69a34cd37702e5ff ) )
1693-
16941789- Patch: get cloud size operation id in openapi
16951790 ([ ` d508862 ` ] ( https://github.com/bimdata/python-api-client/commit/d5088627492eec9d1ea02a8915cfb1d7ed4ce09c ) )
16961791
1697- - Patch: fix list/create methods openAPI
1698- ([ ` 7519d93 ` ] ( https://github.com/bimdata/python-api-client/commit/7519d931205caffc57f964e92e0547714d916304 ) )
1699-
17001792
17011793## v5.14.0 (2021-09-13)
17021794
17031795### Feature
17041796
1705- - Minor: serialize user-permissions on documents
1706- ([ ` 8597421 ` ] ( https://github.com/bimdata/python-api-client/commit/859742176f6e0827c170dd8d30c95c254d502fcc ) )
1797+ - Minor: add GED permissions
1798+ ([ ` 00b987a ` ] ( https://github.com/bimdata/python-api-client/commit/00b987af3d7f310c07beb9d30c7354b9e5830d26 ) )
17071799
17081800- Minor: Add profile_picture field in user serialization
17091801 ([ ` 45bd37c ` ] ( https://github.com/bimdata/python-api-client/commit/45bd37ce3e9ead5bb4050fa2a26a609a64e8ac26 ) )
@@ -1712,12 +1804,12 @@ Some other change: - fix serializer of userProject for swagger and libs - add mi
17121804
17131805* fix user.company, add comment about an edge case
17141806
1715- - Minor: add GED permissions
1716- ([ ` 00b987a ` ] ( https://github.com/bimdata/python-api-client/commit/00b987af3d7f310c07beb9d30c7354b9e5830d26 ) )
1717-
17181807- Minor: allow bigger guids (#420 )
17191808 ([ ` 54b2b09 ` ] ( https://github.com/bimdata/python-api-client/commit/54b2b090cbbf127cf8ac0f17c3492e6d0e1c7f29 ) )
17201809
1810+ - Minor: serialize user-permissions on documents
1811+ ([ ` 8597421 ` ] ( https://github.com/bimdata/python-api-client/commit/859742176f6e0827c170dd8d30c95c254d502fcc ) )
1812+
17211813### Fix
17221814
17231815- Patch: allow empty name in raw layers and raw materials
@@ -2373,13 +2465,13 @@ Some other change: - fix serializer of userProject for swagger and libs - add mi
23732465
23742466### Breaking
23752467
2376- - Major: user openapi-codegen instead of swagger-codegen
2377- ([ ` a812b96 ` ] ( https://github.com/bimdata/python-api-client/commit/a812b9686052b133703b41b36a81eeb1ad497263 ) )
2378-
23792468- Major: set default api url to beta.bimdata.io, change auth behavior to use headers instead of
23802469 querystring
23812470 ([ ` 18e4efe ` ] ( https://github.com/bimdata/python-api-client/commit/18e4efeea41cfa43eda671c6a8ff097fd9f46350 ) )
23822471
2472+ - Major: user openapi-codegen instead of swagger-codegen
2473+ ([ ` a812b96 ` ] ( https://github.com/bimdata/python-api-client/commit/a812b9686052b133703b41b36a81eeb1ad497263 ) )
2474+
23832475
23842476## v1.3.3 (2018-07-06)
23852477
@@ -2446,11 +2538,11 @@ Some other change: - fix serializer of userProject for swagger and libs - add mi
24462538
24472539### Fix
24482540
2541+ - Patch: add semantic-release
2542+ ([ ` 5cf5cd7 ` ] ( https://github.com/bimdata/python-api-client/commit/5cf5cd78e397316c9166a4099ced0fd80beae7d7 ) )
2543+
24492544- Patch: update-swagger-codegen
24502545 ([ ` c47c676 ` ] ( https://github.com/bimdata/python-api-client/commit/c47c67664cd4c4ab5084ba7dd774dc38201f3b2a ) )
24512546
24522547- Patch:: test
24532548 ([ ` 3f95811 ` ] ( https://github.com/bimdata/python-api-client/commit/3f958119eb9f430d415150886616e6b7985fa0cc ) )
2454-
2455- - Patch: add semantic-release
2456- ([ ` 5cf5cd7 ` ] ( https://github.com/bimdata/python-api-client/commit/5cf5cd78e397316c9166a4099ced0fd80beae7d7 ) )
0 commit comments