Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
v3.5.6b5
Remove unused PythonList method and enhance dotenv loading in remote …
v3.5.6b4
Update class loading and compilation settings to use 'uk' package and…
v3.5.6b3
Update GetVersion method to return status response instead of string
v3.5.6b2
Enhance CI workflow and testing setup for remote E2E tests - Added a new job for running remote end-to-end tests in the CI workflow. - Updated Dockerfile and dockerfile-ci to use ARG for IRIS credentials. - Created a new script to start IRIS and initialize IOP for testing. - Modified launch configuration for debugging remote tests in VSCode. - Updated .gitignore to include .env.remote for environment variables. - Refactored _RemoteDirector methods to return response data for better error handling.
v3.5.6b1
Enhance CI workflow and testing setup for remote E2E tests - Added a new job for running remote end-to-end tests in the CI workflow. - Updated Dockerfile and dockerfile-ci to use ARG for IRIS credentials. - Created a new script to start IRIS and initialize IOP for testing. - Modified launch configuration for debugging remote tests in VSCode. - Updated .gitignore to include .env.remote for environment variables. - Refactored _RemoteDirector methods to return response data for better error handling.
v3.5.5
Full Changelog: v3.5.4...v3.5.5
Added
- Add
iop --updatecommand to update a production from the command line - New info displayed in
iop --helpcommand showing current namespace iop --statuscommand now shows if production needs update, if so a message is displayed- Command line option
--namespacealone will show the current namespace
Fixed
- Fix issue with boolean
response_requiredparameter insend_request_asyncmethod of BusinessProcess- Now converts boolean to integer (1 or 0) to ensure compatibility with IRIS API
v3.5.5b4
Update CHANGELOG.md for version 3.5.5 release and document new features
v3.5.5b3
Update CHANGELOG.md for new namespace command and enhance CLI tests f…
v3.5.5b2
Add asynchronous request for MyBP and define production settings in s…
v3.5.5b1
Fix boolean conversion for response_required in send_request_async me…