Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
v3.1.6b1
Update installation guide to reflect IRIS version change and fix links
v3.1.5
Full Changelog: v3.1.4...v3.1.5
This release include :
- A new documentation here : https://grongierisc.github.io/interoperability-embedded-python/
- New function in director module to have singleton with BusinessService :
- def get_business_service(self,target,force_session_id=False)
- Fix resend messages
- Fix python 3.12 support
v3.1.5b9
Refactor jsonSet method to improve input handling and streamline type…
v3.1.5b11
Refactor _Director class to improve session ID handling logic
v3.1.5b10
Fix jsonSet method to correct buffer extraction and add tests for str…
v3.1.5b8
Enhance OnTearDown method to include error handling and object valida…
v3.1.5b7
Add credits and benchmarks documentation
v3.1.5b6
Enhance get_business_service method to support session ID management
v3.1.5b5
Remove outdated development commands from dev.md
v3.1.5b4
Implement caching for business services in the Director class