-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support and example using V3/V4 matchers and generators #378
Comments
Do we have an idea of when V3 support will be added? |
You can monitor the progress towards Pact-Python v3 (which will make use FFI backend) in the tracking issue: Unfortunately, as you can see, there's a few other tickets before I eventually get to this... Having said that, you are more than welcome to contribute to Pact Python, and I can absolutely help you out get started :) The current progress at the moment, has been focusing on getting the HTTP consumers and providers working all the way up to V4 of the spec (the consumer side is working, the providers is a WIP). Once that is done, I intend to release |
I would like to ask which issues would bring the release of v3 closer, and trying to understand what would be the time effort in delivering it. At my current company we would like to use Pact V3 functionalities, and we are eager to contribute but would need to understand the amount of work and possible time frame, so that we can incorporate it into our roadmap. |
Of course, happy to elaborate @MaciJas! The current plan is to release The entire roadmap for V3 is outlined above; however, the aim for At the time of the |
I am closing this ticket and splitting into two: These tickets will begin with an RFC to discuss the way it is to be implemented. Contributions very welcome! |
“Add support” means adding DSL methods that call the underlying Rust functionality.
“Add example” means create an example Python project that showcases using the functionality.
The text was updated successfully, but these errors were encountered: