Skip to content

Commit b7abd53

Browse files
author
semantic-release
committed
1.3.0
Automatically generated by python-semantic-release
1 parent 904dfb7 commit b7abd53

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,56 @@
22

33
<!-- version list -->
44

5+
## v1.3.0 (2025-10-10)
6+
7+
### Chores
8+
9+
- Add examples for bulk operations, configuration, link management, meta operations, and webhook
10+
automation
11+
([`68a5fea`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/68a5fead697d1e302c16f2040176ff4b52df8049))
12+
13+
- Add scripts for comprehensive API comparison and schema analysis between NocoDB v2 and v3
14+
([`dadf3a2`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/dadf3a214ccba58f74330e25fa4293ec7899b43c))
15+
16+
- Update AI issue summary workflow configuration
17+
([`0cb801c`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/0cb801cfdc9a85c5c234009c851dae3e500c2a38))
18+
19+
### Documentation
20+
21+
- Update README.MD [automated]
22+
([`904dfb7`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/904dfb79379020021a81398a353387d40b3305f5))
23+
24+
- Update README.MD [automated]
25+
([`e8c28fb`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/e8c28fb87093b28fef4136506944b1e6754dfc82))
26+
27+
- Update README.MD [automated]
28+
([`a37417c`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/a37417c5339e1fb384680a5808897d47a74ae610))
29+
30+
- Update SECURITY.MD [automated]
31+
([`53ed8f0`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/53ed8f06657e355d7c8e3388907abe26e0a791e9))
32+
33+
- V3 OpenAPI Specifications
34+
([`6059be4`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/6059be4bd37c4932265acca91ed02ad5435e971a))
35+
36+
### Features
37+
38+
- Add support for benchmark tests in run-all script and quick-test script
39+
([`956b93f`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/956b93fe9dfd96e22db9808ebab67fbae25cca36))
40+
41+
- Enhance Client to support both API v2 and v3
42+
([`9356b08`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/9356b084464d75fcd34d1ff0d73dacbf8ac9095f))
43+
44+
- Implement comprehensive support for NocoDB API v2 and v3, including automatic parameter conversion
45+
and backward compatibility
46+
([`d7c359f`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/d7c359fc19aac96d6515baad0cbdd7fa6ab97d5e))
47+
48+
- Refactor parameter handling and type annotations in API client and resolver classes
49+
([`9e1317d`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/9e1317d203a264b2632766d0a8ffd5d4f38c2a22))
50+
51+
- Update file upload paths for API v2 to use new endpoint structure
52+
([`f0dea7c`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/f0dea7cf9bb8cf2d862bba1c50a9857be9f97d25))
53+
54+
555
## Unreleased
656

757
### Features

src/nocodb_simple_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(self, *args, **kwargs): # type: ignore[misc]
8181
raise ImportError("Async support not available. Install aiohttp and aiofiles.")
8282

8383

84-
__version__ = "1.2.0"
84+
__version__ = "1.3.0"
8585
__author__ = "BAUER GROUP (Karl Bauer)"
8686
__email__ = "karl.bauer@bauer-group.com"
8787

0 commit comments

Comments
 (0)