Commit graph

11 commits

Author SHA1 Message Date
1fad4f15f0
doc: demo credentials updated 2026-04-17 17:59:14 +02:00
93adb6c45c
feat: add automatic client retry logic with exponential backoff
All checks were successful
Publish to PyPI / publish (push) Successful in 16s
2026-04-15 12:08:21 +02:00
c80625a418
fix: update base_url
All checks were successful
Publish to PyPI / publish (push) Successful in 15s
doc: update base_url

ver: bump
2026-04-11 17:16:24 +02:00
c9ce0c38bb
doc: improve readability 2026-04-09 18:00:34 +02:00
520564794a
doc: update install methods 2026-04-09 09:25:16 +02:00
a6b59eb001
doc: corrections and removal of outdated info 2026-04-03 15:38:53 +02:00
5641a746b7 feat: enhance security by adding security_tier parameter and improving secure memory handling
This commit introduces the security_tier parameter to all SecureChatCompletion calls, allowing users to specify security levels (standard, high, maximum). It also refactors secure memory management in SecureCompletionClient.py to use secure_bytearray instead of secure_bytes, improves memory protection by aligning addresses to page boundaries, and enhances the secure memory locking mechanism. The README.md has been updated to document the new security_tier parameter and include missing import statements.
2026-02-03 13:59:46 +01:00
01335c64b0 docs: enhancement and clarification 2026-01-17 11:12:40 +01:00
f668fd9db5 docs: improvement 2026-01-17 11:04:54 +01:00
19504d7308 feature:
- adding security enhancements to meet server side practices
- best effort RSA Key protection for ephemeral keys
- AES in memory protection
2026-01-17 10:59:16 +01:00
5c27f51941
Hello World! 2025-12-17 16:03:20 +01:00