Michael van Tellingen
Michael van Tellingen
Should be solved in the next version (4.3.0)
@jianyuan what we do (and I assume is the most common scenario) is build the release artifacts with for example a GitHub action, create the release also with a GitHub...
@jianyuan I merged your suggestion. Anything else I can do to help get this released? If you need some time available for this then no worries.
Oh thats not supported (yet). What were they thinking when they came up with that 'feature' :-)
Thanks @arjenjb. Really appreciate the help. Let me know if you need any hints
Some basic support is added via #259 but it doesn't do any permission checking yet. At minimum we should validate the business-unit.
That would be great!
I think we should include these default schema's with zeep (and detect if these are loaded) PR's welcome!
The zeep object should be thread-safe, so you should be able to reuse that for multiple requests. The only thing i'm worrying about is the request session object (used in...